MinCutDepth Class¶
-
class
NXOpen.CAM.MinCutDepth¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.MinCutDepthNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Distance | Returns or sets the distance of Minimum Cut Depth |
| Status | Returns or sets the Minimum Cut Depth status |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| MinCutDepthTypes Enumeration | the mininmum cut depth options |
Property Detail¶
Distance¶
-
MinCutDepth.Distance¶ Returns or sets the distance of Minimum Cut Depth
-------------------------------------Getter Method
Signature
DistanceReturns: the distance of Minimum Cut Depth Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceParameters: distance (float) – the distance of Minimum Cut Depth New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Status¶
-
MinCutDepth.Status¶ Returns or sets the Minimum Cut Depth status
-------------------------------------Getter Method
Signature
StatusReturns: the Minimum Cut Depth status Return type: NXOpen.CAM.MinCutDepthTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
StatusParameters: status ( NXOpen.CAM.MinCutDepthTypes) – the Minimum Cut Depth statusNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)