NX Open C++ Reference Guide
|
Provides methods for managing LbcFolders CAE::SimLbcFolder in a sim part. 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::CAE::SimLbcFolder * | CreateFolder (const NXString &name, NXOpen::CAE::SimLbcFolder::Type folderType, NXOpen::CAE::SimLbcFolder *parent) |
Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified. | |
NXOpen::CAE::SimLbcFolder * | CreateFolder (const char *name, NXOpen::CAE::SimLbcFolder::Type folderType, NXOpen::CAE::SimLbcFolder *parent) |
Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::SimLbcFolder * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::SimLbcFolder with the given identifier as recorded in a journal. | |
NXOpen::CAE::SimLbcFolder * | FindObject (const char *journalIdentifier) |
Finds the CAE::SimLbcFolder with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for managing LbcFolders CAE::SimLbcFolder in a sim part.
To obtain an instance of this class, refer to CAE::SimSimulation
Created in NX9.0.0.
iterator NXOpen::CAE::SimLbcFolderCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::CreateFolder | ( | const NXString & | name, |
NXOpen::CAE::SimLbcFolder::Type | folderType, | ||
NXOpen::CAE::SimLbcFolder * | parent | ||
) |
Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.
@return the created @link CAE::SimLbcFolder CAE::SimLbcFolder@endlink
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
name | name of the folder to be created |
folderType | type of folder |
parent | specify the parent folder CAE::SimLbcFolder ,or specify NULL if the folder is root folder. |
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::CreateFolder | ( | const char * | name, |
NXOpen::CAE::SimLbcFolder::Type | folderType, | ||
NXOpen::CAE::SimLbcFolder * | parent | ||
) |
Creates a lbc folder of the specified type, and optional makes it a subfolder if a parent folder is specified.
@return the created @link CAE::SimLbcFolder CAE::SimLbcFolder@endlink
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
name | name of the folder to be created |
folderType | type of folder |
parent | specify the parent folder CAE::SimLbcFolder ,or specify NULL if the folder is root folder. |
iterator NXOpen::CAE::SimLbcFolderCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::SimLbcFolder with the given identifier as recorded in a journal.
An exception will be thrown if no object can be found with the given journal identifier. @return lbc folder found
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
journalIdentifier | Identifier to be found |
NXOpen::CAE::SimLbcFolder* NXOpen::CAE::SimLbcFolderCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::SimLbcFolder with the given identifier as recorded in a journal.
An exception will be thrown if no object can be found with the given journal identifier. @return lbc folder found
Created in NX9.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
journalIdentifier | Identifier to be found |
tag_t NXOpen::CAE::SimLbcFolderCollection::Tag | ( | ) | const |
Returns the tag of this object.