Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Simple dynamo script for title sheet

2 ANTWORTEN 2
Antworten
Nachricht 1 von 3
yes_and_no
568 Aufrufe, 2 Antworten

Simple dynamo script for title sheet

Our title sheet family has improved over time with revision number like v1, v2 as suffit. (Right now we have v64).

For project file, we still use past similar project and save as new one. (I guess everyone still doing that), and that of course bears the old title sheet family.

The title sheet families has about 5 sub families tailored for cover sheet, detail, plans, etc.

  • What bothers me is swapping them to newest version. The "select all in project" and swap all never work perfectly, I just don't know why.

 

I wish some one can share a dynamic script or similar method to automate this routine task, knowing the only difference between these are only the suffix v# in their names.

Thx.

 

 

2 ANTWORTEN 2
Nachricht 2 von 3
robert2JCCH
als Antwort auf: yes_and_no

The complexity of a dynamo script is usually in workflow-specific items.

You've mentioned that you have a Cover Sheet type, a Detail type, a Plan type, etc.... is that true for all 64 versions, and is the naming convention the same

 

This is a (very) rough graph that would let you manually create a list of different family types (you would choose all of your v64 Family Types), and then set up search terms for each type.

 

Assuming that every family is structured so that you have a 'Cover Sheet' type, a 'Detail' Type, etc. with consistent and nonoverlapping terms, you can use the String.Contains node to organize every titleblock in the project so that it updates to the latest version.

 

Reassign TB.png

 

If you have a titleblock that does NOT match any of the strings, the List.Indexof Node will return a -1 instead of a proper number. You'll then need to inspect those titleblocks to figure out why and correct as needed.

Nachricht 3 von 3
yes_and_no
als Antwort auf: robert2JCCH

Thx.

The sub family has the same name convention.

Only the host family has version number.

Can you repost a better resolution image, or perhaps into two shots. I can't read it.

  • Thx again

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report