Continuous curve on a surface

Hi, I have a surfaces curved. I would like to create a continuous curve on that folded surface where i cas regulate the density. What I achieve now is this:


I thought to use point on surface and after interpolate the data but the problem is that when it reaches the boundary of the surface it goes on the other side instead of the next one. To be more clear I achieve the left side of the image, I would like to make it work as the write image.
Thanks

Reverse every other branch(row) of your point list data tree, then flatten the list, then interpolate the points.

I think it did not manage to make it work. I attach the file.

based.gh (8.0 KB)
based.3dm (148.5 KB)

you didn’t reverse every other branch

1 Like

ok, what did you write in the mask of the split tree?
Moreover,

I see that if I interpolate the curves it also create horizontal line. It does not just interpolate on the curve.

{0,2,…}

Check these out, great resources for branching.

http://wiki.bk.tudelft.nl/toi-pedia/Grasshopper_Data_Tree_Editing

ReverseEveryOther.gh (12.5 KB)

thanks!