MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / loadIfcStore

Function loadIfcStore

src/bonsai/bonsai/bim/handler.py:238–244  ·  view source on GitHub ↗
(scene: bpy.types.Scene)

Source from the content-addressed store, hash-verified

236
237@persistent
238def loadIfcStore(scene: bpy.types.Scene) -> None:
239 IfcStore.purge()
240 refresh_ui_data()
241 if not tool.Ifc.get():
242 return
243 tool.Ifc.schema()
244 IfcStore.relink_all_objects()
245
246
247@persistent

Callers

nothing calls this directly

Calls 5

refresh_ui_dataFunction · 0.85
relink_all_objectsMethod · 0.80
purgeMethod · 0.45
getMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected