NX Open C++ Reference Guide
|
Represents a collection of Routing::CrossSection 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::CrossSection * | CreateCrossSection (const std::vector< NXOpen::Curve * > &crossCurves, NXOpen::Expression *offset, NXOpen::Expression *secondOffset, NXOpen::Routing::StockStyle style) |
Creates a new Routing::CrossSection 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::CrossSection objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
iterator NXOpen::Routing::CrossSectionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Routing::CrossSection* NXOpen::Routing::CrossSectionCollection::CreateCrossSection | ( | const std::vector< NXOpen::Curve * > & | crossCurves, |
NXOpen::Expression * | offset, | ||
NXOpen::Expression * | secondOffset, | ||
NXOpen::Routing::StockStyle | style | ||
) |
Creates a new Routing::CrossSection object.
This object defines a profile for sweeping Routing::Stock objects. In order to build stocks using this cross section, the cross section must be contained in a Routing::StockData object.
iterator NXOpen::Routing::CrossSectionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::CrossSectionCollection::Tag | ( | ) | const |
Returns the tag of this object.