NX Open C++ Reference Guide
|
Represents a CAM::ChipControl. More...
Public Types | |
enum | Types { TypesNone, TypesConstBreak, TypesVarBreak, TypesConstClear, TypesVarClear } |
the control mode options Created in NX6.0.0. More... | |
Public Member Functions | |
NXOpen::CAM::InheritableDoubleBuilder * | ConstantIncrement () |
Returns the Constant Increment Created in NX6.0.0. | |
NXOpen::CAM::InheritableDoubleBuilder * | DepartureDistance () |
Returns the Departure Distance Created in NX6.0.0. | |
bool | FirstPlungeOnly () |
Returns the First Plunge Only Created in NX6.0.0. | |
void | SetFirstPlungeOnly (bool firstPlungeOnly) |
Sets the First Plunge Only Created in NX6.0.0. | |
void | SetType (NXOpen::CAM::ChipControl::Types chipControlMode) |
Sets the chip control type Created in NX6.0.0. | |
NXOpen::CAM::ChipControl::Types | Type () |
Returns the chip control type Created in NX6.0.0. | |
NXOpen::CAM::TurnRoughVariableIncrementBuilder * | VariableIncrement () |
Returns the Variable Increment 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::ChipControl.
Created in NX6.0.0.
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::ChipControl::ConstantIncrement | ( | ) |
Returns the Constant Increment
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::InheritableDoubleBuilder* NXOpen::CAM::ChipControl::DepartureDistance | ( | ) |
Returns the Departure Distance
Created in NX6.0.0.
License requirements : None
bool NXOpen::CAM::ChipControl::FirstPlungeOnly | ( | ) |
Returns the First Plunge Only
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::ChipControl::SetFirstPlungeOnly | ( | bool | firstPlungeOnly | ) |
Sets the First Plunge Only
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
firstPlungeOnly | the First Plunge Only |
void NXOpen::CAM::ChipControl::SetType | ( | NXOpen::CAM::ChipControl::Types | chipControlMode | ) |
Sets the chip control type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
chipControlMode | the chip control type |
NXOpen::CAM::ChipControl::Types NXOpen::CAM::ChipControl::Type | ( | ) |
Returns the chip control type
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::TurnRoughVariableIncrementBuilder* NXOpen::CAM::ChipControl::VariableIncrement | ( | ) |
Returns the Variable Increment
Created in NX6.0.0.
License requirements : None