|
NX Open C++ Reference Guide
|
Represents a boundary cut direction ci Builder
This builder can not instantiated separately.
More...
Public Types | |
| enum | Types { TypesClimb, TypesConventional, TypesForward, TypesReverse, TypesMixed } |
| Available types for cut direction type in boundary cut direction customizable item. More... | |
Public Member Functions | |
| void | SetType (NXOpen::CAM::CutDirection::Types cutDirType) |
| Sets the cut direction type Created in NX6.0.0. | |
| NXOpen::CAM::CutDirection::Types | Type () |
| Returns the cut direction type Created in NX6.0.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. | |
Represents a boundary cut direction ci Builder
This builder can not instantiated separately.
Created in NX6.0.0.
| void NXOpen::CAM::CutDirection::SetType | ( | NXOpen::CAM::CutDirection::Types | cutDirType | ) |
Sets the cut direction type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| cutDirType | the Cut Direction Type |
| NXOpen::CAM::CutDirection::Types NXOpen::CAM::CutDirection::Type | ( | ) |
Returns the cut direction type
Created in NX6.0.0.
License requirements : None