ElementQualityCheckResults Class

class NXOpen.CAE.ModelCheck.ElementQualityCheckResults

Bases: NXOpen.TransientObject

Represents the element quality checking result of NXOpen.CAE.ModelCheck.ElementQualityCheckBuilder

To obtain an instance of this class use CAE.ModelCheck.ElementQualityCheckBuilder

New in version NX8.5.0.

Properties

Property Description
ElementTestCount Returns the total number of element tested during a test session

Methods

Method Description
Dispose Frees the object from memory.
GetElementTestResultByIndex Returns test results of each element
GetTestSummary Returns summary data of tests executed by NXOpen.CAE.ModelCheck.ElementQualityCheckBuilder

Structs

ElementQualityCheckResultsTestSummary_Struct Struct Reprents the summary data of a specified quality checking test type

Property Detail

ElementTestCount

ElementQualityCheckResults.ElementTestCount

Returns the total number of element tested during a test session

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

Getter Method

Signature ElementTestCount

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

Method Detail

Dispose

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

GetElementTestResultByIndex

ElementQualityCheckResults.GetElementTestResultByIndex

Returns test results of each element

Signature GetElementTestResultByIndex(index)

Parameters:index (int) –
Returns:
Return type:NXOpen.CAE.ModelCheck.ElementTestResult

New in version NX8.5.0.

License requirements: None.

GetTestSummary

ElementQualityCheckResults.GetTestSummary

Returns summary data of tests executed by NXOpen.CAE.ModelCheck.ElementQualityCheckBuilder

Signature GetTestSummary()

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

New in version NX8.5.0.

License requirements: None.