Revit Wants you to transmit ‘detached copies’ of Central files for linking into other models. If you ignore this and transmit your Local copy instead, Revit always remembers where that instance of the Local file was saved, and it causes havoc in a federated model situation. You can use the free CTC explorer extension to quickly check this:

Or you could use Dynamo with my Bakery package:

 Hypothetically, let’s say you have received a file from a consultant, and after reloading you realise it was a Local file, not a Central. Now, your federated model may already have changed the name of the file to match whatever the local was called. Let’s say this problem has caused another problem: multiple instances of that same model have been loaded into this file.

If you are using View Templates, only one of these instances will be the point-of-truth for your View Template Revit Link Overrides. Time to get out your magnifying glass and investigate. Firstly, we will create multiple copies of the RVT file with different names, and then use Reload From (in Manage Links) to get these loaded into the current Revit session. This will create a Local alias:

Now, only one of these is the historical, correct link in the context of this federated model. How do we know which one to keep and which ones to remove?

We can use our View Template Revit Link Overrides to tell us… after all, they are the reason we are going through this process, right? We want Revit to ‘remember’ the overrides we have made in those templates. So let’s have a look at the View Template and see what it tells us.

Basically, by reviewing the Custom overrides here, I was able to determine which version of the Link to keep. It just so happens that the correct historical link had:

  • a lower number as its instance name (shown above as 149), and
  • a lower number as its element ID (450048 compared to 1288492). I found this by using Project Browser, Select All Instances – In Entire Project and then Manage – IDs of Selection

The above two ‘numerical’ investigative methods are probably not 100% reliable, but they may give you a good idea of which link instance is older in terms of this project.

Now, simply Remove the wrong links using the Manage Links dialog, and be aware of not re-linking multiple new instances if you just so happen to get a Local copy from someone in the project team. And remember…

What does Revit Want? Central copies for linking purposes.

ArchVision has just released a new content subscription service, initially focused on Revit construction details, called Detail Warehouse. What is it and how does it work? Read on below…

Quote:
The DETAIL WAREHOUSE provides access to over 27,500 native Revit Drafting Views designed to kick-start or supplement your in-house Revit standards library. The collection is comprised of foundation, door, window and roof details representing 50 sub-categories of construction details. In addition, you’ll also have access to nearly 1000 Revit Components.

0014668-9809515

The goal of DETAIL WAREHOUSE is to provide you with an efficient starting point and ongoing complement to your own internal library. For only $499 per year you can access the entire reference library drawing on what you need, when you need it. Learn more at DETAIL WAREHOUSE.
AVAIL

dw_avail_channels2-3606332

Besides offering the most extensive collection of Revit Drafting Views available anywhere, access to the DETAIL WAREHOUSE is provided via ArchVision’s innovative new content management platform called AVAIL. Through AVAIL, DETAIL WAREHOUSE subscribers can access foundation, door, window and roof “Channels” and search and download content closely matching their needs. A Properties Panel presents high-resolution previews of each Drafting View. AVAIL let’s users browse or search the content in a Channel but also offers an innovative new way to find content we call “Panoply”.

From:
DETAIL WAREHOUSE, AVAIL & PANOPLY | ArchVision Blog
Press release:
ArchVision DETAIL WAREHOUSE
The World’s Most Comprehensive Collection of Revit Details

ArchVision is pleased to announce the immediate availability of a new BIM content subscription service called DETAIL WAREHOUSE DETAIL WAREHOUSE provides access to over 27,500 native Revit Drafting Views and nearly 1000 Revit Components designed to kick-start or supplement in-house Revit standards libraries.

The collection, comprised of foundation, door, window and roof details representing 50 sub-categories of construction details, saves customers hundreds of hours searching, converting or re-creating details, and allows users to focus more time on design and less time on details.

“This extensive collection of Revit details was designed to help AEC firms build their internal standards libraries which can cost tens of thousands of dollars in labor costs to produce” says Randall Stevens, ArchVision CEO. “The details were painstakingly crafted natively in Revit and fully customizable to each firm’s specific needs.”

Managing thousands of details demands rethinking how they are organized and retrieved. The DETAIL WAREHOUSE is managed through AVAIL, a new content management platform also developed by ArchVision. Through AVAIL and it’s integrated Panoply filtering technology, DETAIL WAREHOUSE subscribers access foundation, door, window and roof “Channels” and download content closely matching their needs. AVAIL provides a robust solution for managing, publishing, and accessing content in an efficient, user-friendly way.

Yearly access to the DETAIL WAREHOUSE is available immediately for $499 at archvision.com/products/detailwarehouse.

###

About ArchVision
ArchVision improves design modeling and visualization with content and content management solutions. Our RPC technology provides architectural entourage in the form of people, tree & plant, and automobile content. Our AVAIL content management platform provides content organization and search tools for managing vast amounts of design content. DETAIL WAREHOUSE, a collection of ready-to-use Revit Drafting Views, holds over 27,500 Roof, Window, Door and Foundation details with unlimited downloads.

Contact
Kela Lester
Marketing Coordinator
klester@archvision.com

Links
archvision.com/products/detailwarehouse
avail.archvision.com

A couple of interesting new endeavors have appeared online recently that I wanted to share. The first is from Autodesk, and they are encouraging you to learn and use keyboard shortcuts. I have posted about keyboard shortcuts plenty of times in the past. I’m not sure this particular site will help me much, because over the years I have customized my Revit shortcuts and they don’t match up with the default anymore 🙂

Check it out at:
Revit Shortcuts | Keyboard Shortcuts and Commands | Autodesk

I have also posted previously about warnings and error reports (including how to solve them). The Revit Warnings Project  wants to take your Revit error reports and turn them into some useful, browse-able statistics data and graphs. It is an interesting read, if only to see how your errors compare to some others. I would like to see the Revit Warnings Project expanded to included recommended solutions to the warnings too.

My less-serious take on Revit Warnings and Errors can be viewed here:
What Revit Wants: Funny Revit Error Messages

There was an API addin available a while back, but in recent years I have used:

  • the Case Batch Export Family RFA’s tool
    https://wrw.is/2012/12/how-to-determine-if-family-is-in-place.html
    This way is pretty robust, as it also gives you a list of inplace families and masses that it couldn’t save to rfas. Unfortunately, it is pretty hard to get now that Case have shut down their free app downloads 🙁 Hopefully someone in your office already has it installed? Just copy all the files starting with Case between the relevant addin folders to get it going.
  • You could also use the builtin method File – Save As – Library – Family – All Families to export the rfas, and then (for 2013 version only) the free Kiwi Codes Family Categorizer to sort them into Category folders. More on that here:
    https://wrw.is/2012/11/free-utility-that-will-sort-all-of-your.html

These are the steps to export the families using the builtin workflow:

Personally, I now usually use Unifi to export and manage Revit content.

Thanks to Matt Wash for prompting me to do an update post on these different methods.

This is a pretty basic lesson, but just in case you aren’t doing it already… Adding a default value to your input nodes can make your custom nodes much more useful (and possibly easier for others to use). Obviously, not every input always needs a default, but in some cases you probably know that “in 9 times out of 10 use cases, this value should be xyz”. To add this default value in Dynamo:

  1. Edit the custom node
  2. In the input node label, after the label name type a space, followed by a colon, followed by a space
  3. You are now in ‘default value land’. Dynamo will prompt you for a datatype.
  4. Choose or enter an appropriate datatype, then type a space, followed by an equals sign, followed by the default value
  5. Obviously, the value must match the datatype.

An explanatory image and a 1 minute screencast are provided below.

Screencast:

I got a virtual tap on the shoulder from Brian Nickel over at The Revit Saver today. He said he had been “searching for an answer like this for a year or two, and the guy posted it two days ago overseas! Talk about a neat workflow!

What are we talking about?

Basically, it is an inventive way to use the mesh tools in Memento, which can consume images, make meshes, and export them to Recap. From there, we can easily get that into Revit for quick site context investigations. The actual implications of this workflow are pretty big… hypothetically, it allows you to use any good series of images to automatically make some 3d geometry and bring it into the Revit environment for further modelling.

Funnily enough, this workflow is just a logical extension of the stated aims of Memento, namely images to meshes as a ‘great companion to ReCap’:

Here’s how arnebjelland describes the workflow from Google Maps to Revit (via Photoshop, Memento and Revit), In short:

  • open google maps in full screen and find your building site
  • rotate the view around your site meanwhile you press «print screen» as often as you wish
  • with dropbox installed, the «print screens» should be perfectly downloaded automatically
  • you should crop your photos to get rid of unwanted text/labels. You can do this by making an «action» in Photoshop and then choose «File» – «Scripts» – «Image Processor» to crop every photos in a folder
  • then you make a mesh in Memento with your cropped photos and export it in RCP
  • import it into Revit and enjoy

Screencast (Brian Nickel):

Images (Brian Nickel):

Steps from arnebjelland at:
Combining Google Maps, photogrammetry and pointcloud into Revit | Digital story of an architect

Heads-up from Brian Nickel at:
The Revit Saver: Combining Google Maps, Photogrammetry and Pointcloud Data into Revit 2016

Have you ever wondered if there are API commands for addressing or automating Type Catalog information in Revit? A recent post from Jeremy Tammik covered some of this. In it, he discusses the difference between

  • the embedded MEP lookup tables (which the API can address using FamilySizeTable and FamilySizeTableManager), and
  • the legacy text file lookup tables, which are basically a specially formatted TXT file with the same name as the RFA.

The post is well worth a read, as he also references some useful resources in the Revit help and an AU class

 What about units in Type Catalogues? Quoting directly from The Building Coder:
 “
Question: we’re trying to create type catalogue in txt file for Radiator family. We were trying to define a parameter in watt units, with no success. How to define header for this parameter?
Answer: Look at page 15 of Martin Schmid’s Autodesk University class handout on Creating Revit MEP Content for Engineering Coordination.
Here is a sample Exhaust Fan RFA and TXT file for you to play with.
They don’t use Watts, but should give the idea if you are not already familiar with type catalogues.
Also, the families guide provides a list of the parameter types, namely, for electrical_power: watts, kilowatts, british_thermal_units_per_second, british_thermal_units_per_hour, calories_per_second, kilocalories_per_second, volt_amperes, kilovolt_amperes, horsepower.
 “

From original post at: http://thebuildingcoder.typepad.com/blog/2015/07/type-catalogues.html