Or seemingly identical.
Currently in Revit you are not able to number two sheets with the same number. This is regardless of phase, building or any other modifier. You typically have to add something to the number and it then becomes difficult to manage in callouts and other items.
There have been discussions around for utilizing unicode characters to solve this problem (a simple google search will show this). There are two problems with this though.
- It is time consuming. Right click> insert> select character
- It is hidden so other users have no clue!
Once again here is where dynamo comes to save the day.
My graph that I demonstrate below will renumber the sheets that are named with an asterisk (*) in front to insert this hidden character. After you plot or whatever you can then name it back to the asterisk. This makes it easier to manage and explain to users.
Rather than showing them a potentially harmful process of inserting a unicode character, you are just saying,”Insert an asterisk in front of that sheet number and I got the rest.”
The video below shows this in action and I included the link for the graph. You have to install Rhythm from the package manager for the graph to work. (Updated 03/27/15)