Polyline to surface problem

Hi,

I am running into the following problem: I have a poly-line as shown below:

The polyline is closed. When generating a surface using this poly-line one would expect a surface inside the closed poly-line, leaving the middle open. Instead the whole area is getting covered.

ployline surface problem.gh (6.8 KB)

Patch works.

Boundary Surfaces doesn’t like those two touching points.

2 Likes

Thanks @ftzuk

Yes I noticed.
And patchwork does not like the “courtyard geometry”. So I guess I have to split the pipeline. One for single poly-lines and one for double or more poly-lines.