BHoM / BHoM_Engine

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

Geometry_Engine: `HashArray()` for curves to consider case of disjointed polycurves #3272

Open alelom opened 7 months ago

alelom commented 7 months ago

Description:

The current implementation of HashArray for curves takes every segment of the curve and considers only the start point of each segment. When it gets to the last segment, it also considers its end point. However, if the curves are disjointed, this may not be enough.