Hello,
I’ve been writing a script that use python CurveDirectionsMatch function to align the curve directions and I ran into an issue - when I have co-linear lines then the above mentioned function always return true, regardless of the actual orientation…
see curves (1) on the attached picture. Find attached picture where I try to present the situation described
When the lines are not co-linear the function works as expected
I also made a test (2) : I split the smooth curve and intentionally flipped one part. function again returned true.
But when I misaligned the edges of the same curves (3) it returned false as it should
Is there an other way to compare curve directions without going deeper into vector math?
Only thing I have on my mind is to compare vectors at start point of each curve if it is less then 90 degrees…
BR
Aleksandar

- because I used the DoDirectionsMatch from Rhinocommon many times before and never run into this…