Hello,
I’m having an issue with the list creation node. I want to have list 0 be the 0 indexes of each of the three nodes and list 1 to be the 1 indexes of each three nodes and and so on. Unfortunately the list create node is just putting each of the nodes into there own separate lists and there is no use levels option on the node, does anyone have any ideas?
Thanks
List join
or use list.Flatten after List.Create
Your points are already in a sublist so use List.Join and then Transpose. Transpose will flip your data so that the elements of the same index are grouped together.
1 Like
Thanks, list join was and transpose was the solution.
I must just be having an off dynamo day
Thanks this post helped me! If you stack too list create nodes you get the effect I was looking for