NX Open C++ Reference Guide
|
Represents the quality check criteria value settings. More...
Public Member Functions | |
virtual bool | DoTest ()=0 |
Returns an option value indicating whether to do element quality check for this test Created in NX8.5.0. | |
virtual NXOpen::Unit * | GetCriteriaValue (NXOpen::CAE::ModelCheck::TestValueTypes::CriteriaType criteriaType, double *criteriaValue)=0 |
Returns the criteria value. | |
virtual std::vector < NXOpen::CAE::ModelCheck::TestValueTypes::ElementReference > | GetElementReferences ()=0 |
Returns the element reference definitions associated with this test. | |
virtual bool | GetIsSolverSpecificTest (bool *isSystemTest)=0 |
To know whether this quality test is a solver specific test and a system test. | |
virtual NXOpen::CAE::ModelCheck::TestValueTypes::TestType | GetTestType ()=0 |
Returns the test type. | |
virtual NXOpen::CAE::ModelCheck::TestValueTypes::Validator | GetValidator ()=0 |
Returns the validator type. | |
virtual bool | HasCriteriaValue ()=0 |
Tells whether there is criteria value associated with this test. | |
virtual void | ResetToCustomerDefault ()=0 |
Reset as customer default setting Created in NX8.5.0. | |
virtual void | SetCriteriaValue (NXOpen::CAE::ModelCheck::TestValueTypes::CriteriaType criteriaType, double criteriaValue, NXOpen::Unit *unit)=0 |
Sets the criteria value. | |
virtual void | SetCriteriaValue (NXOpen::CAE::ModelCheck::TestValueTypes::CriteriaType criteriaType, const NXString &criteriaValue, NXOpen::Unit *unit)=0 |
Sets the criteria value. | |
void | SetCriteriaValue (NXOpen::CAE::ModelCheck::TestValueTypes::CriteriaType criteriaType, const char *criteriaValue, NXOpen::Unit *unit) |
Sets the criteria value. | |
virtual void | SetDoTest (bool doTest)=0 |
Sets an option value indicating whether to do element quality check for this test Created in NX8.5.0. | |
Represents the quality check criteria value settings.
This is an abstract class, and cannot be instantiated.
Created in NX8.5.0.
|
pure virtual |
Returns an option value indicating whether to do element quality check for this test
Created in NX8.5.0.
License requirements : None
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Returns the criteria value.
An exception will be thrown if there is no criteria value associated with this test
criteriaType | criteriatype |
criteriaValue | criteriavalue |
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Returns the element reference definitions associated with this test.
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
To know whether this quality test is a solver specific test and a system test.
isSystemTest | issystemtest |
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Returns the test type.
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Returns the validator type.
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Tells whether there is criteria value associated with this test.
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Reset as customer default setting
Created in NX8.5.0.
License requirements : None
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Sets the criteria value.
An exception will be thrown if there is no criteria value associated with this test
Created in NX8.5.0.
License requirements : None
criteriaType | criteriatype |
criteriaValue | criteriavalue |
unit | unit |
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
|
pure virtual |
Sets the criteria value.
An exception will be thrown if there is no criteria value associated with this test
Created in NX8.5.0.
License requirements : None
criteriaType | criteriatype |
criteriaValue | NOTE: The full Unicode character set is not supported for this parameter. |
unit | unit |
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.
void NXOpen::CAE::ModelCheck::ITestValue::SetCriteriaValue | ( | NXOpen::CAE::ModelCheck::TestValueTypes::CriteriaType | criteriaType, |
const char * | criteriaValue, | ||
NXOpen::Unit * | unit | ||
) |
Sets the criteria value.
An exception will be thrown if there is no criteria value associated with this test
Created in NX8.5.0.
License requirements : None
criteriaType | criteriatype |
criteriaValue | NOTE: The full Unicode character set is not supported for this parameter. |
unit | unit |
|
pure virtual |
Sets an option value indicating whether to do element quality check for this test
Created in NX8.5.0.
License requirements : None
doTest | dotest |
Implemented in NXOpen::CAE::ModelCheck::QualityTestValue, and NXOpen::CAE::ModelCheck::ElementSpecificTestValue.