We have a project including new and existing spaces with over a 1000 rooms that will be renumbered per the owner's directive. There is well over 400 rooms that have at least 2 elevations, most with 4. Is it possible to create an interior elevation tag in dynamo with intelligence to display the room number/name in the view title? The alternative is to manually rename all the interior elevations after the room elements are revised. Note, we are in 100% CDs.
Announcement
Collapse
No announcement yet.
Intelligent Interior Elevation Tags
Collapse
X
-
The fastest way would probably be to make the view titles generic and add a room tag to each view.
There isn't a way to make the view title smart out of the box, but if you could probably make a dynamo script to do it for you. Even if you haven't used dynamo before the amount of changes (and the possibility for error) makes it a good project to learn with.Julie Kidder
Architect + BIM Director
Hartman + Majewski Design Group
-
Originally posted by jmk View PostThe fastest way would probably be to make the view titles generic and add a room tag to each view.
There isn't a way to make the view title smart out of the box, but if you could probably make a dynamo script to do it for you. Even if you haven't used dynamo before the amount of changes (and the possibility for error) makes it a good project to learn with.Bettisworth North
Comment
-
You can do it with Dynamo. Assuming youve already renumbered the rooms to the clients liking, of course.
1. Have it search each Elevation View for a Room Object.
2. Take the Room Object, and get its Room Number.
3. Rename the Elevation View based on the Room Number you collected.
It might not get them all 100%, if there are issues like multiple rooms showing up in the view. But its worth a shot?
Comment
-
Originally posted by Twiceroadsfool View PostYou can do it with Dynamo. Assuming youve already renumbered the rooms to the clients liking, of course.
1. Have it search each Elevation View for a Room Object.
2. Take the Room Object, and get its Room Number.
3. Rename the Elevation View based on the Room Number you collected.
It might not get them all 100%, if there are issues like multiple rooms showing up in the view. But its worth a shot?Bettisworth North
Comment
-
There are already 4 scripts that do that, and they were shared in the Dynamo forum: https://forum.dynamobim.com/t/create...by-rooms/10769
Script No. 1 moves the room Tags to the center of each room. Script 2 creates new Room Data Sheets Views for each room. Script 3 actually creates 4 elevations per each room. Script 4 renames them.
All first 3 scripts work like a charm, but the 4th one only works well on a single story project, for some reason I am trying to find. For single level projects, I have been able to rename each view by the room name (Level designation followed by room number and a description; e.g.; G-04-Elevation A), and it really is a time saver!
Hope this helps...Last edited by asintoras; February 15, 2018, 08:08 AM.
Comment
-
WorkFlow from Revolution Design also has a view renumbering tool that works great.
autoLink Back to Top One of the Revit’s greatest strengths in the realm of documentation is the automatic coordination of view callout tags and the views’ actual detail location. Change the detail number on a sheet and all view tags that reference that view update automatically. However, Revit has no similar ability with generic annotations,... Read more »
Comment
-
Here is a workflow that may be a good starting point as well. This one only gets the room number, but could be modified to include the name. It's not actually renaming the elevations, just the title on sheet.
Comment
Related Topics
Collapse
-
All,
I have been asked recently by a client on how to rename all elevation views (title on sheet parameter to be exact) that belong to rooms that...-
Channel: Dynamo BIM
August 23, 2016, 07:53 PM -
-
Hi All,
I would like to create a View Tag for an internal room elevations.
Current office protocols dictate that we need to show...-
Channel: Architecture - Family Creation
December 15, 2011, 03:08 AM -
-
Solved a bizarre issue today, but don't exactly understand how I solved it. I'll try to explain the best I can.
Some - using...May 21, 2015, 02:51 PM -
Not entirely sure if this is possible, so finally registered to put this question out there.
I would like my room tag to determine it's name,...January 22, 2019, 09:23 AM -
This one has been pretty puzzling. Working on a residential project with rooms. There is one room that will not tag in any plan view but will tag in elevation....February 7, 2018, 01:26 PM
Monumetric Footer In-screen
Collapse
Comment