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. |
Represents a PmopToolAxisCiBuilder
This is an abstract class, and cannot be instantiated.
Created in NX5.0.0.
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 |
Returns the tool axis type
Created in NX5.0.0.
License requirements : None