NX Open C++ Reference Guide
|
Represents an avoidance return Builder
Created in NX6.0.0.
More...
Represents an avoidance return Builder
Created in NX6.0.0.
The gohome point motion type options
Created in NX6.0.0.
GohomePointMotionTypesNone |
Point is inactive. |
GohomePointMotionTypesDirect |
Motion type: Direct to point. |
GohomePointMotionTypesRadialThenAxial |
Motion type: Radial then axial to point. |
GohomePointMotionTypesAxialThenRadial |
Motion type: Axial then axial to point. |
GohomePointMotionTypesClearRadialThenDirect |
Motion type: Radial to clearance plane then direct to point. |
GohomePointMotionTypesClearAxialThenDirect |
Motion type: Axial to clearance plane then direct to point. |
Returns the gohome point
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointModes NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMode | ( | ) |
Returns the gohome point mode
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMotionTypes NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMotionType | ( | ) |
Returns the gohome point motion type
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::TurnAvoidanceGohomeBuilder::SetGohomePoint | ( | NXOpen::Point * | gohomePoint | ) |
Sets the gohome point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
gohomePoint | the gohome point value |
void NXOpen::CAM::TurnAvoidanceGohomeBuilder::SetGohomePointMode | ( | NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointModes | gohomePointMode | ) |
Sets the gohome point mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
gohomePointMode | the gohome point mode value |
void NXOpen::CAM::TurnAvoidanceGohomeBuilder::SetGohomePointMotionType | ( | NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMotionTypes | gohomePointMotionType | ) |
Sets the gohome point motion type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
gohomePointMotionType | the gohome point motion type value |