Skip to main content

Posts

Showing posts with the label Revit

First steps in RevitPythonShell

A couple of months ago, and a couple of weeks ago I have presented  a quick primer of Python scripting on the Revit Platform at the Manchester and London Revit User Groups. Both have been fantastic experiences, summarized the evening I was having a beer (or #BIMbeer) and heard someone say "I've been told that the other day there was an interesting presentation on Python at the Manchester Revit User Group", to what I replied "That was me, thanks!". My main objective is to trigger curiosity and push at least some people to discover that the programming edge is not that hard to climb, and things appear much nicer from those heights. I have to clarify that among non-programmers I can pretend to be one, but in all ernesty I am a wannabe noob of a programmer, despite a few lines of code I cannot understand does not stop me from trying to understand it!! Following a recent request on Twitter to share the presentation and thinking that they are probably available so...

A lot of exciting news

Once again, about a month without posting... An echo from the previous posts says I've been preparing my AU classess. Now finally all handouts are uploaded and classes rehearsed, so just waiting for the big day! In the meantime, I've been working crazy hours in the office to finish a competition (still Under NDA, but I will share in due course some findings on Revit Conceptual Design you may find interesting...) So this is my second day back to normal life, and I want to touch base on the different parallel projects I have been working on/following, and share some amazing findings I came across in these last days: 1. Revit Conceptual Massing: Autodesk has released a free "Revit Light" Conceptual Massing tool, that can be run from a memory stick without installing it... I'm not sure if you are as excited as me about this, but it looks so promising in so many levels I cannot even start to describe it! Have a look: Project Vasari on Youtube 1a. Still on the...

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... ...