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.
2 Likes
There is also a node called Select in Revit
so OP doesn’t need to select them manually.
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…
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