Announcement

Collapse
No announcement yet.

Intelligent Interior Elevation Tags

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Intelligent Interior Elevation Tags

    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.
    Bettisworth North

    #2
    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

    Comment


      #3
      Originally posted by jmk View Post
      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.
      Interesting work around. We were actually looking to an automated approach to eliminate man-hours of work, but it would seem that one way or the other, hours of work will be required. Thanks for replying.
      Bettisworth North

      Comment


        #4
        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?
        Aaron "selfish AND petulant" Maller |P A R A L L A X T E A M | Practice Technology Implementation
        @Web | @Twitter | @LinkedIn | @Email

        Comment


          #5
          Originally posted by Twiceroadsfool View Post
          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?
          Aaron this is encouraging news! I'll let you know how it turns out.
          Bettisworth North

          Comment


            #6
            You name your (RDS) views according to the respective room? WOW. :hide:

            Comment


              #7
              Makes sense to me. Closest thing to a unique identifier... Aside from a unique identifier.

              Sent from my Phablet. Please excuse typos... and bad ideas.

              Aaron Maller
              Director
              Parallax Team, Inc.
              Aaron "selfish AND petulant" Maller |P A R A L L A X T E A M | Practice Technology Implementation
              @Web | @Twitter | @LinkedIn | @Email

              Comment


                #8
                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


                  #9
                  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 »
                  Revit for newbies - A starting point for RFO


                  chad
                  BEER: Better, Efficient, Elegant, Repeatable.

                  Comment


                    #10
                    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

                    Working...
                    X