#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
MRMESH_API 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
MRMESH_API Expected< void > toMrLines(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
MRMESH_API Expected< void > toPts(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
MRMESH_API Expected< void > toDxf(const Polyline3 &polyline, const std::filesystem::path &file, const SaveSettings &settings={})
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
determines how to save points/lines/mesh
Definition MRSaveSettings.h:14