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 936f3d5 commit 89fc5a4
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 @@ -274,7 +274,7 @@ def traceHeight(self, view3D, elementFilter = None, gridSize = 5, inset = 0.05):
points = gridPoints
if boundaryPoints:
points = points + boundaryPoints
# Set z to the lower quarter.
# Set z to the room center.
z = self.getBboxCenter().Z

intersectionsTop = []
Expand Down

0 comments on commit 89fc5a4

Please sign in to comment.