VectorTorqueCollection Class

class NXOpen.Motion.VectorTorqueCollection

Bases: object

Represents a collection of vector torque objects

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

New 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.JointDriverBuilder

Signature CreateVectorTorqueBuilder(vectortorque)

Parameters:vectortorque (NXOpen.Motion.VectorTorque) – “NXOpen.Motion.VectorTorque to be edited, if None then create a new one
Returns:
Return type:NXOpen.Motion.VectorTorqueBuilder

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)

FindObject

VectorTorqueCollection.FindObject

Finds the NXOpen.Motion.VectorTorque 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.VectorTorque.
Returns:NXOpen.Motion.VectorTorque with this name.
Return type:NXOpen.Motion.VectorTorque

New in version NX5.0.0.

License requirements: mechanisms (“MECHANISMS”)