NX Open C++ Reference Guide
|
Represents cut direction settings for laser move
Created in NX9.0.0.
More...
Public Types | |
enum | Types { TypesCclw, TypesClw } |
the Cut Direction Type enum Created in NX9.0.0. More... | |
Public Member Functions | |
NXOpen::CAM::LaserCutDirection::Types | CutDirType () |
Returns the Cut Direction Type Created in NX9.0.0. | |
void | SetCutDirType (NXOpen::CAM::LaserCutDirection::Types type) |
Sets the Cut Direction Type Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents cut direction settings for laser move
Created in NX9.0.0.
NXOpen::CAM::LaserCutDirection::Types NXOpen::CAM::LaserCutDirection::CutDirType | ( | ) |
Returns the Cut Direction Type
Created in NX9.0.0.
License requirements : None
void NXOpen::CAM::LaserCutDirection::SetCutDirType | ( | NXOpen::CAM::LaserCutDirection::Types | type | ) |
Sets the Cut Direction Type
Created in NX9.0.0.
License requirements : cam_base ("CAM BASE")
type | the cut direction type |