Dumb question on renumbering sheets: Usually when I need to renumber sheets it is because I have to add a sheet which throws off my sequencing. I can export sheets and renumber in excel with no problems but I hit an issue when I bring things back into Revit since the sheet numbers technically already exist. Is there a way around this that I'm just missing other than swapping letters around - i.e. A101 to B101 to A102?
Announcement
Collapse
No announcement yet.
Sheet Renumbering
Collapse
X
-
You could do it with excel if you add an extra step. First import/change all your sheet numbers to something else (Like add a letter to the end of the existing numbers, still unique), then import the actual numbers you want.
Personally I made a simple 'Find and replace' tool in dynamo for both sheet and view names. Extremely useful when you want to adjust part of the name for all sheets."One must imagine Sisyphus happy." Albert Camus - "The innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new." Nicolo Machiavelli -"Things that are too complex are not useful, Things that are useful are simple." Mikhail Kalashnikov
Comment
-
Joseph's right, you simply need to add into your script an interim step that renames them to something arbitrary first.
Exiting Names -> Arbitrary (So no conflict) -> New names (Utilising some existing names).
You can use the Clockwork node Passthrough to make sure that your Dynamo sequencing executes in the correct order.
Sol Amour
Architectural Explorer, Digital warrior, Affectual adventurer and Curious Human Being
Portfolio Website @ Cargo Collective
Comment
-
Thanks! :beer:
Originally posted by josephpeel View PostPersonally I made a simple 'Find and replace' tool in dynamo for both sheet and view names. Extremely useful when you want to adjust part of the name for all sheets.
Originally posted by amoursol View PostYou can use the Clockwork node Passthrough to make sure that your Dynamo sequencing executes in the correct order.
Comment
-
"One must imagine Sisyphus happy." Albert Camus - "The innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new." Nicolo Machiavelli -"Things that are too complex are not useful, Things that are useful are simple." Mikhail Kalashnikov
Comment
-
yep. I just gave then names to show what they do.
Probably better to rename them "Boolean - do stuff" to avoid confusion."One must imagine Sisyphus happy." Albert Camus - "The innovator has for enemies all those who have done well under the old conditions, and lukewarm defenders in those who may do well under the new." Nicolo Machiavelli -"Things that are too complex are not useful, Things that are useful are simple." Mikhail Kalashnikov
Comment
Related Topics
Collapse
-
I have over 100 sheets that I need to renumber, but several groups of sheets have a number with a x.1, x.2 suffix and so on. I'd like to renumber the...
-
Channel: Dynamo BIM
September 18, 2018, 01:26 PM -
-
Ok I want in titleblock -View Name- but it looks like it is impossible to do that, guess because you can have multiple views on one sheet. What is solution...December 29, 2015, 10:47 AM
-
Hello fellow Reviters,
I am currently working on a set of User Group sheets for a project at work, and have an issue with the pages being...March 8, 2019, 01:58 PM -
My present project currently has 341 sheets. The Architect has decided near the end of my journey to make my life miserable and wants all sheet numbers...November 5, 2013, 03:54 PM
-
What addins/apps are people using for sheet creation? Also, is Revit really limited to creating one sheet at a time?February 18, 2016, 08:49 PM
Comment