Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetCrossSections3D
Method · 0.85
ComputeCurve
Method · 0.85
Calls
2
makeThreeJSViewer
Function · 0.85
writeFile
Function · 0.70
Tested by
no test coverage detected