All posts tagged revit
managing family types with dynamo
In this post I will briefly talk about using Dynamo to manage family types in a Revit project. I am using wall tags as an example, but this methodology can […]
compiling and installing RevitLookup 2014
This must have been the most frustrating 20 min of my life. It was when I realized that RevitLookup when downloaded does not come compiled into a DLL that we […]
room numbering with dynamo
Here’s a quick video preview of this workflow: YouTube Following up on Window/Door Numbering tools that I was working on previously, I wanted to add another aspect to it. Below […]
interference report parsing with dynamo
In one of my previous posts I was showing everyone how you can use Dynamo to parse through an HTML (TXT) file and use it to isolate elements in view. […]
delete duplicate families from revit model
Here’s a quick definition that will delete all duplicate families from a Revit Model based on a Family Type. I considered families to be “duplicate” when I had the exact […]
room occupancy load with dynamo
Below is a link to a sneak peak video of a Dynamo functionality that I am currently working on. The goal is to create a definition that will analyze all […]
rotate family with dynamo
Below is a quick overview of a method to create an array of family instances on a curve and rotate them to always be perpendicular to host curve. You will […]
door/window numbering with dynamo
I was recently working on a tool that will help us automate the process of numbering Windows and Doors in Revit based on Room that they are in. Below is […]