Static Public Member Functions | |
| 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 {}. | |
Public Attributes | |
| MRMESH_API const IOFilters | Filters |