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

Function DumpSectionCurves

src/cpp/test/io_helpers.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 void DumpSectionCurves(std::vector<webifc::geometry::IfcCurve> &curves, std::string filename)
197 {
198 writeFile(filename, GradientVerticalToObj(curves));
199 }
200
201 void DumpAlignment(std::vector<webifc::geometry::IfcAlignment> &align, std::string filenameV, std::string filenameH)
202 {

Callers

nothing calls this directly

Calls 2

GradientVerticalToObjFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected