Why doesn’t this curve intersection work?
Could it be due to the angle tolerance? Is there any way to obtain the correct result?
CurveIntersection.gh (2.9 KB)
Why doesn’t this curve intersection work?
Could it be due to the angle tolerance? Is there any way to obtain the correct result?
CurveIntersection.gh (2.9 KB)
I think most intersection commands have a tolerance input anyway https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.intersect.intersection/curvecurve
But with a tolerance of 0.01, a deviation of 0.49 seems a bit too significant - the lower tolerance can lead to much slower calculation times depending on how much geometry you’re processing though