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
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
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…
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!