I love it when an idea just works 🙂 Let’s say you have 100 view templates in a project, and you make a new one. You want to transfer only that new template to another project (not the other 100 View Templates). If you use Transfer Project Standards (on View Templates and Filters), you will get the lot. How can we transfer just one of them?
Well, you need to think through the problem. Everything in Revit has an Element ID. View Templates are a special kind of view… So we need to get the Element ID of the View Template. Then we should be able to Copy / Paste it.
Here’s how I did it:
- Using Whitefeet Tools, (Utility Tools — Schedule Tools), Write Category to Excel, and select Views. (Make sure you press the ‘All Elements in Model’ radio button)
- Excel will open with all Views listed, including their Element IDs
- If you Sort Data in Excel by the ‘Dependency’ column, all of the View Templates will be grouped together as they do not have any data in this column
- Select the Cell containing the Element ID of the View Template you want to transfer
- In the source project — Select by ID, Paste that Element ID. Once selected, Copy to Clipboard (Ctrl+C)
- In the target project — Modify ribbon, Paste, Aligned to Selected Levels, just pick a level at random
- The new View Template is now available in the target project. Apply it to any view you like…
EDIT2 For the add-in free method, use the macro provided by Harry Mattison at:
Transferring view templates, not in 2014 | Boost Your BIM – making Revit even better
EDIT1 I also posted a method using the free RevitLookup add-in at https://wrw.is/2013/07/compiling-and-using-revitlookup-for.html
This may sound crazy, but couldn't you just transfer the templates into a new project, delete the view templates that are not required and then transfer from that to the destination project.
This method saves using an extra plugin and is native to Revit.
You can get view template id with Revit Lookup tool
Here is how you do it
http://allaboutcad.com/07/analyze-your-revit-model-with-revit-lookup-tool/
Accessing Document / Active View / View Template
ok, I tried to copy the ID in 2013, 2014 , & 2015 and it didn't copy the template into my project. what gives?