MCPcopy 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
881void ResetCache(uint32_t modelID)
882{
883 if (manager.IsModelOpen(modelID))
884 manager.GetGeometryProcessor(modelID)->Clear();
885}
886
887bimGeometry::AABB CreateAABB()
888{

Callers

nothing calls this directly

Calls 3

GetGeometryProcessorMethod · 0.80
IsModelOpenMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected