Only Corners Points

Hi my Friends,
I am trying to get the corners of the surfaces which made by many continues lines
May anyone guide me for the way to get only the corners of all shapes, for example the one which marked by red line has many points and i have no idea to get only the corners of them.
I really appreciate any help
Thanks in advance.

Hi @hanywillim
You can use Alpha shape algorithm

1 Like

good evening,
assuming we have the starting surfaces
Here is an approach


image

cordially
christian.stan

2 Likes

you can use CurveLoop.Simplify from Spring packages. Also about importing DWG polylines: Group lines from DWG, PolyCurves from DWG - #13 by Vladimir

1 Like