BOM center of mass repeat region - location according to top level default csy.
I have a table with a repeat region for a BOM with materials masses and COG information. The COG is being reported from the part level and is according to the part default CSY.
What is the best way to get the COG information tabulated according to the top level assembly default CSY?
When doing mass properties analysis this information is given and it is in the top level CSY and units, but it is not recursive and I don't know how to get this information according to the assembly CSY into a repeat region even for flat assemblies.
-------------------
MASS PROPERTIES OF COMPONENTS OF THE ASSEMBLY
(in assembly units and the XXXXXXXXX.ASM coordinate frame)
DENSITY MASS C.G.: X Y Z
-------------------
repeat region variables I have been using:
&rpt.index, &asm.mbr.name , &asm.mbr.PTC_MASTER_MATERIAL, &asm.mbr.pro_mp_mass[.7], &asm.mbr.pro_mp_cogx[.1], &asm.mbr.pro_mp_cogy[.1], &asm.mbr.pro_mp_cogz[.1],

