ToolAxisFixed Class

class NXOpen.CAM.ToolAxisFixed

Bases: NXOpen.CAM.ToolAxisBase

Represents a Tool Axis Fixed Builder

New in version NX7.5.0.

Properties

Property Description
Point Returns or sets the Point
Tag Returns the Tag for this object.
ToolAxisType Returns or sets the tool axis types
Vector Returns or sets the Vector

Methods

Enumerations

ToolAxisFixedTypes Enumeration Available types for Tool Axis Fixed

Property Detail

ToolAxisType

ToolAxisFixed.ToolAxisType

Returns or sets the tool axis types

-------------------------------------

Getter Method

Signature ToolAxisType()

Returns:the tool axis type
Return type:NXOpen.CAM.ToolAxisFixedTypes

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ToolAxisType(toolAxis)

Parameters:toolAxis (NXOpen.CAM.ToolAxisFixedTypes) – the tool axis type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)