NX Open C++ Reference Guide
|
Represents an avoidance start of engage Builder
Created in NX6.0.0.
More...
Public Types | |
enum | StartOfEngageMotionTypes { StartOfEngageMotionTypesAutomatic, StartOfEngageMotionTypesDirect, StartOfEngageMotionTypesRadialThenAxial, StartOfEngageMotionTypesAxialThenRadial, StartOfEngageMotionTypesClearRadialThenDirect, StartOfEngageMotionTypesClearAxialThenDirect } |
The start of engage motion type options Created in NX6.0.0. More... | |
Public Member Functions | |
void | SetStartOfEngageMotionType (NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::StartOfEngageMotionTypes startOfEngageMotionType) |
Sets the start of engage motion type Created in NX6.0.0. | |
NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::StartOfEngageMotionTypes | StartOfEngageMotionType () |
Returns the start of engage motion type 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 an avoidance start of engage Builder
Created in NX6.0.0.
The start of engage motion type options
Created in NX6.0.0.
StartOfEngageMotionTypesAutomatic |
Motion type: Automatic to start of engage. |
StartOfEngageMotionTypesDirect |
Motion type: Direct to start of engage. |
StartOfEngageMotionTypesRadialThenAxial |
Motion type: Radial then axial to start of engage. |
StartOfEngageMotionTypesAxialThenRadial |
Motion type: Axial then radial to start of engage. |
StartOfEngageMotionTypesClearRadialThenDirect |
Motion type: Radial to clearance plane then direct to start of engage. |
StartOfEngageMotionTypesClearAxialThenDirect |
Motion type: Axial to clearance plane then direct to start of engage. |
void NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::SetStartOfEngageMotionType | ( | NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::StartOfEngageMotionTypes | startOfEngageMotionType | ) |
Sets the start of engage motion type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
startOfEngageMotionType | the start of engage motion type value |
NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::StartOfEngageMotionTypes NXOpen::CAM::TurnAvoidanceStartOfEngageBuilder::StartOfEngageMotionType | ( | ) |
Returns the start of engage motion type
Created in NX6.0.0.
License requirements : None