Hi there,
I have one question regarding Levels in Dynamo.
I have a script, creating (depending on parameters) different Levels.
e.g.:
OK_A
OK_B1
OK_B2
OK_B3
OK_C1
OK_C2
now the Levels OK_B1-3 may vary if they are implemented or not. Leaving a possible minimum of:
OK_A
OK_B1
OK_C1
OK_C2
so far so good.
Now in my next step I want to create columns using these levels. This is where my question is located. Is there a way to creat a Code Block with e.g. “OK_B1” as a fixed term for the level OK_B1? Because if I run the script creating only one B the transition von B to C wont work without opening the script selecting the right level in the list…
I want to creat a list with levels (by using CodeBlocks with fiexed names), kicking null values out of the list and add the last valid value on top of OK_C1.
Thank you in advance.
I hope I could state my problem properly
Kind regards
Timur