NX Open C++ Reference Guide
|
Represents a CAM::OutputUncutRegions. More...
Public Member Functions | |
bool | AutoSaveBoundary () |
Returns the auto save boundary toggle Created in NX6.0.0. | |
double | OverlapDistance () |
Returns the overlap distance Created in NX6.0.0. | |
void | SetAutoSaveBoundary (bool outputBnd) |
Sets the auto save boundary toggle Created in NX6.0.0. | |
void | SetOverlapDistance (double overlapDist) |
Sets the overlap distance Created in NX5.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::OutputUncutRegions.
Created in NX6.0.0.
bool NXOpen::CAM::OutputUncutRegions::AutoSaveBoundary | ( | ) |
Returns the auto save boundary toggle
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::OutputUncutRegions::OverlapDistance | ( | ) |
Returns the overlap distance
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::OutputUncutRegions::SetAutoSaveBoundary | ( | bool | outputBnd | ) |
Sets the auto save boundary toggle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
outputBnd | The Uncut output boundary value |
void NXOpen::CAM::OutputUncutRegions::SetOverlapDistance | ( | double | overlapDist | ) |
Sets the overlap distance
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
overlapDist | The Uncut Overlap Distance value |