I’m trying to create an offset curve that’s offset from 0 to some value to 0 again. So something like this, where blue is the offset curve:
I created points along the original curve, got the perpendicular and moved those points by variable amounts & then created an interpolated curve through those points. This works fine for now, but the resulting offset curve has a very messy curvature graph. The original curve seems clean. Any ideas what could be improved here to get a better offset curve?
OFFSET-001.gh (18.0 KB)