How to trim to create a continuous polyline?

Extrude around circle.gh (14.5 KB)


Wondering how y’all would go about trimming the last SDL curve with the joined curve so that they’re a single closed polyline.

Not perfect yet, but close.
Must be enough to get to next stage. Good luck, Eef



Extrude around circle_eef.gh (24.4 KB)

Rethinking a bit, I found some better solutions, what closes the line up.
And changing input parameters gives some room.



Extrude around circle_eef1.gh (23.9 KB)

Assuming there is a closed region, one can use the CreateBooleanRegions method in a script:


ExtrudeAroundCircle_ClosedRegion.gh (11.7 KB)

I had to fiddle with your input parameters a bit to find a combination that didn’t have gaps (i.e. and would therefore fail to find a closed boolean region).

2 Likes

My interpretation.
Extrude around circle a.gh (11.8 KB)

1 Like