NX Open C++ Reference Guide
|
Represents an avoidance from Builder
Created in NX6.0.0.
More...
Public Types | |
enum | FromPointModes { FromPointModesNone, FromPointModesPoint } |
The from point mode options Created in NX6.0.0. More... | |
Public Member Functions | |
NXOpen::Point * | FromPoint () |
Returns the from point Created in NX6.0.0. | |
NXOpen::CAM::TurnAvoidanceFromBuilder::FromPointModes | FromPointMode () |
Returns the from point mode Created in NX6.0.0. | |
void | SetFromPoint (NXOpen::Point *fromPoint) |
Sets the from point Created in NX6.0.0. | |
void | SetFromPointMode (NXOpen::CAM::TurnAvoidanceFromBuilder::FromPointModes fromPointMode) |
Sets the from point mode 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 from Builder
Created in NX6.0.0.
NXOpen::Point* NXOpen::CAM::TurnAvoidanceFromBuilder::FromPoint | ( | ) |
Returns the from point
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::TurnAvoidanceFromBuilder::FromPointModes NXOpen::CAM::TurnAvoidanceFromBuilder::FromPointMode | ( | ) |
Returns the from point mode
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::TurnAvoidanceFromBuilder::SetFromPoint | ( | NXOpen::Point * | fromPoint | ) |
Sets the from point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
fromPoint | the from point value |
void NXOpen::CAM::TurnAvoidanceFromBuilder::SetFromPointMode | ( | NXOpen::CAM::TurnAvoidanceFromBuilder::FromPointModes | fromPointMode | ) |
Sets the from point mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
fromPointMode | the from point mode value |