BHoM / BHoM_Engine

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

Geometry_Engine: BooleanDifference fails if one of the curves is singular #3368

Closed pawelbaran closed 1 week ago

pawelbaran commented 1 week ago

Description:

If one of curves involved in BooleanDifference is singular in regards to plane creation (i.e. all points are collinear), the method fails with NullReferenceException due to the fact that plane can't be created.