JointCollection Class¶
-
class
NXOpen.Motion.JointCollection¶ Bases:
objectRepresents a collection of motion joints
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateJointBuilder | Return NXOpen.Motion.JointBuilder object |
| FindObject | Finds the NXOpen.Motion.Joint with the given name. |
Method Detail¶
CreateJointBuilder¶
-
JointCollection.CreateJointBuilder¶ Return
NXOpen.Motion.JointBuilderobjectSignature
CreateJointBuilder(joint)Parameters: joint ( NXOpen.Motion.Joint) –NXOpen.Motion.JointBuilderto be edited, if None then create a new oneReturns: JointBuilder object Return type: NXOpen.Motion.JointBuilderNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
JointCollection.FindObject¶ Finds the
NXOpen.Motion.Jointwith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – Returns: Return type: NXOpen.Motion.JointNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)