Mixing sublist of points

Hi everyone,

As you can see in the picture, I started with List.Create node to collect all points in one list.
I have 2 list (0,1), each one with 4 points (0,1,2,3). I need to create 2 sublists composed by (check picture):

  • List 0: first 2 points of first list (0,1) and first 2 point of second list (0,1);
  • List 1: third and forth points of first list (2,3) and third and forth point on second list (2,3);

Do you have a simple idea to do that?

Note that lacing is Longest on a couple of nodes

1 Like

Yes perfect thank you!

1 Like