NX Open C++ Reference Guide
|
Represents a collection of RoutePartDescriptor 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::RoutePartDescriptor * | CreatePartDescriptor (NXOpen::Routing::RoutePartDescriptor::SourceType descriptorSourceType, NXOpen::Routing::RoutePartDescriptor::CharxType descriptorCharxType, const NXString &title, const NXString &expression) |
Creates a RoutePartDescriptor 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 RoutePartDescriptor objects.
To obtain an instance of this class, refer to Routing::RouteManager
Created in NX4.0.0.
Returns an iterator addressing the first element.
NXOpen::Routing::RoutePartDescriptor* NXOpen::Routing::RoutePartDescriptorCollection::CreatePartDescriptor | ( | NXOpen::Routing::RoutePartDescriptor::SourceType | descriptorSourceType, |
NXOpen::Routing::RoutePartDescriptor::CharxType | descriptorCharxType, | ||
const NXString & | title, | ||
const NXString & | expression | ||
) |
Creates a RoutePartDescriptor object.
descriptorSourceType | descriptor source type |
descriptorCharxType | descriptor charx type |
title | title |
expression | expression |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Routing::RoutePartDescriptorCollection::Tag | ( | ) | const |
Returns the tag of this object.