I have also this code in CATVBA that will display the mass and the point of inertia of a product.
But I need the point of inertia of each CATPART ...
Could you help me to compile such a code ?
Sub CATMain()
' Retrieve the selected component
Dim oSelection As Selection
Set oSelection =...
Thanks a lot Little Cthulhu,
I thought about what you said and I will do it in 3 steps.
STEP 1 : : Transfor the ALLCATPART in CATPRODUCT
Here I use the macro below, that will create a product with 1000 unique parts with geometry pasted in the same position as in all.catpart.
STEP 2 : : Get...
HI LWOlf,
I have 1000 bodies, but in the CATPRODUCT I would love to have instances of the 3 parts , you are right.
Basicaly I would love to have a macro that identify the 3 different geometry from all the bodies present in the ALLCATPART and create 3 parts to be instancied in a CATPRODUCT at...
Hi guys,
I already have a macro to create a CATPRODUCT from an ALL.CATPART.
Unfortunately the macro replace every body in the ALLCATPART by a CATPART and add it to a PRODUCT.
Here is my issue. I have an ALLCATPART with 1000 bodies but only 3 differents geometry. So if I run my macro it will...