Hello,
I have a strange result from Intersection method from Dynamo. I try to intersect few plane XZ from a list of coordinate system with a polycurve, and return a list with nurbs curves => that is strange because a intersection between a curve and a plan, should be a point (in most cases). In my case, if I create a surface on the planes from Coordinate System and intersect these surface with the polycurve, the result it’s correct, a list a points. You can see these in below picture.
I try to understood why is this error and how to avoid it. Any suggestion is good.