LaserCutDirection Class¶
-
class
NXOpen.CAM.LaserCutDirection¶ Bases:
NXOpen.TaggedObjectRepresents 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
CutDirTypeReturns: the cut direction type Return type: NXOpen.CAM.LaserCutDirectionTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutDirTypeParameters: type ( NXOpen.CAM.LaserCutDirectionTypes) – the cut direction typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)