LaserHeadOrientation Class¶
-
class
NXOpen.CAM.LaserHeadOrientation¶ Bases:
NXOpen.TaggedObjectRepresents head orientation settings for laser sub move
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Csys | Returns or sets the Head Orientation |
| OrientationType | Returns or sets the Head Orientation Type |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| LaserHeadOrientationTypes Enumeration | the Head Orientation Type enum |
Property Detail¶
Csys¶
-
LaserHeadOrientation.Csys¶ Returns or sets the Head Orientation
-------------------------------------Getter Method
Signature
CsysReturns: the head orientation Return type: NXOpen.CartesianCoordinateSystemNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysParameters: mcs ( NXOpen.CartesianCoordinateSystem) – the head orientationNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
OrientationType¶
-
LaserHeadOrientation.OrientationType¶ Returns or sets the Head Orientation Type
-------------------------------------Getter Method
Signature
OrientationTypeReturns: the head orientation type Return type: NXOpen.CAM.LaserHeadOrientationTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OrientationTypeParameters: type ( NXOpen.CAM.LaserHeadOrientationTypes) – the head orientation typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)