| 560 | } |
| 561 | |
| 562 | inline void DumpSectionCurvesThree(std::vector<webifc::geometry::IfcCurve>& curves, std::string filename) |
| 563 | { |
| 564 | writeFile(filename, GradientVerticalToObjThree(curves)); |
| 565 | } |
| 566 | |
| 567 | inline void DumpAlignmentThree(std::vector<webifc::geometry::IfcAlignment>& align, std::string filenameV, std::string filenameH) |
| 568 | { |
nothing calls this directly
no test coverage detected