NX Open C++ Reference Guide
|
Represents quality checking result for an element. More...
Public Member Functions | |
std::vector < NXOpen::CAE::ModelCheck::TestResult * > | GetTestResults () |
Returns the quality test results of this element. | |
NXOpen::CAE::ModelCheck::TestValueTypes::Result | OverallResult () |
Returns the overrall result of this element. | |
virtual | ~ElementTestResult () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents quality checking result for an element.
To obtain an instance of this class use CAE.ModelCheck.ElementQualityCheckResults.GetElementTestResults
Created in NX8.5.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX8.5.0.
License requirements : None
std::vector<NXOpen::CAE::ModelCheck::TestResult *> NXOpen::CAE::ModelCheck::ElementTestResult::GetTestResults | ( | ) |
Returns the quality test results of this element.
NXOpen::CAE::ModelCheck::TestValueTypes::Result NXOpen::CAE::ModelCheck::ElementTestResult::OverallResult | ( | ) |
Returns the overrall result of this element.
Created in NX8.5.0.
License requirements : None