Oct. 7, 2016
Calculating total area for multiple rooms
When a single room is selected in Revit, we can easile see its area in the properties window. However it is not so straightforward to immediately check the area of the multiple selected rooms. Below I am going to demonstrate a simple macro script that adds such a functionality.We are going to work with Room class of the Revit API, which is a part od Revit.DB.Architecture module. Its definition is…