Hi All,
Im trying to change the parameters of a family with the “Element.SetParameterByName” node.
And when I use a single parameter to be changed it’s working. But when I want to change multiple with the some node I’t’s not working.
I’m using a code block to enter the parameterName like this: “Mark”;
and the value is an string output from “Springs.Number.ToString” node.
But when I put the following in the code block: {“Mark”, “Top Level”, “Base Level”};
And create a list from the Springs node and two Levels nodes I get a crewed-up output!
Is that because a list isn’t a string? And the value needs to be a string input?
I tryed finding the “Element.SetParameterByName” node in the Dynamo dictionary but couldn’t find it.
So hoping you can clear things up for me.