
Advanced Modeling Tools
Advanced Modeling Tools is a Revit add-in that supports the generation of complex geometry in a Revit model. Currently this includes tools that place Revit families from data in an excel file. This includes both standard component families, as well as…

Fill Pattern Tools
Fill pattern tools is a set of utilities for working with fill patterns within Revit. This includes a tool that can transform existing fill patterns in a Revit model by scaling and/or rotating a selected pattern. In addition, it also…

Revit Unit Tests Visual Studio Template
I developed the following Visual Studio project template to easily add unit testing to any Revit API project. This is based off the nUnit testing system previously developed by Steven Downing, Ali Talebi and Yamin Tengono of ARUP. Unit testing allows individual units…

Revit Add-In Visual Studio Template
To facilitate the rapid development of new Revit add-ins I created this custom project template for Visual Studio.

View Owner
The View Owner Revit add-in automates the organization of the views in a Revit model by the users who created them. When enabled the add-in adds a custom “View Owner” shared parameter to the views of a model. As users…

Active Users
The Active Users add-in can be used to identify if any users are working in the current model by checking for borrowed elements. When run a list of the users who currently have elements checked out is displayed along with the…

Delete Viewport Types
Often unneeded and unwanted viewport types will be created in a Revit model. These can be difficult to purge, as there is no easy way in Revit to find which sheets are using each viewport type. In addition, views in…

Open Asset BIM Data Export
This Revit add-in connects to the API of an Open Asset BIM library and extracts all the family information into a single large excel file. The resulting file can then be used to analyze the contents of the library. For…

Wall Type Browser
The Wall Type Browser add-in adds a dockable list of the wall types in the current document to Revit. This list shows the details of each wall types, along with a preview images of the structure of the type. The list can…