So I’ve got a couple splines that overlap in multiple locations. I understand I can use self pruning to eliminate overlaps, but how do I keep only overlapping points? the inner intersection node will generate a point at the centroid of the overlaps which works if there is only one. This does not do the desired behavior if there are multiple spline overlaps, which I have. What I really need is something that will keep only points which have a bounds overlap with another point.

