NX Open C++ Reference Guide
|
Represents a CAM::MinCutVolume. More...
Public Member Functions | |
void | SetSuppressBasedOnVolume (bool propValue) |
Sets the suppress path if less than minimum toggle Created in NX6.0.0. | |
void | SetVolumeThreshold (double propValue) |
Sets the minimum volume percentage Created in NX6.0.0. | |
bool | SuppressBasedOnVolume () |
Returns the suppress path if less than minimum toggle Created in NX6.0.0. | |
double | VolumeThreshold () |
Returns the minimum volume percentage 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::MinCutVolume.
Created in NX6.0.0.
void NXOpen::CAM::MinCutVolume::SetSuppressBasedOnVolume | ( | bool | propValue | ) |
Sets the suppress path if less than minimum toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the minimum cut volume usage |
void NXOpen::CAM::MinCutVolume::SetVolumeThreshold | ( | double | propValue | ) |
Sets the minimum volume percentage
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the cut volume minimum percentage |
bool NXOpen::CAM::MinCutVolume::SuppressBasedOnVolume | ( | ) |
Returns the suppress path if less than minimum toggle
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::MinCutVolume::VolumeThreshold | ( | ) |
Returns the minimum volume percentage
Created in NX6.0.0.
License requirements : None