Jordan was showing me his KCL code and trying to make a fillet. We noticed that the getNextAdjacentEdge & getPreviousAdjacentEdge were doing the opposite of their intent. We noticed that they were flipped with revolves a while ago here: https://github.com/KittyCAD/modeling-app/issues/1935. Once we flipped these, the order caused issues with fillets.
Description
Jordan was showing me his KCL code and trying to make a fillet. We noticed that the
getNextAdjacentEdge
&getPreviousAdjacentEdge
were doing the opposite of their intent. We noticed that they were flipped with revolves a while ago here: https://github.com/KittyCAD/modeling-app/issues/1935. Once we flipped these, the order caused issues with fillets.Version
v0.24.10
Recording
https://github.com/user-attachments/assets/2b8aa3ae-c1df-4a24-83e8-04cfede1a8ea
KCL