TurnAvoidanceReturnBuilderReturnPointMotionTypes Enumeration

NXOpen.CAM.TurnAvoidanceReturnBuilder.ReturnPointMotionTypes is an alias for NXOpen.CAM.TurnAvoidanceReturnBuilderReturnPointMotionTypes

class NXOpen.CAM.TurnAvoidanceReturnBuilderReturnPointMotionTypes

Bases: object

the return point motion type options

New in version NX6.0.0.

Enum Members

Enum Member Enum Member Description
NotSet Point is inactive.
Automatic Motion type: Automatic to point.
Direct Motion type: Direct to point.
RadialThenAxial Motion type: Radial then axial to point.
AxialThenRadial Motion type: Axial then axial to point.
ClearRadialThenDirect Motion type: Radial to clearance plane then direct to point.
ClearAxialThenDirect Motion type: Axial to clearance plane then direct to point.
ClearRadialOnly Motion type: Radial to clearance plane only (no motion to point).
ClearAxialOnly Motion type: Axial to clearance plane only (no motion 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.