C# Class Gears.GCodeGeometryOutput

Inheritance: IGeometryOutput
Mostra file Open project: jwatte/gears

Public Methods

Method Description
ArcTo ( System.Drawing.PointF pt, System.Drawing.PointF origin, bool clockwise ) : void
BeginGroup ( string s ) : void
Comment ( string s ) : void
EndGroup ( ) : void
Finish ( ) : string
GCodeGeometryOutput ( StringBuilder stringOut ) : System
LineTo ( System.Drawing.PointF pt ) : void
MoveTo ( System.Drawing.PointF pt ) : void
SetDepth ( float d ) : void
SetFeed ( float f ) : void
SetSpeed ( float s ) : void

Method Details

ArcTo() public method

public ArcTo ( System.Drawing.PointF pt, System.Drawing.PointF origin, bool clockwise ) : void
pt System.Drawing.PointF
origin System.Drawing.PointF
clockwise bool
return void

BeginGroup() public method

public BeginGroup ( string s ) : void
s string
return void

Comment() public method

public Comment ( string s ) : void
s string
return void

EndGroup() public method

public EndGroup ( ) : void
return void

Finish() public method

public Finish ( ) : string
return string

GCodeGeometryOutput() public method

public GCodeGeometryOutput ( StringBuilder stringOut ) : System
stringOut StringBuilder
return System

LineTo() public method

public LineTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
return void

MoveTo() public method

public MoveTo ( System.Drawing.PointF pt ) : void
pt System.Drawing.PointF
return void

SetDepth() public method

public SetDepth ( float d ) : void
d float
return void

SetFeed() public method

public SetFeed ( float f ) : void
f float
return void

SetSpeed() public method

public SetSpeed ( float s ) : void
s float
return void