This class provides translation of *.gcode text file to IGCode objects.
More...
|
static double | getValue (string[] tags, string flag) |
|
This class provides translation of *.gcode text file to IGCode objects.
◆ GCodeReader() [1/3]
GCodeAPI.GCodeReader.GCodeReader |
( |
byte [] |
file | ) |
|
Constructs a new GCodeReader from a byte array of g-code text file.
- Parameters
-
file | byte array of g-code text file |
◆ GCodeReader() [2/3]
GCodeAPI.GCodeReader.GCodeReader |
( |
String |
path | ) |
|
Constructs a new GCodeReader from a text file.
- Parameters
-
◆ GCodeReader() [3/3]
GCodeAPI.GCodeReader.GCodeReader |
( |
Stream |
file | ) |
|
Constructs a new GCodeReader from a Stream object of g-code text file.
- Parameters
-
file | Stream object of g-code text file |
◆ Read()
static IGCode GCodeAPI.GCodeReader.Read |
( |
string |
line | ) |
|
|
static |
Translates and returns an IGCode object of specified string.
- Parameters
-
line | String to be translated |
- Returns
◆ Code
Returns the collection of the retrieved and translation IGCode objects.
The documentation for this class was generated from the following file:
- E:/projects/biofiz/programs/PetriPrinter/git/gCodeAPI/GCodeReader.cs