Hi,
did anyone noticed that when creating View filter, using ParameterFilterElement.ByRules, Dynamo creates view filter but it wont select Filter rule type.
I highlighted a few important nodes in this definition. First and foremost the Structural Material parameter is a Type parameter, so you can only retrieve it from a Floor Type object. Secondly, Material parameters are assigned via their Element Id reference, so that’s what you need to compare here. Not a name, not an actual material object, but its Id. Once you do these things, Dynamo will gladly create an appropriate filter for you.
Hi Konrad,
This is no longer true.
Using Element.Id to pass the material to the value input does not work.
Using Material.ByName for the value input makes the FilterRule node no longer have an error but it just spits out a null.