Skip to main content

Formula-driven surface in Revit

The heading to this blog reads "...trails of projects too small to be considered or too large to be accomplished... "
This time it's one of the short easy-come easy-go projects, start to end in 2 hours.


By chance I came across a challenge on an AUGI forum:
http://forums.augi.com/showthread.php?t=119544


The subject "Revit can't do it" and some names I recognized got my attention, and before I realized I was fighting to get a solution. The puzzle consisted in drawing the shape of the British Museum atrium roof.
Fortunately part of the briefing information was a link to a geometric analysis of the shape:
http://opus.bath.ac.uk/14111/1/ChrisDeakin2001.pdf


Based on the capability of the new adaptive components I quickly built a family that would drive the height from the coordinates x y (Reporting Parameters) of the Adaptive Point (using in principle the technique described by Zach Kron here), but using the complicated formulas in the report...


The result is a Revit family with a lot of maths... and the surface of the British Museum:






You can find more details in the AUGI forum:
http://forums.augi.com/showthread.php?t=119544&page=4


Cheers,
William.

Comments

Popular posts from this blog

The ROI of BIM:
Why is it so difficult?

Decision makers often requests a calculation of the Return for their Investment. When it comes to BIM, the calculation of a single number (the strict definition of "ROI") is difficult and arguably limited in practical value. Decision makers are more interested in a wider understanding of what they (and their company) are getting back. In this note I present my thoughts on the ROI measurement limitations and how to address investment decisions for BIM. Introduction Return on Investment or ROI is a common evaluation metric to decide on investment projects. In certain contexts it is a back-of-envelope assessment of performance of an opportunity. It simply states the ratio between the expected returns and the required investment, and is often presented as a percentage value. (ROI = Return/Investment). The Return is the net impact of the implementation, meaning the difference between the value before and after the project is executed, or the gross return minus the investment...

Genetic Design - Part 1: General concepts

In my second post I'd like to thank my friend and Blogging mentor David Light, who featured this space in his highly respected blog. I guess most of you got here through there, but if you landed directly here I highly recommend having a look at http://autodesk-revit.blogspot.com/ , packed with tips, news and tools for the BIM enthusiast. Enough said as introduction, let's talk about my current after-hours project. About 2 years ago I went to a conference on Genetic Algorithm applied to Design. In a room full of engineers, I saw some examples of Genetic principles applied to Air Conditioning system planning, lighting design, and some shy approach to layout planning. The tools they used were some Java and C++ applets, lots of spreadsheets with complex scripting and occasionally some diagrams. Despite many interesting things were said, I was left with the feeling that the Architectural Design implementation was one I would have liked to chase, eve...