ElementTestResult Class

class NXOpen.CAE.ModelCheck.ElementTestResult

Bases: NXOpen.TransientObject

Represents quality checking result for an element.

To obtain an instance of this class use CAE.ModelCheck.ElementQualityCheckResults.GetElementTestResults

New in version NX8.5.0.

Properties

Property Description
OverallResult Returns the overrall result of this element.

Methods

Method Description
Dispose Frees the object from memory.
GetTestResults Returns the quality test results of this element

Property Detail

OverallResult

ElementTestResult.OverallResult

Returns the overrall result of this element.

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

Getter Method

Signature OverallResult

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

New in version NX8.5.0.

License requirements: None.

Method Detail

Dispose

ElementTestResult.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX8.5.0.

License requirements: None.

GetTestResults

ElementTestResult.GetTestResults

Returns the quality test results of this element

Signature GetTestResults()

Returns:
Return type:list of NXOpen.CAE.ModelCheck.TestResult

New in version NX8.5.0.

License requirements: None.