I haven't found where this has been asked before, but if I've missed it, I'm sorry.
I've created a room tag that displays the size of the room. This is great for clients because sometimes adding dimensions can get crowded and confusing for them. That works great except it always displays the width as the longest distance. This means that if the X distance is longer, it displays that first, and if the Y distance is longer, it will display that first. This can be confusing for the clients (and even me sometimes) when they try and figure out what dimension has changed.
Is there a way to always display the X distance first and the Y distance second?
Thanks
Gelöst! Gehe zur Lösung
Gelöst von ToanDN. Gehe zur Lösung
Calculated Parameters in Tag:
Length=if(Area = (Perimeter / 4) ^ 2, Perimeter / 4, ((Perimeter / 2) - sqrt((Perimeter / 2) ^ 2 - 4 * Area)) / 2)
Width=Area / Length
You can create another room tag type, reverse Width and Length formulas, and use it for vertical rooms.
I appreciate your response, but I already have it set up that way. In the solution I am looking for, the second rectangle would list the 35' first and the 9' second. I would like the X direction to always show first and the Y direction to show second.
Thanks again for the effort.
Hi ToanDN,
I was hoping to have one that did that automatically, but apparently that can't be done. Looks like your response is the most reasonable. Thanks for your help and have a great day!
@lwindsor wrote:I appreciate your response, but I already have it set up that way. In the solution I am looking for, the second rectangle would list the 35' first and the 9' second. I would like the X direction to always show first and the Y direction to show second.
Thanks again for the effort.
So you want the Tag to know what direction x and y is? What happens when the room isn't orthogonal in the view? Know what I mean? Personally, I wouldn't bother with 2 Tags. Seems silly.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.