thanks, i was able to get the list in order but the problem now is that the curve component just connects all the points in order. I was wondering how i can tell grasshopper to connect points in sets of three: make a curve using the first 3 points of the list and then stop and make a new curve using the next 3 points on the list, etc.
thanks, david On Mar 9, 4:06 am, klint <[email protected]> wrote: > Right now it's a little tricky. See this post for > examplehttp://groups.google.com/group/grasshopper3d/browse_thread/thread/e9c... > or search this group for "ABCD" > > /Lars > > On 8 Mar, 19:52, David <[email protected]> wrote: > > > Hi all, > > > so I have several coordinates in a Point XYZ component which represent > > the start of the lines, > > several coordinates in a Point XYZ component which represent the > > middle of the lines > > several coordinates in a Point XYZ component which represent the end > > of the lines. > > > I am trying to make a curve that takes the first coordinate of each > > Point XYZ component and makes a curve out of those three points (start > > point, middle point, end point) and then takes the next coordinate of > > each Point XYZ component and makes another curve out of those. Kinda > > like a loop in rhinoscript... > > > thanks, > > david
