Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ IsModelOpen
Function
IsModelOpen
src/cpp/wasm/web-ifc-wasm.cpp:857–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
855
}
856
857
bool IsModelOpen(uint32_t modelID)
858
{
859
return manager.IsModelOpen(modelID);
860
}
861
862
void SetLogLevel(uint8_t levelArg)
863
{
Callers
5
CloseAllModels
Method · 0.85
GetGeometryProcessor
Method · 0.85
GetIfcLoader
Method · 0.85
ModelManager.cpp
File · 0.85
CloseModel
Method · 0.85
Calls
1
IsModelOpen
Method · 0.45
Tested by
no test coverage detected