solidworks-api
solidworks-api copied to clipboard
Add assembly methods
- [ ] Add component (with opening the component in the background)
- [ ] GetCorresponding
- [ ] Get root component
- [ ] Enter+exit edit part mode
- [ ] Get components
- [ ] Get unique components
- [x] Get feature by name, without action parameter
Getting unique component sounds nice, and I actually use it in my add-ins, but it's fundamentally wrong since every component is unique. You want unique combinations of model+configuration, but the underlying model is not always available.