I need to know if there is a way to make material take off of Ducts in Zones by using Dynamo. This is not possible in Revit Schedules.
Yes it is possible with Dynamo. Could you be more specific, drop some images of your work.
I really don’t know where to start. In Revit you can make schedules of elements in spaces and zones, but not ducts.
How could I solve this?
Create a Dynamo graph that collects all your ducts and all your spaces/zones. You can get the locations of the ducts and the rooms and the see if they match up, then you can get whatever parameters you want from the ducts.
Have a try yourself and see how you get on, will be a good learning experience. Once you have a start on your solution post it up here and you will get more help. I’ve found you get better help if you try it yourself first and show you are not just looking for someone else to do it for you.
Hope this helps
Then I start with that. Thank you.
Now i have collected all ducts and zones. In my drawing Ihave only 2, but in the list it’s 3???
My problem now is how to compare the location where the ducts is located.
Yeah, the extra one at the start of the list is the default Zone type available before you start. Adding in a “List.RestOfItems” after the “AllElementsOfType” will remove the 1st element from the list (which is always the default location) so this should sort you out