Skip to content

Commit

Permalink
Update room.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jan 5, 2021
1 parent 8985812 commit 936f3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revitron/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def traceHeight(self, view3D, elementFilter = None, gridSize = 5, inset = 0.05):
if boundaryPoints:
points = points + boundaryPoints
# Set z to the lower quarter.
z = self.getBboxCenter().Z / 2
z = self.getBboxCenter().Z

intersectionsTop = []
intersectionsBottom = []
Expand Down

0 comments on commit 936f3d5

Please sign in to comment.