Hi, I have a simple question. I have generated a set of points, and now I would like to draw lines between each point and its most distant point within the same set. I have managed to draw a line between one point and the most distant one or (if I have ten points) to draw a line along the ten longest distances within the set. But this is not exactly what I'm after. By doing a cross-reference distance between all points I get all the distances, but I would like to break up this list in smaller lists for each point. I have tried to use the sub list component, but if I specify several intervals, they end up in the same list.
hope someone can help thanks
