NX Open C++ Reference Guide
|
Represents a CAM::MinCutDepth. More...
Public Types | |
enum | Types { TypesNone, TypesSpecify } |
the mininmum cut depth options Created in NX6.0.0. More... | |
Public Member Functions | |
double | Distance () |
Returns the distance of Minimum Cut Depth Created in NX6.0.0. | |
void | SetDistance (double distance) |
Sets the distance of Minimum Cut Depth Created in NX6.0.0. | |
void | SetStatus (NXOpen::CAM::MinCutDepth::Types status) |
Sets the Minimum Cut Depth status Created in NX6.0.0. | |
NXOpen::CAM::MinCutDepth::Types | Status () |
Returns the Minimum Cut Depth status Created in NX6.0.0. |
Represents a CAM::MinCutDepth.
double NXOpen::CAM::MinCutDepth::Distance | ( | ) |
Returns the distance of Minimum Cut Depth
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::MinCutDepth::SetDistance | ( | double | distance | ) |
Sets the distance of Minimum Cut Depth
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
distance | the distance of Minimum Cut Depth |
Sets the Minimum Cut Depth status
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
status | the Minimum Cut Depth status |
Returns the Minimum Cut Depth status
Created in NX6.0.0.
License requirements : None