MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / DumpIfcGeometry

Function DumpIfcGeometry

src/cpp/test/io_helpers.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

GetMeshMethod · 0.85
BoolProcessMethod · 0.85

Calls 2

writeFileFunction · 0.70
ToObjFunction · 0.70

Tested by

no test coverage detected