NX Open C++ Reference Guide
|
Represents a collection of Annotations::DraftingSurfaceFinish objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX7.5.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::DraftingSurfaceFinishBuilder * | CreateDraftingSurfaceFinishBuilder (NXOpen::Annotations::DraftingSurfaceFinish *draftingSurfaceFinish) |
If NULL create a new Drafting Surface Finish, otherwise edit existing Drafting Surface Annotatation. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Annotations::DraftingSurfaceFinish * | FindObject (const NXString &journalIdentifier) |
Finds the drafting surface finish with the given name. | |
NXOpen::Annotations::DraftingSurfaceFinish * | FindObject (const char *journalIdentifier) |
Finds the drafting surface finish with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Annotations::DraftingSurfaceFinish objects
To obtain an instance of this class, refer to Annotations::AnnotationManager
Created in NX7.5.0.
iterator NXOpen::Annotations::DraftingSurfaceFinishCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::DraftingSurfaceFinishBuilder* NXOpen::Annotations::DraftingSurfaceFinishCollection::CreateDraftingSurfaceFinishBuilder | ( | NXOpen::Annotations::DraftingSurfaceFinish * | draftingSurfaceFinish | ) |
iterator NXOpen::Annotations::DraftingSurfaceFinishCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Annotations::DraftingSurfaceFinish* NXOpen::Annotations::DraftingSurfaceFinishCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the drafting surface finish with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the drafting surface finish to be found |
NXOpen::Annotations::DraftingSurfaceFinish* NXOpen::Annotations::DraftingSurfaceFinishCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the drafting surface finish with the given name.
An exception will be thrown if no object can be found with given name
journalIdentifier | Identifier of the drafting surface finish to be found |
tag_t NXOpen::Annotations::DraftingSurfaceFinishCollection::Tag | ( | ) | const |
Returns the tag of this object.