Update main.py

This commit is contained in:
Thomas Krijnen
2021-04-24 15:23:36 +02:00
committed by GitHub
parent 40f9875930
commit b231e9051b
@@ -134,6 +134,9 @@ class tree(ifcopenshell_wrapper.tree):
def add_file(self, file, settings):
ifcopenshell_wrapper.tree.add_file(self, file.wrapped_data, settings)
def add_iterator(self, iterator):
ifcopenshell_wrapper.tree.add_file(self, iterator)
def select(self, value, **kwargs):
def unwrap(value):