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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAM::MinCutDepth.
Created in NX6.0.0.
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 |
void NXOpen::CAM::MinCutDepth::SetStatus | ( | NXOpen::CAM::MinCutDepth::Types | status | ) |
Sets the Minimum Cut Depth status
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
status | the Minimum Cut Depth status |
NXOpen::CAM::MinCutDepth::Types NXOpen::CAM::MinCutDepth::Status | ( | ) |
Returns the Minimum Cut Depth status
Created in NX6.0.0.
License requirements : None