Hi,
i try to learn design script.
I use Dynamo 1.3 and Revit 2019.
In my example i have 6 walls with differents phase values.
Keine = nothing selected
The Element.Name node don’t work if you feed them the hole list. So i need to use the Element.Name only on the “Phase Elements”.
The codeblock has no error, but why is the list i return empty? The list should return only strings like [Keine,Keine,Keine,Phase 1,Keine Keine]
Second question:
How can i do something like the zip() function in Python? So i don’t need to use 2 for loops.
codeblock_loop.dyn (6.4 KB)