Hello everybody
I have a question to ask to solve the problem I encountered.
I have 6 points as in the picture.
Now I select the points in the same plane to separate it
I look forward to the earliest answer from you guys
Thanks
You would have to specify which plane you want.
Assuming you want them sorted by horizontal plane ([1,2,3] and [4,5,6]) you can just sort them by their Z Coordinate value.
It’s hard to say exactly since I don’t really know what your end goal is or how your initial list is grouped, but I’m guessing you want to flatten your list somehow.
EDIT: As far as I know you can only put a 2D list into SortByKey.