I have interpolated a set of points (in order to do so, the list is arranged so that the interpolate works), however I am having some trouble re ordering the set of interpolated curves so that they are grouped in a certain order (as in first image attached: group red, group blue, group black). Specifically, the data of the interpolation is 42 branches with 1 item, when I would like them to be 3 branches with 14. So when I do the partition list by 3, the partition works I believe radially (as in second image attached). I am being trying to solve this, but without sucess.
Thank you! 20190721_Q&A.gh (21.0 KB)
Thank you Jakinta for your quick reply! That works perfectly with the description that I posted!
However, I would like to know how to separate those 3 branches from the list item, (without using an explode tree because those branches can change their quantity) in order to dispatch the curves inside each group… (see images attached). I am very sorry for the bother.