MeshLib
 
Loading...
Searching...
No Matches
MRMeshLoadStep.h File Reference
#include "MRMeshFwd.h"
#include "MRExpected.h"
#include "MRMeshLoadSettings.h"
#include <filesystem>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::MeshLoad
 

Functions

MRMESH_API Expected< MeshMR::MeshLoad::fromStep (const std::filesystem::path &path, const MeshLoadSettings &settings={})
 load mesh data from STEP file using OpenCASCADE
 
MRMESH_API Expected< MeshMR::MeshLoad::fromStep (std::istream &in, const MeshLoadSettings &settings={})
 
MRMESH_API Expected< std::shared_ptr< Object > > MR::MeshLoad::fromSceneStepFile (const std::filesystem::path &path, const MeshLoadSettings &settings={})
 load scene from STEP file using OpenCASCADE
 
MRMESH_API Expected< std::shared_ptr< Object > > MR::MeshLoad::fromSceneStepFile (std::istream &in, const MeshLoadSettings &settings={})