NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Attributes | List of all members
NXOpen.CAE.ModelCheck.ElementQualityCheckResults.TestSummary Struct Reference

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

Public Attributes

int ErrorCount
 the count of elements with error results More...
 
bool HasTestValue
 indicates whether the test has a test value. More...
 
int TestCount
 indicates the total number of elements tested for this test More...
 
NXOpen.CAE.ModelCheck.TestValueTypes.TestType TestType
 the test type More...
 
int WarnedCount
 the count of elements with warning results. More...
 
double WorstTestValue
 the worst test value of the specified test within all checked elements. More...
 

Detailed Description

Reprents the summary data of a specified quality checking test type

Member Data Documentation

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


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.