NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.CAE.ModelCheck.TestResult Class Reference

Represents quality checking result of a quality test More...

Inheritance diagram for NXOpen.CAE.ModelCheck.TestResult:

Public Member Functions

unsafe bool HasTestValue ()
 Tells whether there is a test value associated with this test More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe
NXOpen.CAE.ModelCheck.TestValueTypes.TestType 
TestType [get]
 Returns the test type More...
 
unsafe double TestValue [get]
 Returns the test value. More...
 
unsafe
NXOpen.CAE.ModelCheck.TestValueTypes.Result 
ValidatedTestResult [get]
 Returns the validation result of comparing test value with the criteria value. More...
 

Detailed Description

Represents quality checking result of a quality test

To obtain an instance of this class use CAE.ModelCheck.ElementTestResult.GetTestResults

Created in NX8.5.0

Member Function Documentation

override void NXOpen.CAE.ModelCheck.TestResult.FreeResource ( )
protected

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.

Created in NX8.5.0

License requirements: None.

unsafe bool NXOpen.CAE.ModelCheck.TestResult.HasTestValue ( )

Tells whether there is a test value associated with this test

Created in NX8.5.0

License requirements: None.

Returns

Property Documentation

unsafe NXOpen.CAE.ModelCheck.TestValueTypes.TestType NXOpen.CAE.ModelCheck.TestResult.TestType
get

Returns the test type

Created in NX8.5.0

License requirements: None.

unsafe double NXOpen.CAE.ModelCheck.TestResult.TestValue
get

Returns the test value.

An exception will be thrown f there is no test value associated with this test

Created in NX8.5.0

License requirements: None.

unsafe NXOpen.CAE.ModelCheck.TestValueTypes.Result NXOpen.CAE.ModelCheck.TestResult.ValidatedTestResult
get

Returns the validation result of comparing test value with the criteria value.

if no test value is associated this test, the result just indicates the test is passed or failed

Created in NX8.5.0

License requirements: None.


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