InspectionMethodBuilderOperationTypes Enumeration

NXOpen.CAM.InspectionMethodBuilder.OperationTypes is an alias for NXOpen.CAM.InspectionMethodBuilderOperationTypes

class NXOpen.CAM.InspectionMethodBuilderOperationTypes

Bases: object

CMM Inspection operation types.

Enum Members

Enum Member Enum Member Description
NotSet
None
ManualPoint
Measured Point
UVGrid
Point Set (Rectangular UV Grid)
PointHelix
Point Helix
LineScan
Scan Line
CircularScan
Scan Arc
CurveScan
Scan Curve
HelicalScan
Scan Helix
CurveScan5axis
5-axis Scan Curve
LinearSafeMoveToPoint
Linear Safe Move To Point
DeltaMove
Delta Move
Linear5axisMoveToPoint
Linear 5-axis Move To Point
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.