JointDriverCollection Class¶
-
class
NXOpen.Motion.JointDriverCollection¶ Bases:
objectRepresents a collection of Driver objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew 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.JointDriverBuilderSignature
CreateJointDriverBuilder(jointdriver)Parameters: jointdriver ( NXOpen.Motion.JointDriver) –NXOpen.Motion.JointDriverto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.JointDriverBuilderNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
JointDriverCollection.FindObject¶ Finds the
NXOpen.Motion.JointDriverwith 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.JointDriverwith this name.Return type: NXOpen.Motion.JointDriverNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)