Assigning colors to floors with same parameter values

I have the attached script. It has grouped the floors in the project that have the same parameter value. Now I need to assign a color to every group of floors that have the same parameter value. Do I have to make sublists, then assign a color to every sublist? And how can I assign a color to the group of floors with same 'Height Offset from Level" Parameter?

**


**

Hi @enji.sorial ,

If you use the node ‘Color Range’ you can generate different colors based on the amount of sublists that you have after your List.GroupByKey node. From this node you can simply put the output, together with the sublists of elements, into an Element.OverrideColorInView node.

2 Likes