NX Open C++ Reference Guide
|
Represents a collection of motion spring
To obtain an instance of this class, refer to Motion::MotionManager
Created in NX6.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::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. | |
NXOpen::Motion::Spring * | FindObject (const char *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
Created in NX6.0.0.
iterator NXOpen::Motion::SpringCollection::begin | ( | ) |
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 |
iterator NXOpen::Motion::SpringCollection::end | ( | ) |
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. @return
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
NXOpen::Motion::Spring* NXOpen::Motion::SpringCollection::FindObject | ( | const char * | name | ) |
Finds the Motion::Spring with the given name.
An exception will be thrown if no object can be found with given name. @return
Created in NX6.0.0.
License requirements : mechanisms ("MECHANISMS")
name | name |
tag_t NXOpen::Motion::SpringCollection::Tag | ( | ) | const |
Returns the tag of this object.