ToolAxisVariableTypes Enumeration

NXOpen.CAM.ToolAxisVariable.Types is an alias for NXOpen.CAM.ToolAxisVariableTypes

class NXOpen.CAM.ToolAxisVariableTypes

Bases: object

Available types for Tool Axis Variable

Enum Members

Enum Member Enum Member Description
AwayFromPoint
Away from Point
TowardPoint
Toward Point
AwayFromLine
Away from Line
TowardLine
Toward Line
RelativeToVector
Relative to Vector
NormalToPart
Normal to Part
RelativeToPart
Relative to Part
FourAxisNormalToPart
4-Axis Normal to Part
FourAxisRelativeToPart
4-Axis Relative to Part
DualFourAxisOnPart
Dual 4-Axis on Part
InterpolateVector
Interpolate Vector
InterpolateAngleToPart
Interpolate Angle to Part
InterpolateAngleToDrive
Interpolate Angle to Drive
OptimizedToDrive
Optimized to Drive
NormalToDrive
Normal to Drive
SwarfDrive
Swarf Drive
RelativeToDrive
Relative to Drive
FourAxisNormalToDrive
4-Axis Normal to Drive
FourAxisRelativeToDrive
4-Axis Relative to Drive
DualFourAxisOnDrive
Dual 4-Axis on Drive
SameAsDrivePath
Same as drive path
UserDefined
User Defined
Automatic
Original VAP tool axis
AlignToEdges
Align to almost straight edges
SwarfBaseUV
Align to U or V parameter line
FourAxisAroundRotaryAxis
4-Axis Around Rotary Axis
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.