| 571 | } |
| 572 | |
| 573 | inline void DumpCrossSectionsThree(std::vector<webifc::geometry::IfcCrossSections>& crossSection, std::string filename) |
| 574 | { |
| 575 | writeFile(filename, CrossSectionToObjThree(crossSection)); |
| 576 | } |
| 577 | |
| 578 | inline void DumpIfcGeometryToPathThree(const webifc::geometry::IfcGeometry& geom, std::string path, double inputScale) |
| 579 | { |
nothing calls this directly
no test coverage detected