yi.18
November 18, 2021, 10:21am
1
I’ve been trying to calculate window-to-wall ratio based on the geometry extracted from Revit.
I’ve managed to get wall areas per orientation, but I couldn’t find a way to find window area based on different orientation.
Any help would be much appreciated.
Japhy
(Japhy)
November 18, 2021, 3:32pm
2
I took a little different approach, adding a Comment to the Wall to sort by (North,East in this case)
Then getting the parts to do your calculation on.
Definition is saved in 1.3.7983.15227.
Re_Wall_Area_By_Direction.gh (13.7 KB)
yi.18
November 23, 2021, 3:50am
3
Thanks Japhy. what does comment imply on Rhino inside? I think in this case it’s selecting the first wall element from the wall group. How could we select orientation by orientation?
Japhy
(Japhy)
November 23, 2021, 11:30am
4
This depends on how the Wall was placed (Left to Right or Right to Left)
Re-WallByDirection.gh (11.7 KB)
yi.18
November 24, 2021, 10:24pm
5
Thanks Japhy! This really helps. I’ve got the wwr orientation by orientation.