thanks for the quick answer, I can easily do this in rhinoscript, but as I haven't made the jump to vb-script yet I was hoping to solve this problem without scripts. But I guess I'll have to wait for the new version of grasshopper and learn some vb in the meantime. thanks again
/björn On Mar 13, 12:37 pm, David Rutten <[email protected]> wrote: > Hi björn, > > I doubt you'll manage to do this without scripting. It should be > possible with the new version of Grasshopper, but I'll have to finish > up a few components first which allow you to create custom sublists. > > -- > David Rutten > [email protected] > Robert McNeel & Associates > > On Mar 13, 11:12 am, björn <[email protected]> wrote: > > > 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
