InspectionAlignmentBuilderRotationDirections Enumeration

NXOpen.CAM.InspectionAlignmentBuilder.RotationDirections is an alias for NXOpen.CAM.InspectionAlignmentBuilderRotationDirections

class NXOpen.CAM.InspectionAlignmentBuilderRotationDirections

Bases: object

Direction to rotate about

Enum Members

Enum Member Enum Member Description
Pxdir Rotate in the positive X direction
Pydir Rotate in the positive Y direction
Pzdir Rotate in the positive Z direction
Mxdir Rotate in the negitive X direction
Mydir Rotate in the negitive Y direction
Mzdir Rotate in the negitive Z direction
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.