I have what I think is an easy question, but I’m drawing a blank. I have setup a simple script to isolate elements based on Category and Parameter. In this instance I am wanting to select all of the stair instances in a stairwell in Plan View so I can shift them manually.
Once I have them filtered, how do I get Dynamo to select them?
you can isolate your elements in view first, and then manually select them.
![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/3/0/305daa355fb36a1aa9dfafe41247fee3f2748d2f.png)
2 Likes
There is also a node called Select in Revit
so OP doesn’t need to select them manually.
![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/7/c/7c029ee610dad60da868b0f4274527cb65e16aee.png)
2 Likes
There is also a node in Spring Nodes that (if you don’t have it already) might be more useful as a package / reduce the number of graph dependencies you have…
![image](https://us1.discourse-cdn.com/flex022/uploads/dynamobim/original/3X/f/8/f8872094a7bd5940da0668ce35e19f96eb033a4d.png)
Up to you!
1 Like
You know, I think this is the node I actually ended using. I started typing ‘SelectInRevit’ and selected the one I saw.
1 Like