BHoM / BHoM_Engine

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

Geometry_Engine: Split(Polyline, List<Line>, double) does not work against cutting lines with free ends #3289

Closed pawelbaran closed 6 months ago

pawelbaran commented 6 months ago

Description:

As spotted by @vietle-bh , Split method throws an exception when the cutting line is freely ended inside the split polygon, as in the picture below:

image

Instead, both cutting lines should be ignored.

Steps to reproduce:

See this comment

Expected behaviour:

Test file(s):