Senn
Automotive
- Dec 6, 2017
- 1
Is there a way to get bodies in a component directly?I want to get a list that holds all the boides in an assembly in it.
My current solution is to walk through the entire assembly and set each compoent as workpart and use workPart.Bodies.This is not convenient if been operated in a large assembly.Changing workpart this quick makes my computer "lag"-i dont know if this word is proper.I want to find a better way to solve this.
I use .net but any suggestion would help,thanks
My current solution is to walk through the entire assembly and set each compoent as workpart and use workPart.Bodies.This is not convenient if been operated in a large assembly.Changing workpart this quick makes my computer "lag"-i dont know if this word is proper.I want to find a better way to solve this.
I use .net but any suggestion would help,thanks