ToolAxisBase Class

class NXOpen.CAM.ToolAxisBase

Bases: NXOpen.TaggedObject

Represents a tool axis ci Builder

New in version NX7.5.0.

Properties

Property Description
Point Returns or sets the Point
Tag Returns the Tag for this object.
Vector Returns or sets the Vector

Methods

Property Detail

Point

ToolAxisBase.Point

Returns or sets the Point

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

Getter Method

Signature Point

Returns:the Point
Return type:NXOpen.Point

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:pointTag (NXOpen.Point) – the Point

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

Vector

ToolAxisBase.Vector

Returns or sets the Vector

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

Getter Method

Signature Vector

Returns:the Vector
Return type:NXOpen.Direction

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature Vector

Parameters:vector (NXOpen.Direction) – the Vector

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)