| 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 | { |
nothing calls this directly
no test coverage detected