メッセージ1/6
PartsLists.Add
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
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!