I am finding myself always doing this step manually and I am wondering if there is an easy way to create a Dynamo code that will help me simplify the following procedure:
Duplicate an existing Revit Schedule, rename it, and modify a filter in it.
Thank you! I am able to duplicate the schedule instance and rename it, but i do not end up with 2 schedules somehow. Also, I cannot seem to be able to change the filter that is applied to the schedule through the nodes. When i try to select the filter parameter from the schedule it shows me 0.
Is there any node that can access the filters? and another that can actually duplicate the view in Revit?
Thank you!
I’ve put quite some time into this same thing myself aswell, and eventually i’ve found all the anwsers (a lot of it spread out on this forum).
See my attachment.
@M.Melching,
Hi, I tried downloading your version, however the Duplicate Schedules options does not seem to be in the Clockwork package that I have. I am using version 1.x in Dynamo 1.2.1. Can you be a little more specific about where that node or one that works similar to it lives? Did Clockwork perhaps change the name of this node? All I am getting is Sheet.Schedule in my clockwork package when I search for “schedule”. Please advise. thanks!
Check the All elements of type Node. ist picking up 144 views of plan view type and making sheets for each type with and naming. is that what your looking for?
I just stumbled across this posting. Below is a graph that I created just now to address the duplicate and rename portion. The key to replication is the “View Name” parameter. Without changing it, your duplicate schedules will overwrite each other.
I will have to experiment with the five items under OTHER to control those.