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