CutDwell Class¶
-
class
NXOpen.CAM.CutDwell¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.CutDwellNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Revolutions | Returns or sets the cut dwell revolutions |
| Tag | Returns the Tag for this object. |
| Time | Returns or sets the cut dwell time |
| Type | Returns or sets the cut dwell type |
Methods¶
Enumerations¶
| CutDwellTypes Enumeration | the rough cut dwell mode options |
Property Detail¶
Revolutions¶
-
CutDwell.Revolutions¶ Returns or sets the cut dwell revolutions
-------------------------------------Getter Method
Signature
RevolutionsReturns: the cut dwell revolutions Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RevolutionsParameters: cutDwellRevolutionsValue (float) – the cut dwell revolutions New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Time¶
-
CutDwell.Time¶ Returns or sets the cut dwell time
-------------------------------------Getter Method
Signature
TimeReturns: the cut dwell time Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TimeParameters: cutDwellTimeValue (float) – the cut dwell time New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
CutDwell.Type¶ Returns or sets the cut dwell type
-------------------------------------Getter Method
Signature
TypeReturns: the cut dwell type Return type: NXOpen.CAM.CutDwellTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: cutDwellValue ( NXOpen.CAM.CutDwellTypes) – the cut dwell typeNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)