restricted_spaces_indoors schould also begin low enough
This commit is contained in:
parent
90f3327e5c
commit
6d586973ea
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ class LevelGeometries:
|
|||
area.create_polyhedrons(self._create_polyhedron, crops=crops)
|
||||
|
||||
for key, geometry in self.restricted_spaces_indoors.items():
|
||||
geometry.build_polyhedron(self._create_polyhedron, bottom=vertex_altitudes, top=vertex_wall_heights)
|
||||
geometry.build_polyhedron(self._create_polyhedron, bottom=vertex_altitudes-0.7, top=vertex_wall_heights)
|
||||
for key, geometry in self.restricted_spaces_outdoors.items():
|
||||
geometry.faces = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue