Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ load
Method
load
src/bonsai/bonsai/bim/module/bsdd/data.py:32–34 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
30
31
@classmethod
32
def
load(cls):
33
cls.is_loaded = True
34
cls.data[
"active_dictionary"
] = cls.active_dictionary()
35
36
@classmethod
37
def
active_dictionary(cls) -> tool.Blender.BLENDER_ENUM_ITEMS:
Callers
5
get_active_dictionary
Function · 0.45
draw
Method · 0.45
get_bcfxml
Method · 0.45
execute
Method · 0.45
create_bitmaps
Method · 0.45
Calls
1
active_dictionary
Method · 0.80
Tested by
no test coverage detected