Detect multiple boundary curve

Hi
I’m loading a series of curve with “Geometry Pipeline” and for each sub-series of curve I would like to detect their curve boundary
Any idea?

Test.3dm (5.3 MB)

Here’s one way.


RE_CONTAINMENT.gh (10.3 KB)

1 Like

Hi Japhy,
I was looking to extract only the overall boundary curve without the inside

Try to sort the curve groups by area and get the largest…

Depending on what is going on inside the containment area might work better, length in this case will work.

2 Likes

Thanks a lot Japhy for your help!

1 Like

HI @dohadi, @Japhy,

Maybe this way?

test_detect_boundaries.gh (5.4 KB)

– Dale

1 Like