NX Open C++ Reference Guide
|
Represents a collection of motion spring
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::SpringBuilder * | CreateSpringBuilder (NXOpen::Motion::Spring *spring) |
Return Motion::SpringBuilder object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Motion::Spring * | FindObject (const NXString &name) |
Finds the Motion::Spring with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of motion spring
To obtain an instance of this class, refer to Motion::MotionManager
Returns an iterator addressing the first element.
NXOpen::Motion::SpringBuilder* NXOpen::Motion::SpringCollection::CreateSpringBuilder | ( | NXOpen::Motion::Spring * | spring | ) |
Return Motion::SpringBuilder object.
spring | Motion::Spring to be edited, if NULL then create a new one |
Returns an iterator addressing one past the last element.
NXOpen::Motion::Spring* NXOpen::Motion::SpringCollection::FindObject | ( | const NXString & | name | ) |
Finds the Motion::Spring with the given name.
An exception will be thrown if no object can be found with given name.
name | name |
tag_t NXOpen::Motion::SpringCollection::Tag | ( | ) | const |
Returns the tag of this object.