CycleDwell Class¶
-
class
NXOpen.CAM.CycleDwell¶ Bases:
NXOpen.TaggedObjectRepresets a User Defined Event
New in version NX10.0.2.
Properties¶
| Property | Description |
|---|---|
| Dwell | Returns or sets the dwell value |
| DwellMode | Returns or sets the dwell type |
| IsActive | Returns or sets the dwell status |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| CycleDwellMode Enumeration | Available types for dwell mode |
Property Detail¶
Dwell¶
-
CycleDwell.Dwell¶ Returns or sets the dwell value
-------------------------------------Getter Method
Signature
DwellReturns: the dwell value Return type: float New in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
DwellParameters: doubleValue (float) – the dwell value New in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
DwellMode¶
-
CycleDwell.DwellMode¶ Returns or sets the dwell type
-------------------------------------Getter Method
Signature
DwellModeReturns: the dwell mode Return type: NXOpen.CAM.CycleDwellModeNew in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
DwellModeParameters: dwell ( NXOpen.CAM.CycleDwellMode) – the dwell modeNew in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
IsActive¶
-
CycleDwell.IsActive¶ Returns or sets the dwell status
-------------------------------------Getter Method
Signature
IsActiveReturns: the dwell mode status Return type: bool New in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)
-------------------------------------Setter Method
Signature
IsActiveParameters: bActive (bool) – the dwell mode status New in version NX10.0.2.
License requirements: cam_base (“CAM BASE”)