InspectionAlignmentBuilderAlignmentDirections Enumeration

NXOpen.CAM.InspectionAlignmentBuilder.AlignmentDirections is an alias for NXOpen.CAM.InspectionAlignmentBuilderAlignmentDirections

class NXOpen.CAM.InspectionAlignmentBuilderAlignmentDirections

Bases: object

Alignment directions of datum features

Enum Members

Enum Member Enum Member Description
NotSet No alignment direction specified
Pxdir Align feature in the positive X direction
Pydir Align feature in the positive Y direction
Pzdir Align feature in the positive Z direction
Mxdir Align feature in the negitive X direction
Mydir Align feature in the negitive Y direction
Mzdir Align feature 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.