BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 13 forks source link

Geometry_Engine: add a method joining unordered lines into closed loops #3260

Closed pawelbaran closed 6 months ago

pawelbaran commented 7 months ago

Description:

A feature requested by one of the users, to take a set of unordered, collinear lines and turn them into a set of closed loops that can be extracted, e.g. from the following set of lines: image

... we would get following 6 outlines returned: image

...this will also enable reconstruction of meshes from their edges.