Merging too close edit points of a curve

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)

Did you try Fit curve?

1 Like

Awesome! Great thank you! The component helped me. Do you know the logic of the component, what does it do?

I don’t know , maybe it is something like projection.
Check this with different methods

MergeEditPoints.gh (23.5 KB)

1 Like

Elegant solution as well