NX Open C++ Reference Guide
|
Creates a PocketBuilder
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX6.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::PocketBuilder * | CreatePocketBuilder () |
Creates pocket object. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Creates a PocketBuilder
To obtain an instance of this class, refer to Tooling::ToolingManager
Created in NX6.0.0.
iterator NXOpen::Tooling::PocketCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Tooling::PocketBuilder* NXOpen::Tooling::PocketCollection::CreatePocketBuilder | ( | ) |
Creates pocket object.
iterator NXOpen::Tooling::PocketCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Tooling::PocketCollection::Tag | ( | ) | const |
Returns the tag of this object.