LaserPiercingPoint Class¶
-
class
NXOpen.CAM.LaserPiercingPoint¶ Bases:
NXOpen.TaggedObjectRepresents 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
PointReturns: the piercing point Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: newValue ( NXOpen.Point) – the piercing pointNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
PointType¶
-
LaserPiercingPoint.PointType¶ Returns or sets the Piercing Point Type
-------------------------------------Getter Method
Signature
PointTypeReturns: the piercing point type Return type: NXOpen.CAM.LaserPiercingPointTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointTypeParameters: type ( NXOpen.CAM.LaserPiercingPointTypes) – the piercing point typeNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)