LaserPiercingPoint Class

class NXOpen.CAM.LaserPiercingPoint

Bases: NXOpen.TaggedObject

Represents piercing point settings for laser move

New in version NX9.0.0.

Properties

Property Description
Point Returns or sets the Piercing Point
PointType Returns or sets the Piercing Point Type
Tag Returns the Tag for this object.

Methods

Enumerations

LaserPiercingPointTypes Enumeration the Piercing Point enum

Property Detail

Point

LaserPiercingPoint.Point

Returns or sets the Piercing Point

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

Getter Method

Signature Point

Returns:the piercing point
Return type:NXOpen.Point

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:newValue (NXOpen.Point) – the piercing point

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)

PointType

LaserPiercingPoint.PointType

Returns or sets the Piercing Point Type

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

Getter Method

Signature PointType

Returns:the piercing point type
Return type:NXOpen.CAM.LaserPiercingPointTypes

New in version NX9.0.0.

License requirements: None.

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

Setter Method

Signature PointType

Parameters:type (NXOpen.CAM.LaserPiercingPointTypes) – the piercing point type

New in version NX9.0.0.

License requirements: cam_base (“CAM BASE”)