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

Function DumpGradientCurve

src/cpp/test/io_helpers.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 void DumpGradientCurve(std::vector<webifc::geometry::IfcCurve> &curves, webifc::geometry::IfcCurve &curve, std::string filenameV, std::string filenameH)
191 {
192 writeFile(filenameV, GradientVerticalToObj(curves));
193 writeFile(filenameH, GradientHorizontalToObj(curve));
194 }
195
196 void DumpSectionCurves(std::vector<webifc::geometry::IfcCurve> &curves, std::string filename)
197 {

Callers

nothing calls this directly

Calls 3

GradientVerticalToObjFunction · 0.85
GradientHorizontalToObjFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected