LaserControlPoint Class¶
-
class
NXOpen.CAM.LaserControlPoint¶ Bases:
NXOpen.TaggedObjectRepresents 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
CsysReturns: the local head orientation Return type: NXOpen.CartesianCoordinateSystemNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysParameters: mcs ( NXOpen.CartesianCoordinateSystem) – the local head orientationNew 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
EventFlagReturns: the logical value Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EventFlagParameters: 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
LocalHeadOrientTypeReturns: Return type: NXOpen.CAM.LaserControlPointHeadOrientTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LocalHeadOrientTypeParameters: 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
PointReturns: the point Return type: NXOpen.PointNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: newValue ( NXOpen.Point) – the pointNew in version NX9.0.0.
License requirements: cam_base (“CAM BASE”)
ProcessType¶
-
LaserControlPoint.ProcessType¶ Returns or sets the Point Process Type
-------------------------------------Getter Method
Signature
ProcessTypeReturns: Return type: NXOpen.CAM.LaserControlPointProcessTypesNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProcessTypeParameters: 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
UdeSetReturns: Return type: NXOpen.CAM.UdeSetNew in version NX9.0.0.
License requirements: None.