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