Hi,
I am currently using the UF_WEIGHT_estab_part_props to get the Center of Mass and Moments of inertia for assemblies. This API is returning me the values based on absolute co-ordinate system.
The menu command in NX (Analysis->Advanced Mass Properties->Advanced Weight Management) gives the...
Hi,
I need to extract all the Weight Management which is exported to excel when done manually for a top level assembly including its children.
Manually the menu is available in "Analysis" Menu.
I found an API
public void EstabPartProps
(
Tag part,
double accuracy,
bool recurse...