To supplement the BIMxHTML Dynamo package, I published a second package called BIMxDB. This package will contain several custom nodes for exporting Revit data to…
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…
With this Dynamo Workflow, you can push the Sheet Name parameter to the “Title on Sheet” parameter of views that are placed on sheets. I recommend…
We found a quick-and-dirty way to show what sheets your electrical panel schedules are on. Essentially, it is a schedule of schedules. We haven’t found…
We recently stumbled onto a set of Revit macros that may be of use to all Revit users regardless of skill level. The good…