Pull Curve to Points

Hello!
I’m not sure how to approach my problem:


As you can see, I drew a curve in Rhino (with Interpolate) that roughly does what I want: To pull certain segments of a curve up by lifting a point and leave it ‘on the ground’ with other points. I simplified my file so it gets clear what I’m trying to do (I hope). If it doesn’t work with a closed curve, that’s fine, I would split the circles into segments anyway. But whenever I try to use Interpolate and select all vertices, it gets messed up. Probably it’s just a List managing problem, but since I’m new to Grasshopper - would someone here be so kind to explain how I can proceed? Thanks in advance :slight_smile:

EDIT: It should look like this:

pull curve.gh (13.0 KB)

Hi! Please see if this helps. There’s actually a bit of advance Data Tree management involved, but I may be missing a simpler way of doing it.

pull curve_v2.gh (14.4 KB)

Thanks so much! I’ll try it out!

Interpolate works fine for circles. Do you have any idea what component / approach to use if I want the basic form to be a polygon?
Like in this file polygon shape.gh (9.1 KB)
Thanks again :slight_smile:

Also, is there a way to offset the interpolate-curves and make a surface between the original and the offset curves? I tried using the Weave-Component and Boundary Surfaces, but it doesn’t seem to work…

I reckon you’re going for something like this?

You can simply substitute the Interpolate component with the Polyline one, and you should obtain a curve comprised only of straight lines.

I’d use the Loft or Ruled Surface component. It depends on how you structure your algorithm and on the type of effect you want to achieve, but you could start with trying these ones!