NX Open C++ Reference Guide
|
Represents a collection of Routing::Stock 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. | |
std::vector < NXOpen::Routing::Stock * > | CreateStock (NXOpen::Routing::StockData *stockData, NXOpen::Routing::Anchor *anchor, NXOpen::Routing::CrossSection *crossSection, const std::vector< NXOpen::Routing::ISegment * > &segments) |
Creates a Routing::Filler stock 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 Routing::Stock objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
iterator NXOpen::Routing::FillerCollection::begin | ( | ) |
Returns an iterator addressing the first element.
std::vector<NXOpen::Routing::Stock *> NXOpen::Routing::FillerCollection::CreateStock | ( | NXOpen::Routing::StockData * | stockData, |
NXOpen::Routing::Anchor * | anchor, | ||
NXOpen::Routing::CrossSection * | crossSection, | ||
const std::vector< NXOpen::Routing::ISegment * > & | segments | ||
) |
Creates a Routing::Filler stock object.
stockData | The Routing::StockData that defines the stock |
anchor | The Routing::Anchor from the input Routing::StockData to use, ja_NULL is allowed for no anchor. |
crossSection | The Routing::CrossSection from the input Routing::StockData to use, ja_NULL is not allowed. |
segments | The array of Routing::ISegment curves that the stock must cover. |
iterator NXOpen::Routing::FillerCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::FillerCollection::Tag | ( | ) | const |
Returns the tag of this object.