How to merge into a single point edit points of a curve that are too close to one another. For example, the curve has 4 couples of points the distance between which is less than 0.01. I’d like to merge all that points if they are under the tolerance. How is it feasible? I thought to employ the “Simplify Curve” component but apparently, it doesn’t work with a curve but with a linear curve.
MergeEditPoints.gh (14.6 KB)