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

Function loadASCIIStl

source/MRMesh/MRMeshLoad.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87Expected<Mesh> loadASCIIStl( const std::filesystem::path& file, const MeshLoadSettings& settings )
88{
89 return MeshLoad::fromASCIIStl( file, settings );
90}
91
92Expected<Mesh> loadASCIIStl( std::istream& in, const MeshLoadSettings& settings )
93{

Callers

nothing calls this directly

Calls 1

fromASCIIStlFunction · 0.85

Tested by

no test coverage detected