LinearMotion(Point3D, Point3D, motionType, Double, Double, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal from As Point3D, _ 
ByVal to As Point3D, _ 
ByVal code As motionType, _ 
Optional ByVal speed As Double = 0, _ 
Optional ByVal feed As Double = 0, _ 
Optional ByVal codeLine As String = "" _ 
)
This language is not supported or no code example is available.
public LinearMotion( 
Point3D from
Point3D to
motionType code
double speed = 0, 
double feed = 0, 
string codeLine = "" 
)
This language is not supported or no code example is available.

Parameters

from
Point3D

Current position

to
Point3D

Next position

code
motionType

GCode

speed
double

Spindle speed

feed
double

Feed rate

codeLine
string

Full code line

.NET Framework

Supported in: 4.8

In this article

Definition