NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.ModelCheck.ITestValue Interface Reference

Represents the quality check criteria value settings More...

Inheritance diagram for NXOpen.CAE.ModelCheck.ITestValue:
NXOpen.CAE.ModelCheck.ElementSpecificTestValue NXOpen.CAE.ModelCheck.QualityTestValue

Public Member Functions

NXOpen.Unit GetCriteriaValue (NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType criteriaType, out double criteriaValue)
 Returns the criteria value. More...
 
NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference[] GetElementReferences ()
 Returns the element reference definitions associated with this test More...
 
bool GetIsSolverSpecificTest (out bool isSystemTest)
 To know whether this quality test is a solver specific test and a system test More...
 
NXOpen.CAE.ModelCheck.TestValueTypes.TestType GetTestType ()
 Returns the test type More...
 
NXOpen.CAE.ModelCheck.TestValueTypes.Validator GetValidator ()
 Returns the validator type More...
 
bool HasCriteriaValue ()
 Tells whether there is criteria value associated with this test More...
 
void ResetToCustomerDefault ()
 Reset as customer default setting More...
 
void SetCriteriaValue (NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType criteriaType, double criteriaValue, NXOpen.Unit unit)
 Sets the criteria value. More...
 
void SetCriteriaValue (NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType criteriaType, string criteriaValue, NXOpen.Unit unit)
 Sets the criteria value. More...
 

Properties

bool DoTest [get, set]
 Returns or sets an option value indicating whether to do element quality check for this test More...
 

Detailed Description

Represents the quality check criteria value settings

This is an abstract class, and cannot be instantiated.

Created in NX8.5.0

Member Function Documentation

NXOpen.Unit NXOpen.CAE.ModelCheck.ITestValue.GetCriteriaValue ( NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType  criteriaType,
out double  criteriaValue 
)

Returns the criteria value.

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

Created in NX8.5.0

License requirements: None.

Parameters
criteriaType
criteriaValue
Returns

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

NXOpen.CAE.ModelCheck.TestValueTypes.ElementReference [] NXOpen.CAE.ModelCheck.ITestValue.GetElementReferences ( )

Returns the element reference definitions associated with this test

Created in NX8.5.0

License requirements: None.

Returns

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

bool NXOpen.CAE.ModelCheck.ITestValue.GetIsSolverSpecificTest ( out bool  isSystemTest)

To know whether this quality test is a solver specific test and a system test

Created in NX8.5.0

License requirements: None.

Returns
Parameters
isSystemTest

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

NXOpen.CAE.ModelCheck.TestValueTypes.TestType NXOpen.CAE.ModelCheck.ITestValue.GetTestType ( )

Returns the test type

Created in NX8.5.0

License requirements: None.

Returns

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

NXOpen.CAE.ModelCheck.TestValueTypes.Validator NXOpen.CAE.ModelCheck.ITestValue.GetValidator ( )

Returns the validator type

Created in NX8.5.0

License requirements: None.

Returns

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

bool NXOpen.CAE.ModelCheck.ITestValue.HasCriteriaValue ( )

Tells whether there is criteria value associated with this test

Created in NX8.5.0

License requirements: None.

Returns

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

void NXOpen.CAE.ModelCheck.ITestValue.ResetToCustomerDefault ( )

Reset as customer default setting

Created in NX8.5.0

License requirements: None.

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

void NXOpen.CAE.ModelCheck.ITestValue.SetCriteriaValue ( NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType  criteriaType,
double  criteriaValue,
NXOpen.Unit  unit 
)

Sets the criteria value.

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

Created in NX8.5.0

License requirements: None.

Parameters
criteriaType
criteriaValue
unit

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

void NXOpen.CAE.ModelCheck.ITestValue.SetCriteriaValue ( NXOpen.CAE.ModelCheck.TestValueTypes.CriteriaType  criteriaType,
string  criteriaValue,
NXOpen.Unit  unit 
)

Sets the criteria value.

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

Created in NX8.5.0

License requirements: None.

Parameters
criteriaType
criteriaValue
unit

Implemented in NXOpen.CAE.ModelCheck.QualityTestValue, and NXOpen.CAE.ModelCheck.ElementSpecificTestValue.

Property Documentation

bool NXOpen.CAE.ModelCheck.ITestValue.DoTest
getset

Returns or sets an option value indicating whether to do element quality check for this test

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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