NX Open C++ Reference Guide
|
Represents a collection of Annotations::BendTable objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX9.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::Annotations::BendTableBuilder * | CreateBendTableBuilder (NXOpen::Annotations::BendTable *bendTable) |
If NULL create a new bend table, otherwise edit existing bend table. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::BendTable * | FindObject (const NXString &journalIdentifier) |
Finds the bend table with the given name. | |
NXOpen::Annotations::BendTable * | FindObject (const char *journalIdentifier) |
Finds the bend table with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::BendTable objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX9.0.0.
iterator NXOpen::Annotations::BendTableCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::BendTableBuilder* NXOpen::Annotations::BendTableCollection::CreateBendTableBuilder | ( | NXOpen::Annotations::BendTable * | bendTable | ) |
If NULL create a new bend table, otherwise edit existing bend table.
bendTable | bend table |
iterator NXOpen::Annotations::BendTableCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Annotations::BendTable* NXOpen::Annotations::BendTableCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the bend table with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the bend table to be found |
NXOpen::Annotations::BendTable* NXOpen::Annotations::BendTableCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the bend table with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the bend table to be found |
tag_t NXOpen::Annotations::BendTableCollection::Tag | ( | ) | const |
Returns the tag of this object.