|
NX Open C++ Reference Guide
|
Represents a collection of Routing::MiterCorner objects. More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| NXOpen::Routing::MiterCorner * | AssignCorner (NXOpen::Routing::ControlPoint *rcp) |
| Assigns a new miter corner to the given control point. | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| std::vector < NXOpen::Routing::MiterCorner * > | GetMitersAssociatedToStock (NXOpen::Routing::Stock *stock) |
| Return miter corners referenced by the given Routing::Stock . | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of Routing::MiterCorner objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
| NXOpen::Routing::MiterCorner* NXOpen::Routing::MiterCornerCollection::AssignCorner | ( | NXOpen::Routing::ControlPoint * | rcp | ) |
Assigns a new miter corner to the given control point.
| rcp | Route control point to miter. |
| iterator NXOpen::Routing::MiterCornerCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| iterator NXOpen::Routing::MiterCornerCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| std::vector<NXOpen::Routing::MiterCorner *> NXOpen::Routing::MiterCornerCollection::GetMitersAssociatedToStock | ( | NXOpen::Routing::Stock * | stock | ) |
Return miter corners referenced by the given Routing::Stock .
| stock | stock |
| tag_t NXOpen::Routing::MiterCornerCollection::Tag | ( | ) | const |
Returns the tag of this object.