NXOpen.UF.Motion.AskLinkMassProperties

Motion.AskLinkMassProperties()

Refer to UF_MOTION_ask_link_mass_properties for documentation.

Signature: AskLinkMassProperties(linkTag)

Parameters:linkTag (Tag) – The tag of the link to return mass properties. This tag is the one returned from the UF_MOTION_create_link function. It can also be found using object cycle functions. (eg. UF_OBJ_cycle_objs_by_type)
Returns:The link mass property structure for the input tag. If the mass properties have been set by the user, or default properties were calculated, they will be returned here.
Return type:NXOpen.UF.Motion.LinkMassProperties Refer to UF_MOTION_link_mass_properties_s for documentation.

License requirements: None