Revit Tips Episode 5 Basic Dynamo Renumbering Sheets

Опубликовано: 11 Март 2026
на канале: Making the AEC Industry Simple
713
8

Revit Tips Episode 5
Entry Level Dynamo Program - (Rename Views)

Trying to allow people to “Break into” Dynamo, I feel modifying the sheet number format is a good entry.
Most of the dynamo graphs I’ve written follow this flow:
o Collect elements
o Filter elements
o Take action on filtered elements
This Graph
o Collect all Sheets
o Filter in only sheets that include our "Find Value"
o Define new Sheet Number values based on user input
o Set new Sheet Numbers

I really enjoy talking to people about improvements and assisting where I can, so feel free to reach out to me!
I will gladly share the Dynamo Graph with anyone who may want it.
Link to video of me making this Dynamo Graph:

Caution!!! Before you Set any parameters, be certain you are in Manual mode (in the lower left corner)

I do use Code Block nodes as an “Output” & “Input” for each of my groups. This is not necessary, but I hope it makes the graph a little easier to read.