well i was able to get it to work with the help of this thread: http://groups.google.com/group/grasshopper3d/browse_thread/thread/00e46302283f8f7d?hl=en#
this is how it looks: http://grasshopper3d.googlegroups.com/web/list%20within%20a%20list.JPG?gsc=X6lJ6QsAAACj7DgbQCfu7PebWHuujC9I Now that i have a set of branches with each branch having its own starting, middle, ending points, I tried to create a nurbs curve through each branch but it seems that the nurbs curve component can't work with paths yet? I tried the polyline component and that worked fine, it was able to create a line connect the three points of each branch separately. http://grasshopper3d.googlegroups.com/web/nurbs%20curve%20unable%20to%20do%20list%20paths.JPG?gsc=X6lJ6QsAAACj7DgbQCfu7PebWHuujC9I there were no runtime errors Thanks, david On Mar 23, 10:24 am, David <davl...@gmail.com> wrote: > Hi all, > > I was wondering how I can: given alistof points, make a curve > connecting the first three points in thelistand then move on to the > next two points on thelistand connect those, etc. I was able to do > this with Rajaa Issa sample script where I originally had the start, > middle and end points of the lines separate. > > In general I would like to know how I can do the same operation at > step intervals of alist. > > I have tried the new grasshopper 6 with the tree components but me > being a newbie I am not quite sure what I'm doing.... > > thanks, > david