NX Open C++ Reference Guide
|
Represents a collection of vector torque objects
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Motion::VectorTorqueBuilder * | CreateVectorTorqueBuilder (NXOpen::Motion::VectorTorque *vectortorque) |
Creates a Motion::JointDriverBuilder. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::VectorTorque * | FindObject (const NXString &name) |
Finds the Motion::VectorTorque with the given name. | |
NXOpen::Motion::VectorTorque * | FindObject (const char *name) |
Finds the Motion::VectorTorque with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of vector torque objects
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
iterator NXOpen::Motion::VectorTorqueCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::VectorTorqueBuilder* NXOpen::Motion::VectorTorqueCollection::CreateVectorTorqueBuilder | ( | NXOpen::Motion::VectorTorque * | vectortorque | ) |
Creates a Motion::JointDriverBuilder.
vectortorque | "Motion::VectorTorque to be edited, if NULL then create a new one |
iterator NXOpen::Motion::VectorTorqueCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::VectorTorque* NXOpen::Motion::VectorTorqueCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::VectorTorque with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::VectorTorque Motion::VectorTorque @endlink with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | The name of the Motion::VectorTorque . |
NXOpen::Motion::VectorTorque* NXOpen::Motion::VectorTorqueCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::VectorTorque with the given name.
An exception will be thrown if no object can be found with given name. @return @link Motion::VectorTorque Motion::VectorTorque @endlink with this name.
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | The name of the Motion::VectorTorque . |
tag_t NXOpen::Motion::VectorTorqueCollection::Tag | ( | ) | const |
Returns the tag of this object.