LaserHeadOrientation Class

class NXOpen.CAM.LaserHeadOrientation

Bases: NXOpen.TaggedObject

Represents 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 Csys

Returns:the head orientation
Return type:NXOpen.CartesianCoordinateSystem

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Csys

Parameters:mcs (NXOpen.CartesianCoordinateSystem) – the head orientation

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

OrientationType

LaserHeadOrientation.OrientationType

Returns or sets the Head Orientation Type

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

Getter Method

Signature OrientationType

Returns:the head orientation type
Return type:NXOpen.CAM.LaserHeadOrientationTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature OrientationType

Parameters:type (NXOpen.CAM.LaserHeadOrientationTypes) – the head orientation type

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)