When working with BIM data using the Revit API, one common step is retrieving parameter values from elements. Whether your goal is to extract or…
A few months ago, I shared a post on OpenDefinery about a simple solution to fully purge Shared Parameters from a Revit project model. In that…
I searched and searched for hours and still have not found a list of all members of the BuiltInCategory enum along with their hashcodes. This…
This workflow was created as a request from @PhilosophyBIM on Twitter To @DynamoBIM guru, any way to automate the phase mapping to revit elements? I…
In learning every new programming language, it is customary to start with a “Hello world!” application. Although visual, Dynamo is a scripting tool as well,…
Rather than hosting a Dynamo training session in the greater Seattle area, we decided to organize and sponsor the Seattle Dynamo User Group Meetup! The…
This morning, I ran into an interesting bug in Revit 2016. I opened up my Macro Manager per the norm, but when attempting to create…
I just stumbled on this script library for Revit users who wish to use Python with the Revit API. In it’s simplest form, it’s a folder…
The good folks over at Boost Your BIM have posted a macro for copying a legend to multiple sheets. It works really well, but I…
I found a super simple way to get a nested list item at index using Design Script using a single node. The Code Block in…