TestValueTypesResult Enumeration

NXOpen.CAE.ModelCheck.TestValueTypes.Result is an alias for NXOpen.CAE.ModelCheck.TestValueTypesResult

class NXOpen.CAE.ModelCheck.TestValueTypesResult

Bases: object

the checking result

Enum Members

Enum Member Enum Member Description
Passed indicates the test value does not violate the criteria values
Failed indicates the test value violates the error criteria value
Exception indicates there is an exception thrown during the checking
NotApply indicates the test is not available or not done for an element
Warned indicates the test value violates the warning criteria value
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.