Area Tag Calculation:

Area Tag Calculation:

Anonymous
Not applicable
374 Views
5 Replies
Message 1 of 6

Area Tag Calculation:

Anonymous
Not applicable

Hello,

 

Is it possible to have an area tag that kicks out dimensions of the two legs of a right-sided triangle and the area of said triangle?  I currently have it set up to manually enter which is lame.  I struggle with these Revit formulas.

Any ideas?

Thanks in advance!Area Tag.png

0 Likes
375 Views
5 Replies
Replies (5)
Message 2 of 6

ToanDN
Consultant
Consultant

Visit the thread below for a similar formula to show dimensions of a rectangular room in room tag.

 

https://forums.autodesk.com/t5/revit-architecture-forum/room-tag-width-x-depth-parameters-generating...

0 Likes
Message 3 of 6

Anonymous
Not applicable

Thanks, @ToanDN .
I actually have previously used that thread you directed me to for getting the dimensions for my square areas!  Thanks!

However, how can I modify/control it to just pull dims from a and b?

0 Likes
Message 4 of 6

ToanDN
Consultant
Consultant

@Anonymous wrote:

Thanks, @ToanDN .
I actually have previously used that thread you directed me to for getting the dimensions for my square areas!  Thanks!

However, how can I modify/control it to just pull dims from a and b?


Yes I realized the formula would be much more complicated than that.  

 

A: Area

P: Perimeter

a: length 1

b: length 2 = A*2/a

 

I have arrived to:

 

P = a + (2*A/a) + sqrt ((a^2 + (2*A/a)^2)/2)

 

Now P and A are known, you have to find "a" from the above.  I am dizzy and giving up.

 

Message 5 of 6

Anonymous
Not applicable

@ToanDN, thanks for your efforts!  Sorry to make you dizzy!

I will play around.  Thank you again!!

 

Cheers!

0 Likes
Message 6 of 6

ToanDN
Consultant
Consultant

I mush prefer this kind of finding (attached).