| 565 | } |
| 566 | |
| 567 | inline void DumpAlignmentThree(std::vector<webifc::geometry::IfcAlignment>& align, std::string filenameV, std::string filenameH) |
| 568 | { |
| 569 | writeFile(filenameV, VAlignmentToObjThree(align)); |
| 570 | writeFile(filenameH, HAlignmentToObjThree(align)); |
| 571 | } |
| 572 | |
| 573 | inline void DumpCrossSectionsThree(std::vector<webifc::geometry::IfcCrossSections>& crossSection, std::string filename) |
| 574 | { |
nothing calls this directly
no test coverage detected