NX Open C++ Reference Guide
|
Represents a collection of AddReusableFeature
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX7.5.0.
More...
Classes | |
struct | InputData |
Defines the input data of AddReusableFeatureBuilder. More... | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::Tooling::AddReusableFeatureBuilder * | CreateBuilder (const NXOpen::Tooling::AddReusableFeatureCollection::InputData &inputData) |
Creates a AddReusableFeature builder. | |
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 AddReusableFeature
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX7.5.0.
iterator NXOpen::Tooling::AddReusableFeatureCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Tooling::AddReusableFeatureBuilder* NXOpen::Tooling::AddReusableFeatureCollection::CreateBuilder | ( | const NXOpen::Tooling::AddReusableFeatureCollection::InputData & | inputData | ) |
Creates a AddReusableFeature builder.
inputData | Input data |
iterator NXOpen::Tooling::AddReusableFeatureCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Tooling::AddReusableFeatureCollection::Tag | ( | ) | const |
Returns the tag of this object.