NXOpen.UF.Motion.LinkMassProperties Structure

NXOpen.UF.Motion.LinkMassProperties is an alias for NXOpen.UF.MotionLinkMassProperties_Struct

class NXOpen.UF.MotionLinkMassProperties_Struct

Bases: object

Refer to UF_MOTION_link_mass_properties_s for documentation.

Fields

NXOpen.UF.MotionLinkMassProperties_Struct.MassCenter Smart point at the center of mass.
NXOpen.UF.MotionLinkMassProperties_Struct.InertiaMarker Internal marker that defines the origin and orientation of the inertia values.
NXOpen.UF.MotionLinkMassProperties_Struct.Mass The mass of the link
NXOpen.UF.MotionLinkMassProperties_Struct.ProductsOfInertia The products of inertia of the link in the following order: Ixx, Ixy, Ixz, Iyy, Iyz, Iyz
NXOpen.UF.MotionLinkMassProperties_Struct.UserDefined TRUE if overriding default mass properties with user defined values.