MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / LoadMeshFromComponents

Method LoadMeshFromComponents

src/Mod/Mesh/App/Core/IO/Reader3MF.cpp:306–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306bool Reader3MF::LoadMeshFromComponents()
307{
308 for (const auto& it : components) {
309 std::string path = it.path.substr(1);
310 zip.reset(file->getInputStream(path));
311 LoadModel(*zip, it);
312 }
313
314 return (!meshes.empty());
315}
316
317void Reader3MF::LoadComponents(DOMNodeList* nodes, int id)
318{

Callers

nothing calls this directly

Calls 4

substrMethod · 0.80
resetMethod · 0.45
getInputStreamMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected