How to Select Elements in Revit with their Parameter Values?

Hi There,
I filtered all walls in the project according to their Top Offset and only chose those with a specific Top Offset number. Now I have a list of Values (Top Offset Numbers) and I want to select their associated walls with this Top Offset Value in Revit View but I am not able to select them in Revit view. anyone would know how to select those values obtained?

I also attached the graph image of my work.

Don’t filter the values, filter the elements. This will return a list of the wall elements that have the selected value.

1 Like

@AmirGabrielli ,

you can sort it like this… …click the id and revit will lead you to the element in a view!


1 Like

Ok, thank you so much. Now I was able to achieve what you demonstrated but from now then how would I filter out the walls with the specified Top Offset value?

Hello,

Here is,

Cordially
christian.stan

Thanks a lot Christian. That worked! However we cannot convert code blocks as input in order to use them in Dynamo Player, so is there other way to be able to replace Code Block nodes with other nodes that can be converted to inputs for both texts values and number values?

1 Like

hello,
yes you can replace the code blocks
node string with content: Top Offset
Node number with content: 0.7
Then right button on the nodes,
is to choose input

Cordially
christian.stan