Room Volumes


jbaehmer
 Share

Recommended Posts

I have been searching and don't know if I am just missing it....but I am looking to get the total volume of a house.  I know I can go and get each individual room, but it would be nice to have a total somewhere and not add up each room total that has 4 or 6 decimal spaces.  I tried looking at schedules, but I don't see an option for "Room Volume".  Any suggestions?

Link to comment
Share on other sites

Jared,

 

This could be done with the following:

 

internal_area * (finish_ceiling_elevation - finish_floor_elevation)

 

I don't think it would be much work to add it to the Room Area Macro Package.  Essentially $RoomAreas already has that data stored for each room so it would be a simple matter to create a Total_Room_Volume macro that just goes thru that array and sums them up.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share