NX Open C++ Reference Guide
|
Reprents the summary data of a specified quality checking test type. More...
Public Member Functions | |
TestSummary (NXOpen::CAE::ModelCheck::TestValueTypes::TestType testTypeInitial, double worstTestValueInitial, bool hasTestValueInitial, int testCountInitial, int errorCountInitial, int warnedCountInitial) | |
Constructor for the TestSummary struct. | |
Public Attributes | |
int | ErrorCount |
the count of elements with error results | |
bool | HasTestValue |
indicates whether the test has a test value. | |
int | TestCount |
indicates the total number of elements tested for this test | |
NXOpen::CAE::ModelCheck::TestValueTypes::TestType | TestType |
the test type | |
int | WarnedCount |
the count of elements with warning results. | |
double | WorstTestValue |
the worst test value of the specified test within all checked elements. | |
Reprents the summary data of a specified quality checking test type.
NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::TestSummary | ( | NXOpen::CAE::ModelCheck::TestValueTypes::TestType | testTypeInitial, |
double | worstTestValueInitial, | ||
bool | hasTestValueInitial, | ||
int | testCountInitial, | ||
int | errorCountInitial, | ||
int | warnedCountInitial | ||
) |
Constructor for the TestSummary struct.
testTypeInitial | the test type |
worstTestValueInitial | the worst test value of the specified test within all checked elements. which is only availabe for the test has a test value |
hasTestValueInitial | indicates whether the test has a test value. If false, there is no test value associcated with this test |
testCountInitial | indicates the total number of elements tested for this test |
errorCountInitial | the count of elements with error results |
warnedCountInitial | the count of elements with warning results. For those tests without a test value, it is always zero |
int NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::ErrorCount |
the count of elements with error results
bool NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::HasTestValue |
indicates whether the test has a test value.
If false, there is no test value associcated with this test
int NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::TestCount |
indicates the total number of elements tested for this test
NXOpen::CAE::ModelCheck::TestValueTypes::TestType NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::TestType |
the test type
int NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::WarnedCount |
the count of elements with warning results.
For those tests without a test value, it is always zero
double NXOpen::CAE::ModelCheck::ElementQualityCheckResults::TestSummary::WorstTestValue |
the worst test value of the specified test within all checked elements.
which is only availabe for the test has a test value