|
NX Open C++ Reference Guide
|
Represents a collection of CAE::ModelCheck::ElementQualitySetting in a cae 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. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::CAE::ModelCheck::ElementQualitySetting * | FindObject (const NXString &journalIdentifier) |
| Finds the CAE::ModelCheck::ElementQualitySetting with the given identifier as recorded in a journal. | |
| NXOpen::CAE::ModelCheck::ElementQualitySetting * | FindObject (const char *journalIdentifier) |
| Finds the CAE::ModelCheck::ElementQualitySetting with the given identifier as recorded in a journal. | |
| NXOpen::CAE::ModelCheck::ElementQualitySetting * | GetElementQualitySetting (const NXString &solverName) |
| Retuns the CAE::ModelCheck::ElementQualitySetting of a specified solver. | |
| NXOpen::CAE::ModelCheck::ElementQualitySetting * | GetElementQualitySetting (const char *solverName) |
| Retuns the CAE::ModelCheck::ElementQualitySetting of a specified solver. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of CAE::ModelCheck::ElementQualitySetting in a cae part.
To obtain an instance of this class, refer to CAE::CaePart
Created in NX8.5.0.
| iterator NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| iterator NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::CAE::ModelCheck::ElementQualitySetting* NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::ModelCheck::ElementQualitySetting 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
| journalIdentifier | journalidentifier |
| NXOpen::CAE::ModelCheck::ElementQualitySetting* NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::ModelCheck::ElementQualitySetting 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
| journalIdentifier | journalidentifier |
| NXOpen::CAE::ModelCheck::ElementQualitySetting* NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::GetElementQualitySetting | ( | const NXString & | solverName | ) |
Retuns the CAE::ModelCheck::ElementQualitySetting of a specified solver.
| solverName | NOTE: The full Unicode character set is not supported for this parameter. |
| NXOpen::CAE::ModelCheck::ElementQualitySetting* NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::GetElementQualitySetting | ( | const char * | solverName | ) |
Retuns the CAE::ModelCheck::ElementQualitySetting of a specified solver.
| solverName | NOTE: The full Unicode character set is not supported for this parameter. |
| tag_t NXOpen::CAE::ModelCheck::ElementQualitySettingCollection::Tag | ( | ) | const |
Returns the tag of this object.