ElementQualityCheckResultsTestSummary_Struct Struct

NXOpen.CAE.ModelCheck.ElementQualityCheckResults.TestSummary is an alias for NXOpen.CAE.ModelCheck.ElementQualityCheckResultsTestSummary_Struct

class NXOpen.CAE.ModelCheck.ElementQualityCheckResultsTestSummary_Struct

Bases: object

Reprents the summary data of a specified quality checking test type .

Constructor: NXOpen.CAE.ModelCheck.ElementQualityCheckResults.TestSummary()

Fields

Field Description
TestType the test type
WorstTestValue the worst test value of the specified test within all checked elements.
HasTestValue indicates whether the test has a test value.
TestCount indicates the total number of elements tested for this test
ErrorCount the count of elements with error results
WarnedCount the count of elements with warning results.

TestType

ElementQualityCheckResultsTestSummary_Struct.TestType

the test type -------------------------------------

Field Value Type:NXOpen.CAE.ModelCheck.TestValueTypesTestType

WorstTestValue

ElementQualityCheckResultsTestSummary_Struct.WorstTestValue

the worst test value of the specified test within all checked elements.

which is only availabe for the test has a test value -------------------------------------

Field Value Type:float

HasTestValue

ElementQualityCheckResultsTestSummary_Struct.HasTestValue

indicates whether the test has a test value.

If false, there is no test value associcated with this test -------------------------------------

Field Value Type:bool

TestCount

ElementQualityCheckResultsTestSummary_Struct.TestCount

indicates the total number of elements tested for this test -------------------------------------

Field Value Type:int

ErrorCount

ElementQualityCheckResultsTestSummary_Struct.ErrorCount

the count of elements with error results -------------------------------------

Field Value Type:int

WarnedCount

ElementQualityCheckResultsTestSummary_Struct.WarnedCount

the count of elements with warning results.

For those tests without a test value, it is always zero -------------------------------------

Field Value Type:int