LaserControlPoint Class

class NXOpen.CAM.LaserControlPoint

Bases: NXOpen.TaggedObject

Represents a Laser Control Point builder

To create a new instance of this class, use NXOpen.CAM.LaserProfileMove.CreateControlPoint()

New in version NX9.0.0.

Properties

Property Description
Csys Returns or sets the Local Head Orientation
EventFlag Returns or sets the flag whether the control event is available
LocalHeadOrientType Returns or sets the Local Head Orientation Type
Point Returns or sets the Control Point
ProcessType Returns or sets the Point Process Type
Tag Returns the Tag for this object.
UdeSet Returns the Machine Control Events

Methods

Enumerations

LaserControlPointControlPointTypes Enumeration the Control Point type
LaserControlPointHeadOrientTypes Enumeration the Local Head Orientation Enum
LaserControlPointProcessTypes Enumeration the Point Process Enumeration

Property Detail

Csys

LaserControlPoint.Csys

Returns or sets the Local Head Orientation

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

Getter Method

Signature Csys

Returns:the local head orientation
Return type:NXOpen.CartesianCoordinateSystem

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Csys

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

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

EventFlag

LaserControlPoint.EventFlag

Returns or sets the flag whether the control event is available

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

Getter Method

Signature EventFlag

Returns:the logical value
Return type:bool

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature EventFlag

Parameters:newValue (bool) – the logical value

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

LocalHeadOrientType

LaserControlPoint.LocalHeadOrientType

Returns or sets the Local Head Orientation Type

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

Getter Method

Signature LocalHeadOrientType

Returns:
Return type:NXOpen.CAM.LaserControlPointHeadOrientTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature LocalHeadOrientType

Parameters:type (NXOpen.CAM.LaserControlPointHeadOrientTypes) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

Point

LaserControlPoint.Point

Returns or sets the Control Point

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

Getter Method

Signature Point

Returns:the point
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:newValue (NXOpen.Point) – the point

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

ProcessType

LaserControlPoint.ProcessType

Returns or sets the Point Process Type

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

Getter Method

Signature ProcessType

Returns:
Return type:NXOpen.CAM.LaserControlPointProcessTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature ProcessType

Parameters:type (NXOpen.CAM.LaserControlPointProcessTypes) –

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

UdeSet

LaserControlPoint.UdeSet

Returns the Machine Control Events

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

Getter Method

Signature UdeSet

Returns:
Return type:NXOpen.CAM.UdeSet

New in version NX9.0.0.

License requirements: None.