Duplicate in parts quantities using Dynamo to export

Duplicate in parts quantities using Dynamo to export

AhmadAdawi
Contributor Contributor
661 Views
2 Replies
Message 1 of 3

Duplicate in parts quantities using Dynamo to export

AhmadAdawi
Contributor
Contributor

When I use dynamo to export quantities from Revit any split elements like walls will calculate quantities for the whole part and two split parts and all with category of parts.

i.e. If I have wall need split it into two parts the calculations or elements exported from dynamo by category are three parts not only two.

 Parts and spliting.png

 

Please advice.
Regards,
Ahmad

0 Likes
Accepted solutions (1)
662 Views
2 Replies
Replies (2)
Message 2 of 3

L.Maas
Mentor
Mentor
Accepted solution

Something like this maybe?

Capture.png

I used a node from the steam package (Parts.Getparents").

If the parent is the wall then it is the undivided part, if the parent is a part then it is a divided part.

 

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 3 of 3

AhmadAdawi
Contributor
Contributor

Thank you Mr. L.Maas 

0 Likes