MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / DumpFlatMeshThree

Function DumpFlatMeshThree

src/cpp/test/dumpToThree.h:655–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 }
654
655 inline void DumpFlatMeshThree(webifc::geometry::IfcFlatMesh& mesh, webifc::geometry::IfcGeometryProcessor& processor, std::string filename)
656 {
657 size_t offset = 0;
658 writeFile(filename, ToObjThree(mesh, processor, offset));
659 }
660
661 inline Bounds getBounds(std::vector<std::vector<glm::dvec2>> input, glm::dvec2 size, glm::dvec2 offset)
662 {

Callers

nothing calls this directly

Calls 2

ToObjThreeFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected