NX Open C++ Reference Guide
|
Represents a collection of Anchor objects. 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::Routing::Anchor * | CreateAnchor (const NXOpen::Point3d &origin) |
Creates a Anchor object. | |
NXOpen::Routing::Anchor * | CreateAnchor (const NXOpen::Point3d &position, NXOpen::Point *point) |
Creates a Anchor object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of Anchor objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
Returns an iterator addressing the first element.
NXOpen::Routing::Anchor* NXOpen::Routing::AnchorCollection::CreateAnchor | ( | const NXOpen::Point3d & | position, |
NXOpen::Point * | point | ||
) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::AnchorCollection::Tag | ( | ) | const |
Returns the tag of this object.