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

Function DumpSectionCurvesThree

src/cpp/test/dumpToThree.h:562–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 }
561
562 inline void DumpSectionCurvesThree(std::vector<webifc::geometry::IfcCurve>& curves, std::string filename)
563 {
564 writeFile(filename, GradientVerticalToObjThree(curves));
565 }
566
567 inline void DumpAlignmentThree(std::vector<webifc::geometry::IfcAlignment>& align, std::string filenameV, std::string filenameH)
568 {

Callers

nothing calls this directly

Calls 2

writeFileFunction · 0.70

Tested by

no test coverage detected