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

Function DumpGradientCurveThree

src/cpp/test/dumpToThree.h:556–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554 }
555
556 inline void DumpGradientCurveThree(std::vector<webifc::geometry::IfcCurve>& curves, webifc::geometry::IfcCurve& curve, std::string filenameV, std::string filenameH)
557 {
558 writeFile(filenameV, GradientVerticalToObjThree(curves));
559 writeFile(filenameH, GradientHorizontalToObjThree(curve));
560 }
561
562 inline void DumpSectionCurvesThree(std::vector<webifc::geometry::IfcCurve>& curves, std::string filename)
563 {

Callers

nothing calls this directly

Calls 3

writeFileFunction · 0.70

Tested by

no test coverage detected