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...