| 241 | } |
| 242 | |
| 243 | void DumpIfcGeometry(webifc::geometry::IfcGeometry &geom, std::string filename) |
| 244 | { |
| 245 | size_t offset = 0; |
| 246 | writeFile(filename, ToObj(geom, offset)); |
| 247 | } |
| 248 | |
| 249 | void DumpFlatMesh(webifc::geometry::IfcFlatMesh &mesh, webifc::geometry::IfcGeometryProcessor &processor, std::string filename) |
| 250 | { |
no test coverage detected