GCodeAPI.GCodeEllipse Class Reference
Inheritance diagram for GCodeAPI.GCodeEllipse:
GCodeAPI.IGCode

Public Member Functions

 GCodeEllipse (Point center, double axisA, double axisB, double startDeg, double stopDeg, bool isClockwise=true, double Angle=0, double? Speed=null, bool needExtrude=false)
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 
override string ToString ()
 

Static Public Attributes

static double MinArc = 1d
 Minimum length in mm More...
 

Properties

string Name [get]
 
GCodeCollector Code [get]
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.GCodeEllipse.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

Member Data Documentation

◆ MinArc

double GCodeAPI.GCodeEllipse.MinArc = 1d
static

Minimum length in mm


The documentation for this class was generated from the following file: