Set Parameter - Mutiple Families and Parameters

Hi

I’m scraching my head with this one.

I have multiple Family Types as shown in the first watch node in my screen capture. 33 types.

I have multiple parameters installed into each of these families as seen in the second watch node. 32 parameters.

And I parameter values for each of these parameters in each of these families So, 1056 values (33 x 32)

I can’t for the life of me figure out how to transfer the values into the parameters within each of the familes? I’ve tried various combinations with Element.SetParameterByName and tried using the Element.SetMultipleParametersByName

Can anybody give me any advice. My feeling it is a lacing issue?

Thanks all,

Here is the DYN if useful, NBS_COBie_To_Autodesk_COBie_OverwriteAll.dyn (59.5 KB)

When in doubt, make matching list structures. Whenever I get stuck with (presumably) a lacing or list structure problem I make all my list lengths match so I can flatten them and send everything into the node one-to-one.

But you should be able to accomplish this with using list levels. Search the forum if you’re unfamiliar.

@Robert_Clark See if this helps…

1 Like