CutDwell Class

class NXOpen.CAM.CutDwell

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.CutDwell

New 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 Revolutions

Returns:the cut dwell revolutions
Return type:float

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Revolutions

Parameters: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 Time

Returns:the cut dwell time
Return type:float

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Time

Parameters: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 Type

Returns:the cut dwell type
Return type:NXOpen.CAM.CutDwellTypes

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Type

Parameters:cutDwellValue (NXOpen.CAM.CutDwellTypes) – the cut dwell type

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)