Hi,
I need to get one parameter and set it to other parameter value (it is diameter parameter). The problem is that “Pipes” have other name of this parameter than “Elbow” and “Elbow” other than “Reduction”. I get 3 parameters from 1 installation section which I need to get and set. Right now I found 2 options:
- Copy whole Dynamo scheme and change this one parameter in every other name of this parameter
- Create new parameter “Dynamo_Diameter” and set it’s value by every other name of “Diameter” in every categories then I got 1 parameter to option nr 1. It would be useful if option nr 1 contains huge dynamo scheme.
Is there any way that Dynamo can do something like this:
“Ok, I have pipe accesoriess category let’s check if first element has “Diameter” parameter, ok it has, I gonna take it. Let’s check next element, ok I don’t have “Diameter” parameter let’s check if it has “Diameter1” parameter, ok it has, I gonna tak it. Let’s check next element…”
Sorry for quiet bad english, I am trying my best.
Greetings