#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.
Classes | |
| struct | MR::MeshLoad::StepLoadSettings |
| STEP-specific mesh load parameters. More... | |
Namespaces | |
| namespace | MR |
| only for bindings generation | |
| namespace | MR::MeshLoad |
| compatibility names | |
Functions | |
| Expected< Mesh > | MR::MeshLoad::fromStep (const std::filesystem::path &path, const MeshLoadSettings &settings={}, const StepLoadSettings &stepSettings={}) |
| load mesh data from STEP file using OpenCASCADE | |
| Expected< Mesh > | MR::MeshLoad::fromStep (std::istream &in, const MeshLoadSettings &settings={}, const StepLoadSettings &stepSettings={}) |
| Expected< std::shared_ptr< Object > > | MR::MeshLoad::fromSceneStepFile (const std::filesystem::path &path, const MeshLoadSettings &settings={}, const StepLoadSettings &stepSettings={}) |
| load scene from STEP file using OpenCASCADE | |
| Expected< std::shared_ptr< Object > > | MR::MeshLoad::fromSceneStepFile (std::istream &in, const MeshLoadSettings &settings={}, const StepLoadSettings &stepSettings={}) |