FinishDwell Class

class NXOpen.CAM.FinishDwell

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.FinishDwell

New in version NX6.0.0.

Properties

Property Description
Tag Returns the Tag for this object.
Type Returns or sets the dwell after finish/profile cut mode
Value Returns or sets the dwell after finish/profile cut

Methods

Enumerations

FinishDwellTypes Enumeration The dwell after finish/profile cut mode options

Property Detail

Type

FinishDwell.Type

Returns or sets the dwell after finish/profile cut mode

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

Getter Method

Signature Type

Returns:the dwell after finish/profile cut mode
Return type:NXOpen.CAM.FinishDwellTypes

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature Type

Parameters:dwellMode (NXOpen.CAM.FinishDwellTypes) – the dwell after finish/profile cut mode

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

Value

FinishDwell.Value

Returns or sets the dwell after finish/profile cut

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

Getter Method

Signature Value

Returns:the dwell after finish/profile cut
Return type:float

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)

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

Setter Method

Signature Value

Parameters:dwellValue (float) – the dwell after finish/profile cut

New in version NX6.0.0.

License requirements: cam_base (“CAM BASE”)