Hi,
I’m trying to create a Dynamo script that filters my Revit model twice in order to obtain a List of Elements, to use as input in the Element.SetParameterByName node.
The first filter is By Category, and then I intend to filter the elements within that category by the value of a parameter.
Has anyone tried doing this before?!