CircularMotion(Plane, Double, Interval, motionType, Single, Single, String) Constructor

Standard constructor.
Public Sub New( _ 
ByVal plane As Plane, _ 
ByVal radius As Double, _ 
ByVal angle As Interval, _ 
ByVal code As motionType, _ 
ByVal speed As Single, _ 
ByVal feed As Single, _ 
ByVal codeLine As String
)
This language is not supported or no code example is available.
public CircularMotion( 
Plane plane
double radius
Interval angle
motionType code
float speed
float feed
string codeLine 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Arc plane

radius
double

Arc radius

angle
Interval

Arc angle

code
motionType

GCode

speed
float

Spindle speed

feed
float

Feed rate

codeLine
string

Full code line

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition