Assign Parameters to Different Family Types using Dynamo

Hey guys, I am quite new to this so I am trying to create script for assigning property values. Now I manage to do it for all wall types, but what I would like to do is to have different values for different wall types. I have more than 100 so I am not sure what would be the easiest approach. Does anyone have an idea how to do it? :slight_smile:

Group the walls by type. Create a list of the general type parameter values in the same order you want to assign to each wall type group. Same number of parameter values as wall groups.

Then use lacing and/or levels on the set parameter node (this may take some trial and effort to get right)

1 Like

Thank you :slight_smile:

1 Like