mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Update main.py
This commit is contained in:
@@ -135,6 +135,9 @@ class tree(ifcopenshell_wrapper.tree):
|
|||||||
def add_file(self, file, settings):
|
def add_file(self, file, settings):
|
||||||
ifcopenshell_wrapper.tree.add_file(self, file.wrapped_data, 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 select(self, value, **kwargs):
|
||||||
def unwrap(value):
|
def unwrap(value):
|
||||||
if isinstance(value, entity_instance):
|
if isinstance(value, entity_instance):
|
||||||
|
|||||||
Reference in New Issue
Block a user