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

Function DumpIfcGeometryThree

src/cpp/test/dumpToThree.h:649–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 }
648
649 inline void DumpIfcGeometryThree(std::vector<webifc::geometry::IfcGeometry> vecGeom, std::string filename, double epsNormal = 1e-8, double epsDist = 1e-6, double inputScale = 1.0)
650 {
651 std::string viewer = makeThreeJSViewer(vecGeom, inputScale);
652 writeFile(filename, viewer);
653 }
654
655 inline void DumpFlatMeshThree(webifc::geometry::IfcFlatMesh& mesh, webifc::geometry::IfcGeometryProcessor& processor, std::string filename)
656 {

Callers

nothing calls this directly

Calls 2

makeThreeJSViewerFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected