What does it do?
Gives you more granular control over the calculation of wall and opening area

The results you get are divided according to an area value you can set. All the openings below that Maximum value are stored as Opening Area Smaller Max, and the total openings area are added to the Opening Area Parameter. Now, you can schedule this parameters and get the Gross area of the wall by playing with calculated parameters.
Heads-up and more info from here

Where can you get it?
From here

Remember Julien Benoit’s adaptive component tutorial from a year ago (link here)?  Well, Julien has made something pretty cool and posted it on RFO.  It is basically a 4 point adaptive component that calculates the area of the resulting surface using Bretschneider’s formula.

Julien’s solution (using an intense formula):
File Type: rfa AreaTool#2013_AC_CP_4P.rfa 208.0 KB

This is the formula, if you are interested (!)
sqrt((P – A) * (P – B) * (P – C) * (P – D) – ((A * B * C * D) * cos((BB + CC) / 2) ^ 2))

Alfredo’s more volumetric solution:
File Type: rvt Project_panel_areas.rvt 960.0 KB

Note: you will have to login to RFO to download from these links.

Read the whole thread:
AC curtain panel as measurement tool

In the image below, I show the basic process used to drive a Floor Area parameter into a manually added shared parameter.  Obviously, this scenario is not ideal – the data link isn’t dynamic, so we have essentially created a mini-silo (that’s what I’m going to call “in-software unlinked BIM”) right inside Revit.

In any case, here is how you can quickly do it with Whitefeet tools (start at 1 and follow the arrows):


I previously posted another workaround for this – using a filtered schedule:
Tag Floor Area in Revit workaround