MeshLib C# Docs
Loading...
Searching...
No Matches
MR.GcodeLoad Class Reference

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 {}.
 

Member Function Documentation

◆ 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

extension in *.ext format Generated from function MR.GcodeLoad.fromAnySupportedFormat. Parameter callback defaults to {}.

◆ fromAnySupportedFormat() [2/2]

static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromAnySupportedFormat ( string file,
MR.Std._ByValue_Function_BoolFuncFromFloat? callback = null )
inlinestatic

detects the format from file extension and loads mesh from it Generated from function MR.GcodeLoad.fromAnySupportedFormat. Parameter callback defaults to {}.

◆ fromGcode() [1/2]

static unsafe MR.Std.Vector_StdString MR.GcodeLoad.fromGcode ( MR.Std.Istream in_,
MR.Std._ByValue_Function_BoolFuncFromFloat? callback = null )
inlinestatic

Generated from function MR.GcodeLoad.fromGcode. Parameter callback defaults to {}.

◆ 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: