I'm looking for something like entwine

I am trying to create the red curves in the screenshot below. In GH I think I could use entwine node but can’t find one in Dynamo. Anyone any idea how I can create sublists without extensively using get item at index nodes, in order to create the red curves.

Thanks

List.Chop is a good place to start.

Can’t think of anything as elegant as an entwine node, but a bit of DS can help:

image

4 Likes

You could use List.Sublists
20180321-1.dyn (14.3 KB)

1 Like

Thanks gents. I had a go with list combine nodes and got something to work.

1 Like