I couldn’t find a component that outputs a curve or a list of curves and a value that indicates if the point is on it like “Point in curve” does, “Point in curve” could tell me the point is on the curve but not on which segment it is on…
I’ve tried a similar solution with “offset curve” instead of the “0 width” rectangle you made, but from some reason while using corner type “Sharp” the offset didn’t produce a closed result.
I ended up using @anon39580149 solution as I needed multiple points on fewer curves.
Thank you both!
I am trying to get a complete flattened list of points (which are on the rectangle curve) and a complete flattened list of the corresponding curves that the each point is on without a slider so it won’t be controlled manually.