PointCL(Double, Double, Double, Int32, Motion) Constructor

XYZ, tool and motion constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal tool As Integer, _ 
ByVal lm As Motion
)
This language is not supported or no code example is available.
public PointCL( 
double x
double y
double z
int tool
Motion lm 
)
This language is not supported or no code example is available.

Parameters

x
double

The X coordinate value

y
double

The Y coordinate value

z
double

The Z coordinate value

tool
int

The tool number

lm
Motion

The related motion

.NET Framework

Supported in: 4.8

In this article

Definition