NX Open C++ Reference Guide
|
Represents a collection of Layout2d::LocalDefinitionFolder objects. 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::Layout2d::LocalDefinitionFolderBuilder * | CreateLocalDefinitionFolderBuilder (NXOpen::Layout2d::LocalDefinitionFolder *currentFolder) |
Creates local definition folder builder instance. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::Layout2d::LocalDefinitionFolder * | FindObject (const NXString &name) |
Finds the Layout2d::LocalDefinitionFolder with the given name. | |
NXOpen::Layout2d::LocalDefinitionFolder * | FindObject (const char *name) |
Finds the Layout2d::LocalDefinitionFolder with the given name. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of Layout2d::LocalDefinitionFolder objects.
A local definition folder contains 2D Component definitions stored in the current part
To obtain an instance of this class, refer to Part
Created in NX9.0.0.
iterator NXOpen::Layout2d::LocalDefinitionFolderCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Layout2d::LocalDefinitionFolderBuilder* NXOpen::Layout2d::LocalDefinitionFolderCollection::CreateLocalDefinitionFolderBuilder | ( | NXOpen::Layout2d::LocalDefinitionFolder * | currentFolder | ) |
Creates local definition folder builder instance.
The builder allows operations such as Creation, Edit and Deletion of local definition folders. These operations are Undo/Redo supported.
currentFolder | Layout2d::LocalDefinitionFolder to be set as current folder. If NULL, create a new folder |
iterator NXOpen::Layout2d::LocalDefinitionFolderCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::Layout2d::LocalDefinitionFolder* NXOpen::Layout2d::LocalDefinitionFolderCollection::FindObject | ( | const NXString & | name | ) |
Finds the Layout2d::LocalDefinitionFolder with the given name.
An exception will be thrown if no object can be found with the given name. @return
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
name | name |
NXOpen::Layout2d::LocalDefinitionFolder* NXOpen::Layout2d::LocalDefinitionFolderCollection::FindObject | ( | const char * | name | ) |
Finds the Layout2d::LocalDefinitionFolder with the given name.
An exception will be thrown if no object can be found with the given name. @return
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
name | name |
tag_t NXOpen::Layout2d::LocalDefinitionFolderCollection::Tag | ( | ) | const |
Returns the tag of this object.