MCPcopy 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_dictionaryFunction · 0.45
drawMethod · 0.45
get_bcfxmlMethod · 0.45
executeMethod · 0.45
create_bitmapsMethod · 0.45

Calls 1

active_dictionaryMethod · 0.80

Tested by

no test coverage detected