|
NX Open C++ Reference Guide
|
Represents a collection of BuiltInPath 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::BuiltInPath * | CreateBuiltInPath (const std::vector< NXOpen::Curve * > &curves) |
| Creates a Routing::BuiltInPath 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 BuiltInPath objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
| iterator NXOpen::Routing::BuiltInPathCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::Routing::BuiltInPath* NXOpen::Routing::BuiltInPathCollection::CreateBuiltInPath | ( | const std::vector< NXOpen::Curve * > & | curves | ) |
Creates a Routing::BuiltInPath object.
| curves | the array of Curves to be referenced by the Built-In-Path |
| iterator NXOpen::Routing::BuiltInPathCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::Routing::BuiltInPathCollection::Tag | ( | ) | const |
Returns the tag of this object.