|
NX Open C++ Reference Guide
|
Represents a Tool Axis Fixed Builder
Created in NX7.5.0.
More...
Public Types | |
| enum | Types { TypesNone, TypesFixed, TypesNormalToPart, TypesNormalToFirstFace, TypesDynamic } |
| Available types for Tool Axis Fixed. More... | |
Public Member Functions | |
| void | SetToolAxisType (NXOpen::CAM::ToolAxisFixed::Types toolAxis) |
| Sets the tool axis types Created in NX7.5.0. | |
| NXOpen::CAM::ToolAxisFixed::Types | ToolAxisType () |
| Returns the tool axis types Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::CAM::ToolAxisBase | |
| NXOpen::Point * | Point () |
| Returns the Point Created in NX7.5.0. | |
| void | SetPoint (NXOpen::Point *pointTag) |
| Sets the Point Created in NX7.5.0. | |
| void | SetVector (NXOpen::Direction *vector) |
| Sets the Vector Created in NX7.5.0. | |
| NXOpen::Direction * | Vector () |
| Returns the Vector Created in NX7.5.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
| void NXOpen::CAM::ToolAxisFixed::SetToolAxisType | ( | NXOpen::CAM::ToolAxisFixed::Types | toolAxis | ) |
Sets the tool axis types
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
| toolAxis | the tool axis type |
| NXOpen::CAM::ToolAxisFixed::Types NXOpen::CAM::ToolAxisFixed::ToolAxisType | ( | ) |
Returns the tool axis types
Created in NX7.5.0.
License requirements : None