NX Open C++ Reference Guide
|
Represents a CAM::UpDownCutting. More...
Public Member Functions | |
bool | ApplyAtStepover () |
Returns the apply at stepover toggle Created in NX6.0.0. | |
bool | ExtendToBoundary () |
Returns the extend to boundary toggle Created in NX6.0.0. | |
bool | OptimizePath () |
Returns the optimize path toggle Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RampDownAngle () |
Returns the ramp down angle Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | RampUpAngle () |
Returns the ramp up angle Created in NX6.0.0. | |
void | SetApplyAtStepover (bool propValue) |
Sets the apply at stepover toggle Created in NX6.0.0. | |
void | SetExtendToBoundary (bool propValue) |
Sets the extend to boundary toggle Created in NX6.0.0. | |
void | SetOptimizePath (bool propValue) |
Sets the optimize path toggle 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 a CAM::UpDownCutting.
Created in NX6.0.0.
bool NXOpen::CAM::UpDownCutting::ApplyAtStepover | ( | ) |
Returns the apply at stepover toggle
Created in NX6.0.0.
License requirements : None
bool NXOpen::CAM::UpDownCutting::ExtendToBoundary | ( | ) |
Returns the extend to boundary toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
bool NXOpen::CAM::UpDownCutting::OptimizePath | ( | ) |
Returns the optimize path toggle
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::UpDownCutting::RampDownAngle | ( | ) |
Returns the ramp down angle
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::UpDownCutting::RampUpAngle | ( | ) |
Returns the ramp up angle
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::UpDownCutting::SetApplyAtStepover | ( | bool | propValue | ) |
Sets the apply at stepover toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the Apply at Stepover value |
void NXOpen::CAM::UpDownCutting::SetExtendToBoundary | ( | bool | propValue | ) |
Sets the extend to boundary toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the Extend to Boundary value |
void NXOpen::CAM::UpDownCutting::SetOptimizePath | ( | bool | propValue | ) |
Sets the optimize path toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the Optimize Path value |