MeshLib
 
Loading...
Searching...
No Matches
MR::GcodeLoad Namespace Reference

Functions

MRMESH_API Expected< GcodeSourcefromGcode (const std::filesystem::path &file, ProgressCallback callback={})
 loads from *.gcode file (or any text file)
 
MRMESH_API Expected< GcodeSourcefromGcode (std::istream &in, ProgressCallback callback={})
 
MRMESH_API Expected< GcodeSourcefromAnySupportedFormat (const std::filesystem::path &file, ProgressCallback callback={})
 detects the format from file extension and loads mesh from it
 
MRMESH_API Expected< GcodeSourcefromAnySupportedFormat (std::istream &in, const std::string &extension, ProgressCallback callback={})
 extension in *.ext format
 

Variables

MRMESH_API const IOFilters Filters