DeviationCheckingTypes Enumeration

NXOpen.GeometricAnalysis.DeviationChecking.Types is an alias for NXOpen.GeometricAnalysis.DeviationCheckingTypes

class NXOpen.GeometricAnalysis.DeviationCheckingTypes

Bases: object

the type of deviation checking to be performed

Enum Members

curve/edge to curve/edge deviation “
“CurveToFace”, ” check curve/edge
to face deviation “
“EdgeToFace”, ” check edge to face
deviation “
“FaceToFace”, ” check face to face
deviation “
“EdgeToEdge”, ” check edge to edge

deviation “

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.