NX Open C++ Reference Guide
|
Represents the initial profile plunge
Created in NX7.5.0.
More...
Public Types | |
enum | Modes { ModesNone, ModesAutomatic, ModesAxialOrRadial, ModesSpecify } |
the initial profile plunge mode Created in NX7.5.0. More... | |
Public Member Functions | |
NXOpen::CAM::InheritableDoubleBuilder * | AxialCoordinate () |
Returns the axial coordinate Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | ExtendDistance () |
Returns the extend distance Created in NX7.5.0. | |
NXOpen::CAM::InitialProfilePlunge::Modes | Mode () |
Returns the initial profile plunge mode Created in NX7.5.0. | |
NXOpen::Point * | Point () |
Returns the initial profile plunge point Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RadialCoordinate () |
Returns the radial coordinate Created in NX7.5.0. | |
void | SetMode (NXOpen::CAM::InitialProfilePlunge::Modes mode) |
Sets the initial profile plunge mode Created in NX7.5.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the initial profile plunge point Created in NX7.5.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | StopDistance () |
Returns the stop distance Created in NX7.5.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the initial profile plunge
Created in NX7.5.0.
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InitialProfilePlunge::AxialCoordinate | ( | ) |
Returns the axial coordinate
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InitialProfilePlunge::ExtendDistance | ( | ) |
Returns the extend distance
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InitialProfilePlunge::Modes NXOpen::CAM::InitialProfilePlunge::Mode | ( | ) |
Returns the initial profile plunge mode
Created in NX7.5.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::InitialProfilePlunge::Point | ( | ) |
Returns the initial profile plunge point
Created in NX7.5.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InitialProfilePlunge::RadialCoordinate | ( | ) |
Returns the radial coordinate
Created in NX7.5.0.
License requirements : None
void NXOpen::CAM::InitialProfilePlunge::SetMode | ( | NXOpen::CAM::InitialProfilePlunge::Modes | mode | ) |
Sets the initial profile plunge mode
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
mode | the initial profile plunge mode |
void NXOpen::CAM::InitialProfilePlunge::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the initial profile plunge point
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
point | the initial profile plunge point |
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::InitialProfilePlunge::StopDistance | ( | ) |
Returns the stop distance
Created in NX7.5.0.
License requirements : None