Equally dividing two curves on Grasshopper

Hello,

I’m having some trouble arraying perpendicular lines in between two curves to make a sidewalk. I tried dividing each curve by an equal number but obviously, this doesn’t work because the curves are different lengths. I know that there is a way to align the divisions of the curves but I just can’t remember how.
sidewalk trial.gh (13.6 KB)
Any help would be much appreciated.
Thanks

One option: divide one curve then use the closest point to find the closest point on the other curve and connect the two points.

1 Like

Thank you!
Is this what you meant? It does work in this case but I can imaging that it won’t work for more complex arrays that need to be more precise. Is there any other way of doing it?
sidewalk trial 2.0.gh (8.5 KB)
Thank you for your help so far though, that’ll be a good plan B.

Here are a few ways to do it

sidewalk trial 2.0-djedit.gh (15.2 KB)

1 Like

This is great, thank you.