NXOpen.UF.Motion.Joint Structure

NXOpen.UF.Motion.Joint is an alias for NXOpen.UF.MotionJoint_Struct

class NXOpen.UF.MotionJoint_Struct

Bases: object

Refer to UF_MOTION_joint_s for documentation.

Fields

NXOpen.UF.MotionJoint_Struct.Name The name of the joint.
NXOpen.UF.MotionJoint_Struct.JtType The type of the joint.
NXOpen.UF.MotionJoint_Struct.SnapLinks If TRUE, the joint “snaps” the two links into position using the link orientations.
NXOpen.UF.MotionJoint_Struct.Link1 The first link associated with the joint.
NXOpen.UF.MotionJoint_Struct.Link2 The second link associated with the joint.
NXOpen.UF.MotionJoint_Struct.Direction1 Smart direction tag that defines the direction of link_1.
NXOpen.UF.MotionJoint_Struct.Direction2 Smart direction tag that defines the direction of link_2.
NXOpen.UF.MotionJoint_Struct.Origin1 Optional point location on link_1.
NXOpen.UF.MotionJoint_Struct.Origin2 Optional point location on link_2.
NXOpen.UF.MotionJoint_Struct.ScrewRatio Used only for UF_MOTION_screw_joint.