gordolake
2017-01-25, 03:43 AM
Found this, very useful.
How to create Room tag including Width x Depth parameters (https://knowledge.autodesk.com/support/revit-products/troubleshooting/caas/sfdcarticles/sfdcarticles/Revit-2017-How-to-create-Room-tag-including-Width-x-Depth-parameters.html)
and a nice use of maths
Room Length: ((Perimeter / 2) - sqrt((Perimeter / 2) ^ 2 - 4 * Area)) / 2
Room Width: Area / Room Length
example included.
How to create Room tag including Width x Depth parameters (https://knowledge.autodesk.com/support/revit-products/troubleshooting/caas/sfdcarticles/sfdcarticles/Revit-2017-How-to-create-Room-tag-including-Width-x-Depth-parameters.html)
and a nice use of maths
Room Length: ((Perimeter / 2) - sqrt((Perimeter / 2) ^ 2 - 4 * Area)) / 2
Room Width: Area / Room Length
example included.