NX Open C++ Reference Guide
|
Represents a collection of motion joints
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::JointBuilder * | CreateJointBuilder (NXOpen::Motion::Joint *joint) |
Return Motion::JointBuilder object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::Joint * | FindObject (const NXString &name) |
Finds the Motion::Joint with the given name. | |
NXOpen::Motion::Joint * | FindObject (const char *name) |
Finds the Motion::Joint with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of motion joints
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX5.0.0.
iterator NXOpen::Motion::JointCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Motion::JointBuilder* NXOpen::Motion::JointCollection::CreateJointBuilder | ( | NXOpen::Motion::Joint * | joint | ) |
Return Motion::JointBuilder object.
joint | JointBuilder to be edited, if NULL then create a new one |
iterator NXOpen::Motion::JointCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Motion::Joint* NXOpen::Motion::JointCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::Joint with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
NXOpen::Motion::Joint* NXOpen::Motion::JointCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::Joint with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX5.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
tag_t NXOpen::Motion::JointCollection::Tag | ( | ) | const |
Returns the tag of this object.