NXOpen.UF.Motion.SetLinkMassProperties

Motion.SetLinkMassProperties()

Refer to UF_MOTION_set_link_mass_properties for documentation.

Signature: SetLinkMassProperties(linkTag, massPropStruct)

Parameters:
  • linkTag (Tag) – The tag of the link to set 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)
  • massPropStruct (NXOpen.UF.Motion.LinkMassProperties Refer to UF_MOTION_link_mass_properties_s for documentation.) – The link mass propertiy structure for the input tag. These mass properties will overwrite the mass properties that may have been created automatically for the link.

License requirements: None