23MRMESH_API Expected<GcodeSource>
fromGcode(
const std::filesystem::path& file, ProgressCallback callback = {} );
#define MRMESH_API
Definition MRMeshFwd.h:80
MRMESH_API const IOFilters Filters
Definition MRGcodeLoad.h:20
MRMESH_API Expected< GcodeSource > fromGcode(const std::filesystem::path &file, ProgressCallback callback={})
loads from *.gcode file (or any text file)
MRMESH_API Expected< GcodeSource > fromAnySupportedFormat(const std::filesystem::path &file, ProgressCallback callback={})
detects the format from file extension and loads mesh from it
Definition MRCameraOrientationPlugin.h:8