NX Open C++ Reference Guide
|
Represents a CAM::FinishDwell. More...
Public Types | |
enum | Types { TypesNone, TypesTime, TypesRevolutions } |
The dwell after finish/profile cut mode options Created in NX6.0.0. More... | |
Public Member Functions | |
void | SetType (NXOpen::CAM::FinishDwell::Types dwellMode) |
Sets the dwell after finish/profile cut mode Created in NX6.0.0. | |
void | SetValue (double dwellValue) |
Sets the dwell after finish/profile cut Created in NX6.0.0. | |
NXOpen::CAM::FinishDwell::Types | Type () |
Returns the dwell after finish/profile cut mode Created in NX6.0.0. | |
double | Value () |
Returns the dwell after finish/profile cut 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::FinishDwell.
Created in NX6.0.0.
void NXOpen::CAM::FinishDwell::SetType | ( | NXOpen::CAM::FinishDwell::Types | dwellMode | ) |
Sets the dwell after finish/profile cut mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
dwellMode | the dwell after finish/profile cut mode |
void NXOpen::CAM::FinishDwell::SetValue | ( | double | dwellValue | ) |
Sets the dwell after finish/profile cut
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
dwellValue | the dwell after finish/profile cut |
NXOpen::CAM::FinishDwell::Types NXOpen::CAM::FinishDwell::Type | ( | ) |
Returns the dwell after finish/profile cut mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
double NXOpen::CAM::FinishDwell::Value | ( | ) |
Returns the dwell after finish/profile cut
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")