| 194 | } |
| 195 | |
| 196 | void DumpSectionCurves(std::vector<webifc::geometry::IfcCurve> &curves, std::string filename) |
| 197 | { |
| 198 | writeFile(filename, GradientVerticalToObj(curves)); |
| 199 | } |
| 200 | |
| 201 | void DumpAlignment(std::vector<webifc::geometry::IfcAlignment> &align, std::string filenameV, std::string filenameH) |
| 202 | { |
nothing calls this directly
no test coverage detected