|
| static unsafe MR.Std.Vector_StdString | fromGcode (string file, MR.Std._ByValue_Function_BoolFuncFromFloat? callback=null) |
| | loads from *.gcode file (or any text file) Generated from function MR.GcodeLoad.fromGcode. Parameter callback defaults to {}.
|
| |
| static unsafe MR.Std.Vector_StdString | fromGcode (MR.Std.Istream in_, MR.Std._ByValue_Function_BoolFuncFromFloat? callback=null) |
| | Generated from function MR.GcodeLoad.fromGcode. Parameter callback defaults to {}.
|
| |
| static unsafe MR.Std.Vector_StdString | fromAnySupportedFormat (string file, MR.Std._ByValue_Function_BoolFuncFromFloat? callback=null) |
| | detects the format from file extension and loads mesh from it Generated from function MR.GcodeLoad.fromAnySupportedFormat. Parameter callback defaults to {}.
|
| |
| static unsafe MR.Std.Vector_StdString | fromAnySupportedFormat (MR.Std.Istream in_, string extension, MR.Std._ByValue_Function_BoolFuncFromFloat? callback=null) |
| | extension in *.ext format Generated from function MR.GcodeLoad.fromAnySupportedFormat. Parameter callback defaults to {}.
|
| |
◆ fromAnySupportedFormat() [1/2]
| static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromAnySupportedFormat |
( |
MR.Std.Istream | in_, |
|
|
string | extension, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat? | callback = null ) |
|
inlinestatic |
◆ fromAnySupportedFormat() [2/2]
| static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromAnySupportedFormat |
( |
string | file, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat? | callback = null ) |
|
inlinestatic |
◆ fromGcode() [1/2]
| static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromGcode |
( |
MR.Std.Istream | in_, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat? | callback = null ) |
|
inlinestatic |
◆ fromGcode() [2/2]
| static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromGcode |
( |
string | file, |
|
|
MR.Std._ByValue_Function_BoolFuncFromFloat? | callback = null ) |
|
inlinestatic |
loads from *.gcode file (or any text file) Generated from function MR.GcodeLoad.fromGcode. Parameter callback defaults to {}.
The documentation for this class was generated from the following file: