Hello,
I successfully created a dynamo script that combines the area of doors and windows filtered by a specific parameter. This filtering parameter is called “Building Side”, which allows me to get the total area for each side of the building (example: north, east, west, etc).
However, the way I got there was quite messy and involved using a filtering node for each different value of this parameter.
In this case, I am using the ElementFilter node from the Rhythm package.
Perhaps by using lists, it would be possible to avoid using the filtering node for each different value of this parameter? I wish I could simplify this script.
Link to the full script: https://revitpure.com/s/WDB_Calculate-Wall-Doors-Windows-Area.dyn
Thanks in advance.