NX Open C++ Reference Guide
|
Provides methods for managing CAE::CaeRegion 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::CaeRegion * | Copy (NXOpen::CAE::CaeRegion *tSourceRegion) |
Copies a CAE::CaeRegion. | |
NXOpen::CAE::CaeRegion * | CreateCaeRegion (const NXString &descriptorName, const NXString &name, int label) |
Creates a CAE::CaeRegion. | |
NXOpen::CAE::CaeRegion * | CreateCaeRegion (const char *descriptorName, const char *name, int label) |
Creates a CAE::CaeRegion. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::CaeRegion * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::CaeRegion with the given identifier as recorded in a journal. | |
NXOpen::CAE::CaeRegion * | FindObject (const char *journalIdentifier) |
Finds the CAE::CaeRegion with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for managing CAE::CaeRegion in a sim part.
To obtain an instance of this class, refer to CAE::SimSimulation
Created in NX7.0.0.
iterator NXOpen::CAE::CaeRegionCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::CaeRegion* NXOpen::CAE::CaeRegionCollection::Copy | ( | NXOpen::CAE::CaeRegion * | tSourceRegion | ) |
Copies a CAE::CaeRegion.
tSourceRegion | source region to be copied |
NXOpen::CAE::CaeRegion* NXOpen::CAE::CaeRegionCollection::CreateCaeRegion | ( | const NXString & | descriptorName, |
const NXString & | name, | ||
int | label | ||
) |
Creates a CAE::CaeRegion.
descriptorName | Name of the region descriptor NOTE: The full Unicode character set is not supported for this parameter. |
name | Name of the region NOTE: The full Unicode character set is not supported for this parameter. |
label | Label of the region, input 0 to get next available label |
NXOpen::CAE::CaeRegion* NXOpen::CAE::CaeRegionCollection::CreateCaeRegion | ( | const char * | descriptorName, |
const char * | name, | ||
int | label | ||
) |
Creates a CAE::CaeRegion.
descriptorName | Name of the region descriptor NOTE: The full Unicode character set is not supported for this parameter. |
name | Name of the region NOTE: The full Unicode character set is not supported for this parameter. |
label | Label of the region, input 0 to get next available label |
iterator NXOpen::CAE::CaeRegionCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::CaeRegion* NXOpen::CAE::CaeRegionCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::CaeRegion 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 Region found
Created in NX7.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
journalIdentifier | Identifier to be found |
NXOpen::CAE::CaeRegion* NXOpen::CAE::CaeRegionCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::CaeRegion 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 Region found
Created in NX7.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::CaeRegionCollection::Tag | ( | ) | const |
Returns the tag of this object.