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

Function DumpCurveToHtml

src/cpp/test/dumpToThree.h:683–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 }
682
683 inline void DumpCurveToHtml(std::vector<glm::dvec3> points, std::string filename, std::vector<uint32_t> indices = {})
684 {
685 writeFile(filename, makeThreeJSViewer(points, indices));
686 }
687}

Callers 2

GetCrossSections3DMethod · 0.85
ComputeCurveMethod · 0.85

Calls 2

makeThreeJSViewerFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected