JointDriverCollection Class

class NXOpen.Motion.JointDriverCollection

Bases: object

Represents a collection of Driver objects

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

New in version NX5.0.0.

Methods

Method Description
CreateJointDriverBuilder Creates a NXOpen.Motion.JointDriverBuilder
FindObject Finds the NXOpen.Motion.JointDriver with the given name.

Method Detail

CreateJointDriverBuilder

JointDriverCollection.CreateJointDriverBuilder

Creates a NXOpen.Motion.JointDriverBuilder

Signature CreateJointDriverBuilder(jointdriver)

Parameters:jointdriver (NXOpen.Motion.JointDriver) – NXOpen.Motion.JointDriver to be edited, if None then create a new one
Returns:
Return type:NXOpen.Motion.JointDriverBuilder

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

JointDriverCollection.FindObject

Finds the NXOpen.Motion.JointDriver with the given name.

An exception will be thrown if no object can be found with given name.

Signature FindObject(name)

Parameters:name (str) – The name of the NXOpen.Motion.JointDriver.
Returns:NXOpen.Motion.JointDriver with this name.
Return type:NXOpen.Motion.JointDriver

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)