PmopToolAxisCiBuilder Class¶
-
class
NXOpen.CAM.PmopToolAxisCiBuilder¶ Bases:
NXOpen.TaggedObjectRepresents a PmopToolAxisCiBuilder
This is an abstract class, and cannot be instantiated.
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| FixedVector | Returns or sets the tool axis vector |
| Tag | Returns the Tag for this object. |
| ToolAxis | Returns or sets the tool axis type |
Methods¶
Enumerations¶
| PmopToolAxisCiBuilderToolAxisTypes Enumeration | Available types for pmop tool axis type |
Property Detail¶
FixedVector¶
-
PmopToolAxisCiBuilder.FixedVector¶ Returns or sets the tool axis vector
-------------------------------------Getter Method
Signature
FixedVectorReturns: Return type: NXOpen.SmartObjectNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FixedVectorParameters: newValue ( NXOpen.SmartObject) –New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
ToolAxis¶
-
PmopToolAxisCiBuilder.ToolAxis¶ Returns or sets the tool axis type
-------------------------------------Getter Method
Signature
ToolAxisReturns: the tool axis type Return type: NXOpen.CAM.PmopToolAxisCiBuilderToolAxisTypesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToolAxisParameters: newValue ( NXOpen.CAM.PmopToolAxisCiBuilderToolAxisTypes) – the tool axis typeNew in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)