Chapter 10: Gathering a Revit Model's Data from Multiple Models at Once
Welcome to Chapter 10, Gathering a Revit Model's Data from Multiple Models at Once! In this chapter, we will learn how to get data from multiple Revit models. We will do that in "ninja mode" – by that, I mean when we complete the script, we will launch it from an empty Revit model; then, Dynamo will open several Revit models in the background, gather their data, and print everything inside an Excel file. That's how a real ninja would do this! By the end of this chapter, we will be able to use the Dynamo player to launch a script and allow Dynamo to do the calculations in the background. Although it may seem like a complex thing to do, it isn't. We already explored all of the required nodes to export data from the Revit model to Excel in previous chapters, including Chapter 5, Getting Started with Autodesk Dynamo and Data Gathering, Chapter 8, Deep Dive into Dynamo Data Types...