NXOpen.UF.Motion.Motion3DContact Structure

NXOpen.UF.Motion.Motion3DContact is an alias for NXOpen.UF.MotionMotion3DContact_Struct

class NXOpen.UF.MotionMotion3DContact_Struct

Bases: object

Refer to UF_MOTION_3D_contact_s for documentation.

Fields

NXOpen.UF.MotionMotion3DContact_Struct.Name The name of the 3D contact.
NXOpen.UF.MotionMotion3DContact_Struct.NumContactSide1 The number of solid bodies on side 1 to be in contact.
NXOpen.UF.MotionMotion3DContact_Struct.ContactSide1 The tag array of the bodies on side 1 to be in contact.
NXOpen.UF.MotionMotion3DContact_Struct.NumContactSide2 The number of solid bodies on side 2 to be in contact.
NXOpen.UF.MotionMotion3DContact_Struct.ContactSide2 The tag array of the bodies on side 2 to be in contact.
NXOpen.UF.MotionMotion3DContact_Struct.ForceModelType The type of force model to be used during contact analysis.
NXOpen.UF.MotionMotion3DContact_Struct.FrictionOption The friction option to be used during contact analysis.
NXOpen.UF.MotionMotion3DContact_Struct.Stiffness The contact stiffness.
NXOpen.UF.MotionMotion3DContact_Struct.Advanced The advanced parameters of the contact.
NXOpen.UF.MotionMotion3DContact_Struct.RestitutionCoefficient The coefficient that measures how much kinetic energy of the contact objects remain after the collision.