| 205 | } |
| 206 | |
| 207 | void DumpCrossSections(std::vector<webifc::geometry::IfcCrossSections> &crossSection, std::string filename) |
| 208 | { |
| 209 | writeFile(filename, CrossSectionToObj(crossSection)); |
| 210 | } |
| 211 | |
| 212 | void DumpIfcGeometryToPath(const webifc::geometry::IfcGeometry &geom, std::string path, double inputScale) |
| 213 | { |
no test coverage detected