Hi everyone,
I have a certain data structure of points which I flip in order to create traversal lines. To achieve this I am using the “flip last” component from @andheum who in this thread kindly replicated the component with native components which I then clustered.
Once I create the traversal lines, I rotate some of them, and finally want to go back to the data structure of points previous to flipping. For some reason, performing the same operations does not seem to work.
flip.gh (26.6 KB)
Thank you
Shynn