mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
You can now exclude classes from streaming in ifcopenshell.stream
This commit is contained in:
@@ -141,7 +141,6 @@ class sqlite(file):
|
||||
return [self.by_id(r[0]) for r in rows]
|
||||
|
||||
def traverse(self, inst, max_levels=None, breadth_first=False):
|
||||
print("traversing", inst)
|
||||
results = [inst]
|
||||
queue = [inst]
|
||||
while queue:
|
||||
|
||||
Reference in New Issue
Block a user