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

Function SpecificLoadTest

src/cpp/test/web-ifc-test.cpp:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void SpecificLoadTest(webifc::parsing::IfcLoader &loader, webifc::geometry::IfcGeometryProcessor &geometryLoader, uint64_t num)
54{
55 auto walls = loader.GetExpressIDsWithType(webifc::schema::IFCSLAB);
56
57 bool writeFiles = true;
58
59 auto mesh = geometryLoader.GetMesh(num);
60
61 if (writeFiles)
62 {
63 DumpMesh(mesh, geometryLoader, "TEST.obj");
64 }
65}
66
67std::vector<webifc::geometry::IfcAlignment> GetAlignments(webifc::parsing::IfcLoader &loader, webifc::geometry::IfcGeometryProcessor &geometryLoader)
68{

Callers 1

mainFunction · 0.85

Calls 3

DumpMeshFunction · 0.85
GetExpressIDsWithTypeMethod · 0.80
GetMeshMethod · 0.80

Tested by

no test coverage detected