MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / loadBinaryStl

Function loadBinaryStl

source/MRMesh/MRMeshLoad.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Expected<Mesh> loadBinaryStl( const std::filesystem::path& file, const MeshLoadSettings& settings )
78{
79 return MeshLoad::fromBinaryStl( file, settings );
80}
81
82Expected<Mesh> loadBinaryStl( std::istream& in, const MeshLoadSettings& settings )
83{

Callers

nothing calls this directly

Calls 1

fromBinaryStlFunction · 0.85

Tested by

no test coverage detected