Element View Generation in Revit with Dynamo

In October 2015, I wrote this post on this blog about how to automate the generation of detail (section) views of some specific Revit elements by means of a Dynamo graph. With the functionalities available at that time in Dynamo, that workflow was a bit devious and hard to modify.

To simplify the whole workflow I created some new custom nodes that make it possible to detect the local axes of a Revit element, which then can be used as orientation vectors for the several section views.

Before you start playing yourself with the script (which is provided at the bottom of the post as usual), you’ll need to first install the package BIM4Struc.Productivity from the package manager in Dynamo. This package contains a few specific nodes such as:

  • Create Element View : node that helps creating views based on the bounding box of a selected element and some indicated orientation vectors.
  • Element.LocalCoordinateSystem : returns the insertion point and X, Y, Z orientation vectors of a selected…

Read more