Hello everyone,
I want to work with selections in solidworks using windows form application. I need this in order to perform some selections in model and get objects and use further. Is there any way to perform such task.
Hello everyone,
I want to work with selections in solidworks using windows form application. I need this in order to perform some selections in model and get objects and use further. Is there any way to perform such task.
Hi Dev
It is best to do this with a property manager page.
2018 SOLIDWORKS API Help - Using PropertyManagerPage2
Specifically you can use 2018 SOLIDWORKS API Help - IPropertyManagerPageSelectionbox Interface
You can roll your own, it's not so difficult when you get the hang of it, but it's quite tedious work.
Artem Taturevych has made us an amazing framework that makes it easy - you should take a look at if you intend to do more of this kind of stuff
Hi Dev
It is best to do this with a property manager page.
2018 SOLIDWORKS API Help - Using PropertyManagerPage2
Specifically you can use 2018 SOLIDWORKS API Help - IPropertyManagerPageSelectionbox Interface
You can roll your own, it's not so difficult when you get the hang of it, but it's quite tedious work.
Artem Taturevych has made us an amazing framework that makes it easy - you should take a look at if you intend to do more of this kind of stuff
Creating native property pages with xCAD framework