OutputUncutRegions Class¶
-
class
NXOpen.CAM.OutputUncutRegions¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.OutputUncutRegionsNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AutoSaveBoundary | Returns or sets the auto save boundary toggle |
| OverlapDistance | Returns or sets the overlap distance |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
AutoSaveBoundary¶
-
OutputUncutRegions.AutoSaveBoundary¶ Returns or sets the auto save boundary toggle
-------------------------------------Getter Method
Signature
AutoSaveBoundaryReturns: The Uncut output boundary value Return type: bool New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AutoSaveBoundaryParameters: outputBnd (bool) – The Uncut output boundary value New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
OverlapDistance¶
-
OutputUncutRegions.OverlapDistance¶ Returns or sets the overlap distance
-------------------------------------Getter Method
Signature
OverlapDistanceReturns: The Uncut Overlap Distance value Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OverlapDistanceParameters: overlapDist (float) – The Uncut Overlap Distance value New in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)