From the course: Dynamo for Revit Project Setup

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Generate and name all ceiling plans

Generate and name all ceiling plans - Dynamo Studio Tutorial

From the course: Dynamo for Revit Project Setup

Start my 1-month free trial

Generate and name all ceiling plans

- [Narrator] In this video, we'll take all of the heavy lifting that we did to script the creation and the naming of our floor plan views, and apply the same technique to generate our set of ceiling plans. Let's take a step back and look at the series of nodes that work together to create our floor plans. If we were to think of this workflow as its own little module within our Dynamo script, with its own set of inputs and outputs, here's what it would look like. One input is this code block, which helps retrieve the list of floor plan related data from Excel. The rest of this script just parses and restructures that data and ultimately this node is what interprets the data to generate floor plans. The remaining part of the script takes those floor plans and applies the names that we pulled from Excel. Ultimately, the output of this module is a set of floor plans that are named according to what we had typed into Excel. If we were to adapt this module so that it generated ceiling plans…

Contents