Hello, this is my first time encountering this. I have double checked and all my variables just work fine and have the right values.
I did recently an update of SolidWorks and from what I read online I have to update references (already did).
Does anyone able to run this code on their computer...
Hello, I have an assembly that contains subassemblies. Our goal is to select all parts within the assembly (and subassemblies). Thanks for any help, suggestion
Our current macro doesn't allow us to select parts within subassemblies.
Dim swApp As SldWorks.SldWorks
Dim swModel As...
Happy Sunday everyone,
I am having trouble to finalize the creation of an add-in created in VStudio. I tested the code and userform and everything is working well.
Now I want to create the add-in and get it incorporated in SolidWorks itself. I have checked online but didn't manage to get it...
Hello,
I have a userform with a PictureBox and a TreeView. The TreeView displays the components of a SolidWorks assembly. My goal is to have the selected component in the TreeView either highlighted in SolidWorks or displayed as an image in the PictureBox.
Is this possible? If so, which...