ToolAxisFixed Class¶
-
class
NXOpen.CAM.ToolAxisFixed¶ Bases:
NXOpen.CAM.ToolAxisBaseRepresents a Tool Axis Fixed Builder
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| IsPreferredAnglesDefined | Returns the indicator if the preferred angles are defined |
| Point | Returns or sets the Point |
| PreferredFifthAngle | Returns the preferred fifth angle |
| PreferredFourthAngle | Returns the preferred fouth angle |
| 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¶
IsPreferredAnglesDefined¶
-
ToolAxisFixed.IsPreferredAnglesDefined¶ Returns the indicator if the preferred angles are defined
-------------------------------------Getter Method
Signature
IsPreferredAnglesDefinedReturns: the indicator if the preferred angles are defined Return type: bool New in version NX11.0.0.
License requirements: None.
PreferredFifthAngle¶
-
ToolAxisFixed.PreferredFifthAngle¶ Returns the preferred fifth angle
-------------------------------------Getter Method
Signature
PreferredFifthAngleReturns: the preferred fifth angle Return type: float New in version NX11.0.0.
License requirements: None.
PreferredFourthAngle¶
-
ToolAxisFixed.PreferredFourthAngle¶ Returns the preferred fouth angle
-------------------------------------Getter Method
Signature
PreferredFourthAngleReturns: the preferred fourth angle Return type: float New in version NX11.0.0.
License requirements: None.
ToolAxisType¶
-
ToolAxisFixed.ToolAxisType¶ Returns or sets the tool axis types
-------------------------------------Getter Method
Signature
ToolAxisTypeReturns: the tool axis type Return type: NXOpen.CAM.ToolAxisFixedTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAxisTypeParameters: toolAxis ( NXOpen.CAM.ToolAxisFixedTypes) – the tool axis typeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)