NX Open C++ Reference Guide
|
Represents a collection of Specify Circuit builder
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX8.0.0.
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::SpecifyCircuitBuilder * | CreateBuilder () |
Creates a SpecifyCircuit 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 Specify Circuit builder
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX8.0.0.
iterator NXOpen::Tooling::SpecifyCircuitCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Tooling::SpecifyCircuitBuilder* NXOpen::Tooling::SpecifyCircuitCollection::CreateBuilder | ( | ) |
Creates a SpecifyCircuit builder.
iterator NXOpen::Tooling::SpecifyCircuitCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Tooling::SpecifyCircuitCollection::Tag | ( | ) | const |
Returns the tag of this object.