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

Function DumpLinesToHtml

src/cpp/test/dumpToThree.h:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 }
374
375 inline void DumpLinesToHtml(std::vector<std::vector<glm::dvec2>> lines, std::string filename)
376 {
377 writeFile(filename, makeThreeJSViewer(lines));
378 }
379
380 inline std::string GradientVerticalToObjThree(const std::vector<webifc::geometry::IfcCurve>& geom)
381 {

Callers

nothing calls this directly

Calls 2

makeThreeJSViewerFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected