JointCollection Class

class NXOpen.Motion.JointCollection

Bases: object

Represents a collection of motion joints

To obtain an instance of this class, refer to NXOpen.Motion.MotionManager

New 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.JointBuilder object

Signature CreateJointBuilder(joint)

Parameters:joint (NXOpen.Motion.Joint) – NXOpen.Motion.JointBuilder to be edited, if None then create a new one
Returns:JointBuilder object
Return type:NXOpen.Motion.JointBuilder

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

JointCollection.FindObject

Finds the NXOpen.Motion.Joint with 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.Joint

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)