Issue with Interpolation of Points in a List

interpolate issue.gh (36.2 KB) I was wondering if there was a way of interpolating the points in the list into curves. It appears that the points in the list are not all indexed in a consistent manner due to the way I culled out the points I needed, therefore the points interpolate into each other. Is there a way of making smooth curves across the points?

Thanks,

put yourself in the position of the reader.
What list? What culling? What index?

My apologies, it seems that my grasshopper file had failed to attach before sending. The issue should be visible now on the file attached. Thank you for pointing it out.

You could try another way.


interpolate issue_re.gh (45.8 KB)

2 Likes

Thank you this works perfectly!!