#include "config.h"#include "exports.h"#include <MRMesh/MRExpected.h>#include <MRMesh/MRObject.h>#include <MRMesh/MRLoadedObjects.h>Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| MRIOEXTRAS_API Expected< LoadedObject > | MR::deserializeObjectTreeFrom3mf (const std::filesystem::path &file, const ProgressCallback &callback={}) |
| loads scene from 3MF file in a new container object | |
| MRIOEXTRAS_API Expected< LoadedObject > | MR::deserializeObjectTreeFromModel (const std::filesystem::path &file, const ProgressCallback &callback={}) |
| loads scene from .model file in a new container object | |