#include "exports.h"
#include "MRMesh/MRExpected.h"
#include "MRMesh/MRProgressCallback.h"
#include <filesystem>
#include <cstring>
Go to the source code of this file.
Classes | |
struct | MR::SaveObjectSettings |
Namespaces | |
namespace | MR |
Functions | |
MRVIEWER_API Expected< void > | MR::saveObjectToFile (const Object &obj, const std::filesystem::path &filename, const SaveObjectSettings &settings={}) |
save visual object (mesh, lines, points or voxels) to file | |