Smartest way to create a closed polyline from enclosed area by multiple lines or curves

I’m in search of the smartest way to create a closed polyline from enclosed area by multiple lines or curves.

Currently I’m doing the following in Grasshopper. But I genuinely feel, that there’s definitely a faster and more clean way to do this.


boundary creation.gh (7.0 KB)

In autocad, the keyboard shortcut “BO”, then enter, activates the boundary command which is often helpful in creating hatches. It automatically generates a closed polyline.

image

The creation of three multiple enclosed polylines becomes inefficient if I create all the sets of curves.

boundary creation_multiple sets.gh (11.1 KB)

Have a try Geometric Region from heteroptera plugin.


1 Like

Masterstroke!! Thanks! :+1:t4: :+1:t4: :+1:t4: