NXOpen.UF.Motion.SpringDamper Structure

NXOpen.UF.Motion.SpringDamper is an alias for NXOpen.UF.MotionSpringDamper_Struct

class NXOpen.UF.MotionSpringDamper_Struct

Bases: object

Refer to UF_MOTION_spring_damper_s for documentation.

Fields

NXOpen.UF.MotionSpringDamper_Struct.Name The name of the spring damper.
NXOpen.UF.MotionSpringDamper_Struct.SprDmpType The type of spring/damper.
NXOpen.UF.MotionSpringDamper_Struct.Joint The joint owning the spring/damper if the spring/damper type is UF_MOTION_revolute_spring_damper or UF_MOTION_slider_spring_damper.
NXOpen.UF.MotionSpringDamper_Struct.Link1 Link one of the spring/damper if the spring/damper type is UF_MOTION_link_spring_damper.
NXOpen.UF.MotionSpringDamper_Struct.Point1 The point of the spring/damper attachment on the first link.
NXOpen.UF.MotionSpringDamper_Struct.Pt1Coord The coordinates of the attachment point of the spring/damper on the first link.
NXOpen.UF.MotionSpringDamper_Struct.Link2 Link two of the spring/damper, or NULL_TAG if ground.
NXOpen.UF.MotionSpringDamper_Struct.Point2 The point of the spring/damper attachment on the second link, or the point of attachment to ground if link_2 is NULL_TAG.
NXOpen.UF.MotionSpringDamper_Struct.Pt2Coord The coordinates of the attachment point of the spring/damper to the second link, or to ground.
NXOpen.UF.MotionSpringDamper_Struct.SpringRate The spring rate for both rotational and translational springs.
NXOpen.UF.MotionSpringDamper_Struct.SpringPreload The spring preload at the reference length or angle
NXOpen.UF.MotionSpringDamper_Struct.SpringRefLength The reference length of the spring is used to calculate either the preload force on the spring or the free length.
NXOpen.UF.MotionSpringDamper_Struct.SpringRefAngle The reference angle of the spring at zero displacement.
NXOpen.UF.MotionSpringDamper_Struct.SpringInitLength The initial length of the spring at assembly position; used for spring defined on slide joint
NXOpen.UF.MotionSpringDamper_Struct.DampingRate The linear damping rate of the damper.