MCPcopy 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
74int GetModelSize(uint32_t modelID)
75{
76 return manager.IsModelOpen(modelID) ? manager.GetIfcLoader(modelID)->GetTotalSize() : 0;
77}
78
79void CloseModel(uint32_t modelID)
80{

Callers

nothing calls this directly

Calls 3

GetIfcLoaderMethod · 0.80
IsModelOpenMethod · 0.45
GetTotalSizeMethod · 0.45

Tested by

no test coverage detected