I have 2 lists of points that are being split based on a conditional. The resulting list of points contains the correct points from list A and B, respectively. However, the newly defined list of points no longer has the correct sorting. I need to maintain the correct position of the points within the list, but just append the original list with the points from list A or B that meets the conditional. Any suggestions?
thanks
