How to select specific elements

How to select specific elements

Darwin33
Collaborator Collaborator
14,124 Views
7 Replies
Message 1 of 8

How to select specific elements

Darwin33
Collaborator
Collaborator

I would like to know the best way to select specific items, ie all the slabs of a level. In autocad as you use layers is easy, but in revit seems complicated. If you select all and then deselect with the filter pop up, and select again walls for instance, it select all walls in the building. How can I select only the walls in the first floor for instance? My best guess is to select all, named it and then apply  filter per selection, but seems quite complicated, is there anything easier?

0 Likes
Accepted solutions (1)
14,125 Views
7 Replies
Replies (7)
Message 2 of 8

syman2000
Mentor
Mentor

Have you try temporary view? I find this is very powerful for selecting certain objects and you can turn off pretty much anything. It is more customizable and view specific.

 

syman2000_0-1634597690538.png

 

Check out my Revit youtube channel - https://www.youtube.com/user/scourdx
0 Likes
Message 3 of 8

lucdoucet_msdl
Advisor
Advisor

@Darwin33 

 

In addition to @syman2000's suggestion, there are multiple ways of selecting multiple elements in OOTB revit:

 

  1. Set a temporary view setting as @syman2000  suggests and use visibility graphics to show only the combination of categories, view filters, and other overrides you want;
  2. Select a model element of type of category in the view and click the isolate element icon (eyeglasses), choosing to isolate that one element or all elements of the same category (similar to the temporary view settings but quicker);
  3. From the project browser, select a type instance from the families group and right click to select all  similar in the view or in the project. Then you can isolate them in the view with methode 2;
  4. Manually select model elements and save a selection set from the Modify tab;
  5. Using Dynamo, you can create a script which can automatically select all instances of a family that are hosted on a specific level. This script can be automated in the Dynamo player for ease of access to user unfamiliar with Dynamo.
  6. Create a schedule for the element category and list the family+type and associated level. Filter by level equal to the target level. When the schedule displays, control select the first and last elements in the Family+type column. From the modify Schedule context menu, select highlight in the model.

Methods 1 thru 4 are error prone because it won't be obvious which elements are hosted on which level. The dynamo script and schedules methods 5 and 6 will ensure that the hosted level is correct even though the element may have a large offset value from the level.

 

In your specific example, I would do the following:


How can I select only the walls in the first floor for instance?

Using method 6:

 

  1. Create a wall schedule, with parameters Family+Type and Level;
  2. Filter or sort by level;
  3. Control click the first and last cells in the Family+Type column which are on the desired floor;
  4. The selected items display in a view of the model but are not yet selected;
  5. In the Modify Schedule Context tab, select highlight in the model and click finish;
  6. The model elements are now selected.

Hope this helps,

 

-luc

lucdoucet_msdl_1-1634604020092.png

 

 

Message 4 of 8

RDAOU
Mentor
Mentor

@Darwin33 

 

Easy, 

 

  1. Open the floor Plan of the level you are looking at (side by side with the 3D or on a 2nd or 3rd monitor)
  2. Select an element >> Right click >> Select All instances >> In view 

 

To make it even easier...assign a shortcut to it

 

 

Select all in VIew.gif

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 5 of 8

barthbradley
Consultant
Consultant

@Darwin33 wrote:

I would like to know the best way to select specific items, ie all the slabs of a level. 


 

 

Out of curiosity, what's your next move after you selecting all the slabs on a particular level?   I mean, simply selecting them is just a means to an end. What's the end? 

Message 6 of 8

Darwin33
Collaborator
Collaborator

Sometimes in complex projects you need to isolate some items to underestand the geometry i/or colisions. That happens with dense models.

0 Likes
Message 7 of 8

ToanDN
Consultant
Consultant
Accepted solution

@Darwin33 wrote:

Sometimes in complex projects you need to isolate some items to underestand the geometry i/or colisions. That happens with dense models.


Have you tried Temporary Isolation?  Select one element and use the sunglasses icon.

 

ToanDN_0-1634671486812.png

 

0 Likes
Message 8 of 8

yaran.kaelaniTM7UK
Explorer
Explorer
Works really well! Thank you for sharing!
0 Likes