Hi all,
I want to set multiple parameter values for multiple parameters to a group of elements in dynamo. I have tried it with list lacing similar to this tutorial:
Somehow I cant get the List Lacing right or maybe I am missing a step. The structure of my Lists ist the following:
Elements:
[[e1,e2,e3,…][e1,e,2,…][empty]] - Lists can vary depending on previous element filter.
Parameters
[p1,p2,p3,p4,p5,p6]
Values
[[v1,v2,v3,v4,v5,v6][v1,v2,v3,v4,v5,v6][…]] - Each List of Values belongs to a the List with elements at the same index. Each value v1-v6 belongs to the same parameter p1-p6.
The only difference to the tutorial is that I have the the elements in the sublist and not a single list. The List of Elements can be empty but parameters and values are never empty.
You can see the relevant Part of the Script in the attached picture. (Elements are yellow, Paramets are orange and values are blue)
Does anybody know how to solve this? I believe it is possible without an extra package, I am just missing something. I could have probably done it with Python by now but I want to use nodes in Dynamo.
Thanks in advance and kind regards,
Nico