NX Open C++ Reference Guide
|
Represents element quality check settings of a specified solver language. More...
Public Types | |
enum | LimitValue { LimitValueWarningAndErrorLimit, LimitValueErrorLimitOnly } |
indicates how criteria value is defined More... | |
Public Member Functions | |
NXOpen::CAE::ModelCheck::ITestValue * | GetQualityValue (const NXString &descriptorName) |
Returns the test quality value with the specified descriptor name. | |
NXOpen::CAE::ModelCheck::ITestValue * | GetQualityValue (const char *descriptorName) |
Returns the test quality value with the specified descriptor name. | |
NXOpen::CAE::ModelCheck::QualityTestValue * | GetTestValueByIndex (int index) |
Returns the CAE::ModelCheck::QualityTestValue at the specified index in the setting. | |
NXOpen::CAE::ModelCheck::QualityTestValue * | GetTestValueByType (NXOpen::CAE::ModelCheck::TestValueTypes::TestType testType) |
Returns the CAE::ModelCheck::QualityTestValue of a specified CAE::ModelCheck::TestValueTypes::TestType. | |
NXOpen::CAE::ModelCheck::ElementQualitySetting::LimitValue | LimitValueOption () |
Returns the limit value option Created in NX8.5.0. | |
NXString | LocateTestDescriptorName (NXOpen::CAE::FEElement *element, NXOpen::CAE::ModelCheck::TestValueTypes::TestType testType, bool useElemSpecific) |
Returns the name of a quality test value, which is associated with an element for a specified test type. | |
void | ResetToCustomerDefault () |
Reset the quality check setting as customer default Created in NX8.5.0. | |
void | SetLimitValueOption (NXOpen::CAE::ModelCheck::ElementQualitySetting::LimitValue limitValueOption) |
Sets the limit value option Created in NX8.5.0. | |
void | SetUseElementSpecificValue (bool useElementSpecificValue) |
Sets an option indicating whether to use element specific quality value for testing Created in NX8.5.0. | |
int | TestValueCount () |
Returns the count of CAE::ModelCheck::QualityTestValue in the setting Created in NX8.5.0. | |
bool | UseElementSpecificValue () |
Returns an option indicating whether to use element specific quality value for testing Created in NX8.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents element quality check settings of a specified solver language.
Each solve language has a CAE::ModelCheck::ElementQualitySetting .
To get a quality check criteria value of a specfied quality test for one element, you can call CAE::ModelCheck::ElementQualitySetting::LocateTestDescriptorName to get the test criteria value name, then call CAE::ModelCheck::ElementQualitySetting::GetQualityValue to get the criteria value object.
Not to support KF
Created in NX8.5.0.
NXOpen::CAE::ModelCheck::ITestValue* NXOpen::CAE::ModelCheck::ElementQualitySetting::GetQualityValue | ( | const NXString & | descriptorName | ) |
Returns the test quality value with the specified descriptor name.
descriptorName | NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAE::ModelCheck::ITestValue* NXOpen::CAE::ModelCheck::ElementQualitySetting::GetQualityValue | ( | const char * | descriptorName | ) |
Returns the test quality value with the specified descriptor name.
descriptorName | NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::CAE::ModelCheck::QualityTestValue* NXOpen::CAE::ModelCheck::ElementQualitySetting::GetTestValueByIndex | ( | int | index | ) |
Returns the CAE::ModelCheck::QualityTestValue at the specified index in the setting.
index | index |
NXOpen::CAE::ModelCheck::QualityTestValue* NXOpen::CAE::ModelCheck::ElementQualitySetting::GetTestValueByType | ( | NXOpen::CAE::ModelCheck::TestValueTypes::TestType | testType | ) |
Returns the CAE::ModelCheck::QualityTestValue of a specified CAE::ModelCheck::TestValueTypes::TestType.
testType | testtype |
NXOpen::CAE::ModelCheck::ElementQualitySetting::LimitValue NXOpen::CAE::ModelCheck::ElementQualitySetting::LimitValueOption | ( | ) |
Returns the limit value option
Created in NX8.5.0.
License requirements : None
NXString NXOpen::CAE::ModelCheck::ElementQualitySetting::LocateTestDescriptorName | ( | NXOpen::CAE::FEElement * | element, |
NXOpen::CAE::ModelCheck::TestValueTypes::TestType | testType, | ||
bool | useElemSpecific | ||
) |
Returns the name of a quality test value, which is associated with an element for a specified test type.
element | element |
testType | testtype |
useElemSpecific | useelemspecific |
void NXOpen::CAE::ModelCheck::ElementQualitySetting::ResetToCustomerDefault | ( | ) |
Reset the quality check setting as customer default
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::ModelCheck::ElementQualitySetting::SetLimitValueOption | ( | NXOpen::CAE::ModelCheck::ElementQualitySetting::LimitValue | limitValueOption | ) |
Sets the limit value option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
limitValueOption | limitvalueoption |
void NXOpen::CAE::ModelCheck::ElementQualitySetting::SetUseElementSpecificValue | ( | bool | useElementSpecificValue | ) |
Sets an option indicating whether to use element specific quality value for testing
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
useElementSpecificValue | useelementspecificvalue |
int NXOpen::CAE::ModelCheck::ElementQualitySetting::TestValueCount | ( | ) |
Returns the count of CAE::ModelCheck::QualityTestValue in the setting
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::ModelCheck::ElementQualitySetting::UseElementSpecificValue | ( | ) |
Returns an option indicating whether to use element specific quality value for testing
Created in NX8.5.0.
License requirements : None