ToolAxisBase Class¶
-
class
NXOpen.CAM.ToolAxisBase¶ Bases:
NXOpen.TaggedObjectRepresents 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
PointReturns: the Point Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: pointTag ( NXOpen.Point) – the PointNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Vector¶
-
ToolAxisBase.Vector¶ Returns or sets the Vector
-------------------------------------Getter Method
Signature
VectorReturns: the Vector Return type: NXOpen.DirectionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VectorParameters: vector ( NXOpen.Direction) – the VectorNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)