NX Open C++ Reference Guide
|
Represents a collection of Routing::CopeCorner objects. More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
NXOpen::Routing::CopeCorner * | AssignCopeCorner (NXOpen::Routing::ControlPoint *rcp, const std::vector< NXOpen::Routing::Stock * > &copeStocks) |
Assigns a cope 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. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Routing::CopeCorner objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
NXOpen::Routing::CopeCorner* NXOpen::Routing::CopeCornerCollection::AssignCopeCorner | ( | NXOpen::Routing::ControlPoint * | rcp, |
const std::vector< NXOpen::Routing::Stock * > & | copeStocks | ||
) |
Assigns a cope corner to the given control point.
The input stocks must cover segments that are attached at the input control point. There must be at least two input stocks.
rcp | Route control point to cope. |
copeStocks | Stocks to cope |
iterator NXOpen::Routing::CopeCornerCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::Routing::CopeCornerCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::CopeCornerCollection::Tag | ( | ) | const |
Returns the tag of this object.