My Geometry.Intersect node outputs a nurbscurve

Hello everyone,

I am trying to match up two lines by getting planes on segmentlengths in the first one and using the geometry.intersect node on the second one, but i am ending up with nurbscurves as intersecting points instead of points.

Does anyone know how this could happen and/or how i could solve this? thanks in advance!

If the polycurve that is used as the base for the cutting planes isn’t parallel to the other there is a possibility of a plane just brushing against the other polycurve. That could result in a curve rather than a point.

In any case, would be much easier if you post a file with the issue