NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ModelCheck::TestResult Class Reference

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

Inheritance diagram for NXOpen::CAE::ModelCheck::TestResult:
NXOpen::TransientObject

Public Member Functions

bool HasTestValue ()
 Tells whether there is a test value associated with this test. More...
 
NXOpen::CAE::ModelCheck::TestValueTypes::TestType TestType ()
 Returns the test type
Created in NX8.5.0. More...
 
double TestValue ()
 Returns the test value. More...
 
NXOpen::CAE::ModelCheck::TestValueTypes::Result ValidatedTestResult ()
 Returns the validation result of comparing test value with the criteria value. More...
 
virtual ~TestResult ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. 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.


Constructor & Destructor Documentation

virtual NXOpen::CAE::ModelCheck::TestResult::~TestResult ( )
virtual

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

Member Function Documentation

bool NXOpen::CAE::ModelCheck::TestResult::HasTestValue ( )

Tells whether there is a test value associated with this test.

Returns

Created in NX8.5.0.

License requirements : None
NXOpen::CAE::ModelCheck::TestValueTypes::TestType NXOpen::CAE::ModelCheck::TestResult::TestType ( )

Returns the test type
Created in NX8.5.0.



License requirements : None

double NXOpen::CAE::ModelCheck::TestResult::TestValue ( )

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

NXOpen::CAE::ModelCheck::TestValueTypes::Result NXOpen::CAE::ModelCheck::TestResult::ValidatedTestResult ( )

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.