NX Open C++ Reference Guide
|
Represents a CAM::MinCutLength. More...
Public Types | |
enum | Types { TypesNone, TypesSpecify } |
the mininmum cut length options Created in NX6.0.0. More... | |
Public Member Functions | |
double | Distance () |
Returns the distance of Minimum Cut Length Created in NX6.0.0. | |
void | SetDistance (double minLength) |
Sets the distance of Minimum Cut Length Created in NX6.0.0. | |
void | SetStatus (NXOpen::CAM::MinCutLength::Types minLength) |
Sets the status of Minimum Cut Length Created in NX6.0.0. | |
NXOpen::CAM::MinCutLength::Types | Status () |
Returns the status of Minimum Cut Length 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::MinCutLength.
double NXOpen::CAM::MinCutLength::Distance | ( | ) |
Returns the distance of Minimum Cut Length
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::MinCutLength::SetDistance | ( | double | minLength | ) |
Sets the distance of Minimum Cut Length
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
minLength | the distance of Minimum Cut Length |
void NXOpen::CAM::MinCutLength::SetStatus | ( | NXOpen::CAM::MinCutLength::Types | minLength | ) |
Sets the status of Minimum Cut Length
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
minLength | the the status of Minimum Cut Length |
NXOpen::CAM::MinCutLength::Types NXOpen::CAM::MinCutLength::Status | ( | ) |
Returns the status of Minimum Cut Length
Created in NX6.0.0.
License requirements : None