Planar Curve Segment Join (once offset break back into segments?)

Hey there everyone,

Hopefully this is a really simple one and I’m just being dumb:

I have some continuous curves which once projected onto a surface split into segments; when I join the segments back to continuous curves and then loft and offset, the brep created by the offset is structured as if back to those split segments.

I have attached definition (curve component contains result of curves after being projected, before joined).

I would like to get offset result in the same tree structure that I have coming out of the join component?

As always, any help greatly appreciated.

Kindest,

JJC.

235_GH_COMP_CurveJoinOffset_R00.gh (4.0 MB)

try path mapper
{A;B;C} to {A;B}
image
use this on what comes out of loft

In this case,Ruled Surfacewill let you make single untrimmed surfaces whereas Loftgenerates polysurfaces.

235_GH_COMP_CurveJoinOffset_R00_re.gh (4.0 MB)

2 Likes

Thanks so much Kim, always there with exactly what I need!