TurnAvoidanceStartOfEngageBuilderStartOfEngageMotionTypes Enumeration

NXOpen.CAM.TurnAvoidanceStartOfEngageBuilder.StartOfEngageMotionTypes is an alias for NXOpen.CAM.TurnAvoidanceStartOfEngageBuilderStartOfEngageMotionTypes

class NXOpen.CAM.TurnAvoidanceStartOfEngageBuilderStartOfEngageMotionTypes

Bases: object

The start of engage motion type options

New in version NX6.0.0.

Enum Members

Enum Member Enum Member Description
Automatic Motion type: Automatic to start of engage.
Direct Motion type: Direct to start of engage.
RadialThenAxial Motion type: Radial then axial to start of engage.
AxialThenRadial Motion type: Axial then radial to start of engage.
ClearRadialThenDirect Motion type: Radial to clearance plane then direct to start of engage.
ClearAxialThenDirect Motion type: Axial to clearance plane then direct to start of engage.
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.