NX Open C++ Reference Guide
|
Represents the track point collection
To obtain an instance of this class, refer to CAM::Tool
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. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAM::TrackPoint * | FindObject (const NXString &sid) |
Finds the CAM.TrackPoint object with the given identifier. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents the track point collection
To obtain an instance of this class, refer to CAM::Tool
Created in NX5.0.0.
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
Finds the CAM.TrackPoint object with the given identifier.
sid | the name of the object |
tag_t NXOpen::CAM::TrackPointCollection::Tag | ( | ) | const |
Returns the tag of this object.