TestValueTypesValidator Enumeration

NXOpen.CAE.ModelCheck.TestValueTypes.Validator is an alias for NXOpen.CAE.ModelCheck.TestValueTypesValidator

class NXOpen.CAE.ModelCheck.TestValueTypesValidator

Bases: object

indicates how to compare the check result with the criteria value

Enum Members

Enum Member Enum Member Description
NotSet indicates no criteria value defined, not necessary to compare the check result with criteria value
GreatThan the check passes if the check result is great than the criteria value
GreatThanOrEqual the check passes if the check result is equal or great than the criteria value
SmallThan the check passes if the check result is small than the criteria value
SmallThanOrEqual the check passes if the check result is equal or small than the 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.