I use to generate automatic room dimension using following formula. if(Area = (Perimeter / 4) ^ 2, Perimeter / 4, ((Perimeter / 2) - sqrt((Perimeter / 2) ^ 2 - 4 * Area)) / 2). But it isn't calculating right measurement what to do? Please check the attachment.
Gelöst! Gehe zur Lösung
Gelöst von TasnimTarannum. Gehe zur Lösung
That doesn't make sense. Where is "if(Area = (Perimeter / 4) ^ 2, Perimeter / 4, ((Perimeter / 2) - sqrt((Perimeter / 2) ^ 2 - 4 * Area)) / 2)" used in that room tag? Also, is it a square room?
@TasnimTarannum wrote:
figure out it won't work properly if the shape of the room is not a proper rectangular in that room there is column in the corner which is causing the problem I have to manually input them.
Yep. Saw that immediately. That's the problem with trying to automatically show the length and width of a room. It doesn't work if its not perfectly rectangular.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.