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

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 -------------------------------------

Getter Method Signature TestType()

Returns:
Return type:NXOpen.CAE.ModelCheck.TestValueTypesTestType

-------------------------------------

Setter Method

Signature TestType(value)

Parameters:value (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 -------------------------------------

Getter Method Signature WorstTestValue()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature WorstTestValue(value)

Parameters:value (float) –

HasTestValue

ElementQualityCheckResultsTestSummary_Struct.HasTestValue

indicates whether the test has a test value.

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

Getter Method Signature HasTestValue()

Returns:
Return type:bool

-------------------------------------

Setter Method

Signature HasTestValue(value)

Parameters:value (bool) –

TestCount

ElementQualityCheckResultsTestSummary_Struct.TestCount

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

Getter Method Signature TestCount()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature TestCount(value)

Parameters:value (int) –

ErrorCount

ElementQualityCheckResultsTestSummary_Struct.ErrorCount

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

Getter Method Signature ErrorCount()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature ErrorCount(value)

Parameters:value (int) –

WarnedCount

ElementQualityCheckResultsTestSummary_Struct.WarnedCount

the count of elements with warning results.

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

Getter Method Signature WarnedCount()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature WarnedCount(value)

Parameters:value (int) –