| 647 | } |
| 648 | |
| 649 | inline void DumpIfcGeometryThree(std::vector<webifc::geometry::IfcGeometry> vecGeom, std::string filename, double epsNormal = 1e-8, double epsDist = 1e-6, double inputScale = 1.0) |
| 650 | { |
| 651 | std::string viewer = makeThreeJSViewer(vecGeom, inputScale); |
| 652 | writeFile(filename, viewer); |
| 653 | } |
| 654 | |
| 655 | inline void DumpFlatMeshThree(webifc::geometry::IfcFlatMesh& mesh, webifc::geometry::IfcGeometryProcessor& processor, std::string filename) |
| 656 | { |
nothing calls this directly
no test coverage detected