Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ CloseModel
Function
CloseModel
src/cpp/wasm/web-ifc-wasm.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void CloseModel(uint32_t modelID)
80
{
81
return manager.CloseModel(modelID);
82
}
83
84
webifc::geometry::IfcFlatMesh GetFlatMesh(uint32_t modelID, uint32_t expressID)
85
{
Callers
nothing calls this directly
Calls
1
CloseModel
Method · 0.45
Tested by
no test coverage detected