I recently found an issue with gh catenary component. It flips a curve, so the start point becomes the endpoint depending on the points’ positions. Is there a way to overcome or fix this bug?
Windows 11
Rhino version 7 SR19
(7.19.22165.13001, 2022-06-14)
I just tried your file, and confirm that the problem exists. I guess the only way to solve this would be to check which direction it’s facing, and if it changes to to flip it.
You can do this by determining the vector between the 2 points, before and after the curve is created, then calculate the dot product between the 2 vectors.