Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ ResetCache
Function
ResetCache
src/cpp/wasm/web-ifc-wasm.cpp:881–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
}
880
881
void ResetCache(uint32_t modelID)
882
{
883
if (manager.IsModelOpen(modelID))
884
manager.GetGeometryProcessor(modelID)->Clear();
885
}
886
887
bimGeometry::AABB CreateAABB()
888
{
Callers
nothing calls this directly
Calls
3
GetGeometryProcessor
Method · 0.80
IsModelOpen
Method · 0.45
Clear
Method · 0.45
Tested by
no test coverage detected