NX Open C++ Reference Guide
|
Represents the first plunge
Created in NX6.0.0.
More...
Public Types | |
enum | Positions { PositionsAutomatic, PositionsAxialOrRadial, PositionsSpecified } |
the first plunge positions Created in NX6.0.0. More... | |
Public Member Functions | |
NXOpen::CAM::InheritableDoubleBuilder * | AxialCoordinate () |
Returns the axial coordinate Created in NX6.0.0. | |
NXOpen::Point * | Point () |
Returns the first plunge point Created in NX6.0.0. | |
NXOpen::CAM::FirstPlunge::Positions | Position () |
Returns the first plunge position Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RadialCoordinate () |
Returns the radial coordinate Created in NX6.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the first plunge point Created in NX6.0.0. | |
void | SetPosition (NXOpen::CAM::FirstPlunge::Positions position) |
Sets the first plunge position 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 the first plunge
Created in NX6.0.0.
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::FirstPlunge::AxialCoordinate | ( | ) |
Returns the axial coordinate
Created in NX6.0.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::FirstPlunge::Point | ( | ) |
Returns the first plunge point
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::FirstPlunge::Positions NXOpen::CAM::FirstPlunge::Position | ( | ) |
Returns the first plunge position
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::FirstPlunge::RadialCoordinate | ( | ) |
Returns the radial coordinate
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::FirstPlunge::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the first plunge point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
point | the first plunge point |
void NXOpen::CAM::FirstPlunge::SetPosition | ( | NXOpen::CAM::FirstPlunge::Positions | position | ) |
Sets the first plunge position
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
position | the first plunge position |