Struct ElementQualityCheckResults.TestSummary
Inherited Members
Namespace: NXOpen.CAE.ModelCheck
Assembly: NXOpen.dll
Syntax
public struct ElementQualityCheckResults.TestSummary
Fields
ErrorCount
Declaration
public int ErrorCount
Field Value
Type | Description |
---|---|
int |
HasTestValue
Declaration
public bool HasTestValue
Field Value
Type | Description |
---|---|
bool |
TestCount
Declaration
public int TestCount
Field Value
Type | Description |
---|---|
int |
TestType
Declaration
public TestValueTypes.TestType TestType
Field Value
Type | Description |
---|---|
TestValueTypes.TestType |
WarnedCount
Declaration
public int WarnedCount
Field Value
Type | Description |
---|---|
int |
WorstTestValue
Declaration
public double WorstTestValue
Field Value
Type | Description |
---|---|
double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |