TurnAvoidanceGohomeBuilderGohomePointMotionTypes Enumeration

NXOpen.CAM.TurnAvoidanceGohomeBuilder.GohomePointMotionTypes is an alias for NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypes

class NXOpen.CAM.TurnAvoidanceGohomeBuilderGohomePointMotionTypes

Bases: object

The gohome point motion type options

New in version NX6.0.0.

Enum Members

Enum Member Enum Member Description
NotSet
Point is inactive.
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.
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.