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

Method get

src/bonsai/bonsai/tool/ifc.py:71–72  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

69
70 @classmethod
71 def get(cls) -> ifcopenshell.file:
72 return IfcStore.get_file()
73
74 @classmethod
75 def after_file_loaded(cls) -> None:

Calls 1

get_fileMethod · 0.45