Reporting beam analysis in dynamo

Reporting beam analysis in dynamo

braicodavid
Advocate Advocate
364 Views
1 Reply
Message 1 of 2

Reporting beam analysis in dynamo

braicodavid
Advocate
Advocate

So I've been slowly creating a model in revit using dynamo. I need to now produce a bill of materials. is there a way that I can call out a beam type and produce a list of details for each instance (possibly write to excel). 

I just want the name of the beam, the quantity used in the project and the lengths that these are. 

thoughts?

 

0 Likes
365 Views
1 Reply
Reply (1)
Message 2 of 2

L.Maas
Mentor
Mentor

Yes, this is not too difficult

 

In Dynamo there are nodes available that select/filter elements in the Revit project

You can extract parameter values from the filtered Revit easily (e.g GetParameterValueByName).

Then it is a matter to assemble all your data in a list and export that to Excel

 

Concept:

DynExp.png

Also consider to visit DynamoBim.org. There is a lot of information including tutorials and a forum dedicated to Dynamo.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

0 Likes