#include "config.h"
#include "exports.h"
#include <MRMesh/MRExpected.h>
#include <MRMesh/MRMeshLoadSettings.h>
#include <filesystem>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | MR |
namespace | MR::MeshLoad |
Functions | |
MRIOEXTRAS_API Expected< Mesh > | MR::MeshLoad::fromStep (const std::filesystem::path &path, const MeshLoadSettings &settings={}) |
load mesh data from STEP file using OpenCASCADE | |
MRIOEXTRAS_API Expected< Mesh > | MR::MeshLoad::fromStep (std::istream &in, const MeshLoadSettings &settings={}) |
MRIOEXTRAS_API Expected< std::shared_ptr< Object > > | MR::MeshLoad::fromSceneStepFile (const std::filesystem::path &path, const MeshLoadSettings &settings={}) |
load scene from STEP file using OpenCASCADE | |
MRIOEXTRAS_API Expected< std::shared_ptr< Object > > | MR::MeshLoad::fromSceneStepFile (std::istream &in, const MeshLoadSettings &settings={}) |