fix extract.py
This commit is contained in:
parent
c354085b3b
commit
a6b52e416c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def get_walls(model):
|
|||
i=1
|
||||
lst = []
|
||||
for wall in model.by_type("IfcWall"):
|
||||
print(f"{i} {wall.Name}, container: {get_container(wall)} ")
|
||||
print(f"{i}:{wall.Name},container:{get_container(wall)}")
|
||||
lst.append(wall)
|
||||
i+=1
|
||||
return lst
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue