ChrisClems / EdgeSharp

A library of helpers and extensions for the Solid Edge API. A spiritual successor to SolidEdge.Community build on modern .NET to make Solid Edge interop less frustrating.
MIT License
1 stars 0 forks source link

Extend Copy() and Paste() methods where applicable to handle CLIPBRD_E_CANT_OPEN exceptions. #18

Open ChrisClems opened 2 months ago

ChrisClems commented 1 month ago

Extension methods added for TextProfile.Copy() and Profile.Paste() in bc5f5c64e3317b9f0f580057f7944cacff375047.

Will continue to extend as I come across copy/paste methods I need to use. If anyone comes across this and would like one implemented, post it here.