|
NX Open C++ Reference Guide
|
Represents a CAM::TurnCutterClearance. More...
Public Member Functions | |
| double | FirstCuttingEdge () |
| Returns the first cutting edge clearance angle Created in NX6.0.0. | |
| double | LastCuttingEdge () |
| Returns the last cutting edge clearance angle Created in NX6.0.0. | |
| void | SetFirstCuttingEdge (double newValue) |
| Sets the first cutting edge clearance angle Created in NX6.0.0. | |
| void | SetLastCuttingEdge (double newValue) |
| Sets the last cutting edge clearance angle Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a CAM::TurnCutterClearance.
Created in NX6.0.0.
| double NXOpen::CAM::TurnCutterClearance::FirstCuttingEdge | ( | ) |
Returns the first cutting edge clearance angle
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::TurnCutterClearance::LastCuttingEdge | ( | ) |
Returns the last cutting edge clearance angle
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::TurnCutterClearance::SetFirstCuttingEdge | ( | double | newValue | ) |
Sets the first cutting edge clearance angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | the first cutting edge clearance angle |
| void NXOpen::CAM::TurnCutterClearance::SetLastCuttingEdge | ( | double | newValue | ) |
Sets the last cutting edge clearance angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| newValue | the last cutting edge clearance angle |