• About & Contact
Arch Over FlowArch Over Flow
Arch Over FlowArch Over Flow
  • About & Contact

Revit, Find Detail Group Locations Across a File, Without Dynamo

Revit, Find Detail Group Locations Across a File, Without Dynamo

Revit, Find Detail Group Locations Across a File, Without Dynamo

Programs, Revit

Overview

In Revit, there is no easy way to schedule all locations of a detail group. Use this method to quickly locate all instances of a detail group and where they are placed throughout the file (in what view/sheet) All without using Dynamo.

Step by Step Example

Steps:

  1. Scroll down in your Project Browser window, and find the Groups section, and the Detail subgroup.
  2. Right click on the detail group, and select all instances in the file.
  3. Click Group (GP) at the top to attempt to group all these detail groups.
  4. An error will get kicked back stating that it cannot group these groups across multiple views. 
    1. Error Text: “You may not create a detail group with view specific elements from different views.”
    2. If you do not get an error, see the “No Error?” Section below.
  5. Click [Expand] then [Export] to export a full list in an .html file
Example Output Highlighted

Output

Depending on a couple variables, you’ll get some different outputs. Both of these will generate an HTML file you can open.

Worksharing

[Example here]

When doing this via a worksharing file, it will output the view name (yellow) to go interrogate. Note that it also includes the exact model element ID (blue)

Multi-Elevation views

Note in Green it shows you 4 elevation views for one detail group ID. The object is only located in one of these 4 views. This happens when you have an elevation with multiple views associated to it (see image).

You can either interrogate each view, or follow the method below for non-worksharing to find the detail group.

Non-Workshared Models

[Example here]

For non-workshared models, it will output a list of all the element IDs. You can then use this to Select by ID in revit and click “show” to see the location of the detail group.

Temporarily enable worksharing

Another option is to save a copy of your file, enable worksharing on that file, then generate the report. This will create a worksharing output. (then delete that temp file).

No Error?

This will happen for 2 reasons. Both are solved the same way.

1 Instance

The detail group is only located in one location (in one view). This means that it CAN group it because its not trying to group across multiple views.

All instances in one view

You may have 5 instances of a group, but if they are all located within the same view, as before, it CAN group it because its not trying to group across multiple views.

Solution

In both cases, the solution is to place a temporary instance of the detail group in a different view. This will cause the program to try and group across multiple views, which will kick up the error window.

Share via:

  • Twitter
  • LinkedIn
  • Facebook
  • Email
  • Print
Tags: DynamoFindGroupsLocate

You also might be interested in

Dynamo Introduction & Overview

Dynamo Introduction & Overview

Jul 19, 2020

Quicklinks Dynamo DocumentationDynamo ForumWikipedia – Open SourceKonrad Sobon’s Arch-labNathan Miller’s[...]

Dynamo Find and Replace

Dynamo Find and Replace

Jul 17, 2020

Quicklinks There are none at the moment; suggest some! Overview[...]

Notice an error? Have a suggestion for the next topic to be covered? Help make a better community by lettings us know. Find us here.

Media Policy

Terms of Service

Privacy Policy

© 2023 · Arch Over Flow

  • Terms of Service (TOS)
  • Media Policy
  • About & Contact
Prev Next