Find all elements of a family at a specific elevation

How do I filter a family type by elevation?
I typed elevation into the search bar of Dynamo, but all the nodes relate to creating levels.

I just want to find sockets at 200mm above a certain level, so I can move them to the correct elevation of 450mm

This is how I would do it

Look at the element parameters, there should be something like a level host.

Then get all those parameters value and put them through a β€œ==” node.

Then run that Output with the list of elements through a Filter by mask Node.

This means you can get rid of all elements that don’t equal that elevation.

Ask if this needs explaining more

1 Like

Then you can repeat the process for elements with Offset == 200mm.

1 Like