NX Open C++ Reference Guide
|
Represents a collection of Mold Design. 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::Tooling::FlowAnalysisBuilder * | CreateFlowAnalysisBuilder () |
Creates flow analysis builder. | |
NXOpen::Tooling::FlowDisplayBuilder * | CreateFlowDisplayBuilder (NXOpen::DisplayableObject *moldex3DResult) |
Creates flow display 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 Mold Design.
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX8.5.0.
iterator NXOpen::Tooling::MoldDesignCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Tooling::FlowAnalysisBuilder* NXOpen::Tooling::MoldDesignCollection::CreateFlowAnalysisBuilder | ( | ) |
Creates flow analysis builder.
NXOpen::Tooling::FlowDisplayBuilder* NXOpen::Tooling::MoldDesignCollection::CreateFlowDisplayBuilder | ( | NXOpen::DisplayableObject * | moldex3DResult | ) |
Creates flow display builder.
moldex3DResult | MFAO |
iterator NXOpen::Tooling::MoldDesignCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Tooling::MoldDesignCollection::Tag | ( | ) | const |
Returns the tag of this object.