|
NX Open C++ Reference Guide
|
Represents an avoidance return Builder
Created in NX6.0.0.
More...
Public Types | |
| enum | GohomePointModes { GohomePointModesPoint, GohomePointModesSameAsFrom } |
| The gohome point mode options Created in NX6.0.0. More... | |
| enum | GohomePointMotionTypes { GohomePointMotionTypesNone, GohomePointMotionTypesDirect, GohomePointMotionTypesRadialThenAxial, GohomePointMotionTypesAxialThenRadial, GohomePointMotionTypesClearRadialThenDirect, GohomePointMotionTypesClearAxialThenDirect } |
| The gohome point motion type options Created in NX6.0.0. More... | |
Public Member Functions | |
| NXOpen::Point * | GohomePoint () |
| Returns the gohome point Created in NX6.0.0. | |
| NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointModes | GohomePointMode () |
| Returns the gohome point mode Created in NX6.0.0. | |
| NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMotionTypes | GohomePointMotionType () |
| Returns the gohome point motion type Created in NX6.0.0. | |
| void | SetGohomePoint (NXOpen::Point *gohomePoint) |
| Sets the gohome point Created in NX6.0.0. | |
| void | SetGohomePointMode (NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointModes gohomePointMode) |
| Sets the gohome point mode Created in NX6.0.0. | |
| void | SetGohomePointMotionType (NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePointMotionTypes gohomePointMotionType) |
| Sets the gohome point motion 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 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. |
| NXOpen::Point* NXOpen::CAM::TurnAvoidanceGohomeBuilder::GohomePoint | ( | ) |
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 |