I need to be able to extract the sub-components of a partbody. I can do this in the "Measure Inertia" tool but need to replicate the information extract in a catia macro, preferably catvba script and export it to a text file. I have been able to extract the parameters of the part such as partnumber, name, definition, mass, etc but have not been able to extract the sub-components. So for example:
PartABC-A.1
So I would want it to extract it like:
PartABC-A.1
Partbody
MachineBody
ReferenceBody
Anyone have any ideas?
Thanks
PartABC-A.1
PartBody
MachinedBody
ReferenceBody
So I would want it to extract it like:
PartABC-A.1
Partbody
MachineBody
ReferenceBody
Anyone have any ideas?
Thanks