NXOpen.UF.Motion.ContactParameters Structure

NXOpen.UF.Motion.ContactParameters is an alias for NXOpen.UF.MotionContactParameters_Struct

class NXOpen.UF.MotionContactParameters_Struct

Bases: object

Refer to UF_MOTION_contact_parameters_s for documentation.

Fields

NXOpen.UF.MotionContactParameters_Struct.ForceExponent The exponent of non-linear stiffness.
NXOpen.UF.MotionContactParameters_Struct.MaterialDamping The linear damping rate relative to the penetration depth.
NXOpen.UF.MotionContactParameters_Struct.PenetrationDepth The maximum overlap distance between contact objects.
NXOpen.UF.MotionContactParameters_Struct.StaticFriction The coefficient of static friction at the static slip velocity.
NXOpen.UF.MotionContactParameters_Struct.SlipVelocity The slip velocity of static friction where the static coefficient is maximum.
NXOpen.UF.MotionContactParameters_Struct.DynamicFriction The coefficient of dynamic friction above the transition velocity.
NXOpen.UF.MotionContactParameters_Struct.TransitionVelocity The dynamic transition velocity is the velocity at which the static friction effects disappear.