Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Increasing Autodesk Revit Productivity for BIM Projects

You're reading from  Increasing Autodesk Revit Productivity for BIM Projects

Product type Book
Published in Jun 2021
Publisher Packt
ISBN-13 9781800566804
Pages 492 pages
Edition 1st Edition
Languages
Authors (2):
Fabio Roberti Fabio Roberti
Profile icon Fabio Roberti
Decio Ferreira Decio Ferreira
Profile icon Decio Ferreira
View More author details

Table of Contents (16) Chapters

Preface 1. Section 1: Enhancing Your Productivity in Revit with Data Management and Templates
2. Chapter 1: Introduction to Productivity in Revit 3. Chapter 2: Project Data Management 4. Chapter 3: Revit Template and Standards 5. Section 2: Setting Up Revit Projects Efficiently and Exploring Core Functionalities
6. Chapter 4: Starting a Revit Project Efficiently 7. Chapter 5: Core Revit Functionalities 8. Section 3: Adding Visualizations and Dashboards to Your Data
9. Chapter 6: Visual Programming with Dynamo 10. Chapter 7: Dashboard Analyses with Power BI 11. Section 4: Collaborating with Consultants and Plugins and Improving Revit Performance
12. Chapter 8: Collaborating with Consultants 13. Chapter 9: Enhancing Productivity with Plugins 14. Chapter 10: Improving Performance 15. Other Books You May Enjoy

Best practices

When constructing a graph, it is quite common to add nodes all over the place:

Figure 6.41 – A disorganized Dynamo graph

When a graph becomes more complex, it will be hard to read or even to maintain. For that reason, it is essential when a user is developing a script to keep it organized as much as possible. This becomes a critical aspect when it is distributed across multiple teams.

As best practices, we recommend the following:

  • Organize the graph properly:

    a. Group the graph as much as possible into different functionalities.

    b. Order the script from left to right.

    c. When having parallel processes at the same time, order the script vertically:

Figure 6.42 – A properly structured Dynamo script

  • Name everything properly:

    a. All groups should be named with a clear title indicating the group's overall function (with a large font size to be visible when zoomed out).

    b. All code blocks,...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}