NX Open C++ Reference Guide
|
Represents a collection of Routing::Corner 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. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Routing::Corner * | GetRcpCornerInfo (NXOpen::Routing::ControlPoint *rcp, NXOpen::Routing::Corner::Type *cornerType) |
Gets the corner information given a Routing::ControlPoint . | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Routing::Corner objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
iterator NXOpen::Routing::CornerCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::Routing::CornerCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Routing::Corner* NXOpen::Routing::CornerCollection::GetRcpCornerInfo | ( | NXOpen::Routing::ControlPoint * | rcp, |
NXOpen::Routing::Corner::Type * | cornerType | ||
) |
Gets the corner information given a Routing::ControlPoint .
rcp | Object to interrogate |
cornerType | Type of corner. |
tag_t NXOpen::Routing::CornerCollection::Tag | ( | ) | const |
Returns the tag of this object.