VectorTorqueCollection Class¶
-
class
NXOpen.Motion.VectorTorqueCollection¶ Bases:
objectRepresents a collection of vector torque objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateVectorTorqueBuilder | Creates a NXOpen.Motion.JointDriverBuilder |
| FindObject | Finds the NXOpen.Motion.VectorTorque with the given name. |
Method Detail¶
CreateVectorTorqueBuilder¶
-
VectorTorqueCollection.CreateVectorTorqueBuilder¶ Creates a
NXOpen.Motion.JointDriverBuilderSignature
CreateVectorTorqueBuilder(vectortorque)Parameters: vectortorque ( NXOpen.Motion.VectorTorque) – “NXOpen.Motion.VectorTorqueto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.VectorTorqueBuilderNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
VectorTorqueCollection.FindObject¶ Finds the
NXOpen.Motion.VectorTorquewith 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.VectorTorque.Returns: NXOpen.Motion.VectorTorquewith this name.Return type: NXOpen.Motion.VectorTorqueNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)