| 199 | } |
| 200 | |
| 201 | void DumpAlignment(std::vector<webifc::geometry::IfcAlignment> &align, std::string filenameV, std::string filenameH) |
| 202 | { |
| 203 | writeFile(filenameV, VAlignmentToObj(align)); |
| 204 | writeFile(filenameH, HAlignmentToObj(align)); |
| 205 | } |
| 206 | |
| 207 | void DumpCrossSections(std::vector<webifc::geometry::IfcCrossSections> &crossSection, std::string filename) |
| 208 | { |
no test coverage detected