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

Function DumpCrossSectionsThree

src/cpp/test/dumpToThree.h:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

CrossSectionToObjThreeFunction · 0.85
writeFileFunction · 0.70

Tested by

no test coverage detected