#define MRMESH_API
Definition MRMeshFwd.h:80
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< void > toPly(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
saves in .ply file
Expected< void > toMrLines(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
Expected< void > toPts(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
Expected< void > toAnySupportedFormat(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
detects the format from file extension and saves polyline in it
Expected< void > toDxf(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
Definition MRIOFormatsRegistry.h:222
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
determines how to save points/lines/mesh
Definition MRSaveSettings.h:20