4#ifndef MRIOEXTRAS_NO_STEP
MRIOEXTRAS_API Expected< Mesh > fromStep(const std::filesystem::path &path, const MeshLoadSettings &settings={})
load mesh data from STEP file using OpenCASCADE
MRIOEXTRAS_API Expected< std::shared_ptr< Object > > fromSceneStepFile(const std::filesystem::path &path, const MeshLoadSettings &settings={})
load scene from STEP file using OpenCASCADE
tl::expected< T, E > Expected
Definition MRExpected.h:58
setting for mesh loading from external format, and locations of optional output data
Definition MRMeshLoadSettings.h:10