Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ GetModelSize
Function
GetModelSize
src/cpp/wasm/web-ifc-wasm.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
int GetModelSize(uint32_t modelID)
75
{
76
return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->GetTotalSize() : 0;
77
}
78
79
void CloseModel(uint32_t modelID)
80
{
Callers
nothing calls this directly
Calls
3
GetIfcLoader
Method · 0.80
IsModelOpen
Method · 0.45
GetTotalSize
Method · 0.45
Tested by
no test coverage detected