Skip to main content

Posts

Showing posts with the label Quantification

Dynamo, Revit, Excel, UI...what a wonderful day!

Introduction Today I'll show you two examples of how to use Dynamo to export existing Revit schedules and how to compose a custom schedule on the fly, to be exported to Excel. Both of them with a very nice graphical user interface thanks to Data-Shapes (https://data-shapes.net/) package. Export Schedules Let's start from the easier. The idea behind this script is to export a list of existing schedules to an Excel file, creating for each schedule a separate tab. To be able to complete this script you'll need two packages: Data-Shapes for the graphical interfaces BimorphNodes to extract schedules data The script is very easy and you have to focus only on how to create an interface Then you can use your input to feed the next nodes. Finished! So just push the run button (or use Dynamo Player is you are in Revit 2017.1 or 2017.2) and enjoy the interface. Export parameters to Excel In the second script I'll focus on something more int...

Navisworks - How to customize quantification columns

Today I want to share a very simple and useful tip to add more columns to you quantification template. I'm sure that you faced my same issue when you try to use some customization during the quantification export and you want to direct map properties from the model directly to a item field.  First of all this is a very simple quantification template. The construction team is able to select from the selection set a category (i.e. Ducts) and automatically take off the selected models element.  Most of the field are taken directly from the model and you have to fields for description tha tyou can easily map with custom information. But, unfortunately we have only two fields and you know that your team is asking always for more than two, maybe three, but of course more than two :) So now the solution...navigate to this folder (depends on you version it may be different), and open this file for editing. Rember to create a backup copy of the file just in case some...