Select doors with certain width

Hello, I am trying to select doors in my revit files, which width is less than 80 cm, I manged to filter them with the use of family name, but i’d like to filter them with a parameter of width, but it does not seem to work out

GetParameterByName node for “Width” then use the less than node with the filterbyboolean should work.

I also thought to use GetParameterByName +Width but it does not give me any result the list is empty. What I saw is that dynamo does not give me type parameterers, and only displays instance ones :woman_shrugging: cos I also tryied with the node which displays all the parameteres available of the object, and there were only instance ones

You need element.element type for get the type parameters…

3 Likes

@sovitek beat me too it in the middle of the night! :joy::+1::last_quarter_moon_with_face:

1 Like

hehehe…Good morning Sean…have a nice sunday over there :rofl:

1 Like

Thank you it works! one more thing if i’d like to see which are these elements in revit, how can i see it ?

@s4lomep what do you mean by see? Do you want to isolate them, select them or add information to them?

I want to select them

SelectInRevit node from Modelical package, among others, can do that:

1 Like