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

Function DumpCrossSections

src/cpp/test/io_helpers.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

GetCrossSections3DFunction · 0.85

Calls 2

CrossSectionToObjFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected