MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::GcodeLoad Namespace Reference

Functions

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

Variables

const IOFilters Filters