NX Open C++ Reference Guide
|
Represents a CAM::CutDwell. More...
Public Types | |
enum | Types { TypesNone, TypesTime, TypesRevolutions } |
the rough cut dwell mode options Created in NX6.0.0. More... | |
Public Member Functions | |
double | Revolutions () |
Returns the cut dwell revolutions Created in NX6.0.0. | |
void | SetRevolutions (double cutDwellRevolutionsValue) |
Sets the cut dwell revolutions Created in NX6.0.0. | |
void | SetTime (double cutDwellTimeValue) |
Sets the cut dwell time Created in NX6.0.0. | |
void | SetType (NXOpen::CAM::CutDwell::Types cutDwellValue) |
Sets the cut dwell type Created in NX6.0.0. | |
double | Time () |
Returns the cut dwell time Created in NX6.0.0. | |
NXOpen::CAM::CutDwell::Types | Type () |
Returns the cut dwell type 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::CutDwell.
Created in NX6.0.0.
double NXOpen::CAM::CutDwell::Revolutions | ( | ) |
Returns the cut dwell revolutions
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::CutDwell::SetRevolutions | ( | double | cutDwellRevolutionsValue | ) |
Sets the cut dwell revolutions
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
cutDwellRevolutionsValue | the cut dwell revolutions |
void NXOpen::CAM::CutDwell::SetTime | ( | double | cutDwellTimeValue | ) |
Sets the cut dwell time
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
cutDwellTimeValue | the cut dwell time |
void NXOpen::CAM::CutDwell::SetType | ( | NXOpen::CAM::CutDwell::Types | cutDwellValue | ) |
Sets the cut dwell type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
cutDwellValue | the cut dwell type |
double NXOpen::CAM::CutDwell::Time | ( | ) |
Returns the cut dwell time
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::CutDwell::Types NXOpen::CAM::CutDwell::Type | ( | ) |
Returns the cut dwell type
Created in NX6.0.0.
License requirements : None