Message 1 of 6
PartsLists.Add
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have trouble finding the right code for PartsLists.Add in iLogic
Using Inventor 2017
When you insert a partlist normally you can select the "part list view" and there are 4 options: Structured, Part only, Structured (existing), Part only (existing).
I need to select trough ilogic the third option (structured existing): how do I do it?
oPartsList = oSheet.PartsLists.Add(oDrawingView, oPlacementPoint, ????)
Thanks everybody!