NX Open C++ Reference Guide
|
Represents a PmopToolAxisCiBuilder
This is an abstract class, and cannot be instantiated.
More...
Public Types | |
enum | ToolAxisTypes { ToolAxisTypesNone, ToolAxisTypesVector, ToolAxisTypesNormalToPart, ToolAxisTypesNormalToFirstFace } |
Available types for pmop tool axis type. More... | |
Public Member Functions | |
NXOpen::SmartObject * | FixedVector () |
Returns the tool axis vector Created in NX5.0.0. | |
void | SetFixedVector (NXOpen::SmartObject *newValue) |
Sets the tool axis vector Created in NX5.0.0. | |
void | SetToolAxis (NXOpen::CAM::PmopToolAxisCiBuilder::ToolAxisTypes newValue) |
Sets the tool axis type Created in NX5.0.0. | |
NXOpen::CAM::PmopToolAxisCiBuilder::ToolAxisTypes | ToolAxis () |
Returns the tool axis type Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a PmopToolAxisCiBuilder
This is an abstract class, and cannot be instantiated.
Created in NX5.0.0.
NXOpen::SmartObject* NXOpen::CAM::PmopToolAxisCiBuilder::FixedVector | ( | ) |
Returns the tool axis vector
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::PmopToolAxisCiBuilder::SetFixedVector | ( | NXOpen::SmartObject * | newValue | ) |
Sets the tool axis vector
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
newValue | new value |
void NXOpen::CAM::PmopToolAxisCiBuilder::SetToolAxis | ( | NXOpen::CAM::PmopToolAxisCiBuilder::ToolAxisTypes | newValue | ) |
Sets the tool axis type
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
newValue | the tool axis type |
NXOpen::CAM::PmopToolAxisCiBuilder::ToolAxisTypes NXOpen::CAM::PmopToolAxisCiBuilder::ToolAxis | ( | ) |
Returns the tool axis type
Created in NX5.0.0.
License requirements : None