NX Open C++ Reference Guide
|
Represents a collection of motion couplers
To obtain an instance of this class, refer to Motion::MotionManager
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::CouplerCableBuilder * | CreateCouplerCableBuilder (NXOpen::Motion::CouplerCable *coupler) |
Creates the builder object of Motion::CouplerCable object. | |
NXOpen::Motion::CouplerGearBuilder * | CreateCouplerGearBuilder (NXOpen::Motion::CouplerGear *coupler) |
Creates the builder object of Motion::CouplerGear object. | |
NXOpen::Motion::CouplerRckpnBuilder * | CreateCouplerRckpnBuilder (NXOpen::Motion::CouplerRckpn *coupler) |
Creates the builder object of Motion::CouplerRckpn object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::Coupler * | FindObject (const NXString &name) |
Finds a coupler with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of motion couplers
To obtain an instance of this class, refer to Motion::MotionManager
Returns an iterator addressing the first element.
NXOpen::Motion::CouplerCableBuilder* NXOpen::Motion::CouplerCollection::CreateCouplerCableBuilder | ( | NXOpen::Motion::CouplerCable * | coupler | ) |
Creates the builder object of Motion::CouplerCable object.
coupler | coupler |
NXOpen::Motion::CouplerGearBuilder* NXOpen::Motion::CouplerCollection::CreateCouplerGearBuilder | ( | NXOpen::Motion::CouplerGear * | coupler | ) |
Creates the builder object of Motion::CouplerGear object.
coupler | coupler |
NXOpen::Motion::CouplerRckpnBuilder* NXOpen::Motion::CouplerCollection::CreateCouplerRckpnBuilder | ( | NXOpen::Motion::CouplerRckpn * | coupler | ) |
Creates the builder object of Motion::CouplerRckpn object.
coupler | coupler |
Returns an iterator addressing one past the last element.
NXOpen::Motion::Coupler* NXOpen::Motion::CouplerCollection::FindObject | ( | const NXString & | name | ) |
Finds a coupler with the given name.
An exception will be thrown if no object can be found with given name.
name | The name of the Motion::Coupler . |
tag_t NXOpen::Motion::CouplerCollection::Tag | ( | ) | const |
Returns the tag of this object.