NX Open C++ Reference Guide
|
Represents a direction
Created in NX6.0.0.
More...
Public Types | |
enum | Types { TypesReverse, TypesForward } |
the direction options Created in NX6.0.0. More... | |
Public Member Functions | |
void | SetType (NXOpen::CAM::TurnDirection::Types direction) |
Sets the direction Created in NX6.0.0. | |
NXOpen::CAM::TurnDirection::Types | Type () |
Returns the direction Created in NX6.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 direction
Created in NX6.0.0.
the direction options
Created in NX6.0.0.
TypesReverse |
TurnDirection: Reverse. |
TypesForward |
TurnDirection: Forward. |
void NXOpen::CAM::TurnDirection::SetType | ( | NXOpen::CAM::TurnDirection::Types | direction | ) |
Sets the direction
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
direction | direction |
NXOpen::CAM::TurnDirection::Types NXOpen::CAM::TurnDirection::Type | ( | ) |
Returns the direction
Created in NX6.0.0.
License requirements : None