solidworks-api icon indicating copy to clipboard operation
solidworks-api copied to clipboard

C# SolidWorks API stuff

Results 21 solidworks-api issues
Sort by recently updated
recently updated
newest added

I have just updated SolidDna in a project from 1.0.1.9 to 1.0.1.13, the latest version. Now I get an exception early when starting up the add-in. I narrowed it down...

I am not able to register the dll because of Solidworks.interop.swpublished in the references of the project but as I remove the reference from the project I am able to...

I'm seeing many errors in the logging for my product about failing to get the model mass. SolidDna wraps these errors nicely, which also means I have no idea where...

Hi, I have used your tutorials "04 Selected objects" to create an add in of my own. This has been done using the integrated interop which are version 2020. I...

I think, your channel is so helpful to me. And then, there are several tutorials and examples written in C# or Vb.net. And unfortunately, I want to use C++ version....

inform users where the newly created pictures are stored on the hard drive.

I'm running into the fact that SolidDna can't really run two add-ins at the same time. Since SolidWorks can't differentiate two dll's with the same name, only one instance of...

I'd love there to be an addition of CreateTaskpaneView3, which lets you using icon list object instead of one static image for a plugin, so it scales based on resolution,...

I noticed errors in my logging and I tracked it down to how SolidWorks handles 3D interconnect. When SolidWorks opens a STEP assembly with 3D Interconnect, the path is assembly.step.sldasm....

I have just added a toolbar to my product and ran into two issues: 1. When you open the Customize window, the icon size is incorrect. It looks like only...