LaserCutDirection Class

class NXOpen.CAM.LaserCutDirection

Bases: NXOpen.TaggedObject

Represents cut direction settings for laser move

New in version NX9.0.0.

Properties

Property Description
CutDirType Returns or sets the Cut Direction Type
Tag Returns the Tag for this object.

Methods

Enumerations

LaserCutDirectionTypes Enumeration the Cut Direction Type enum

Property Detail

CutDirType

LaserCutDirection.CutDirType

Returns or sets the Cut Direction Type

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

Getter Method

Signature CutDirType

Returns:the cut direction type
Return type:NXOpen.CAM.LaserCutDirectionTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature CutDirType

Parameters:type (NXOpen.CAM.LaserCutDirectionTypes) – the cut direction type

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)