How to make a series of interpolated lines using populate geometry

Hello,

I am trying to make a number of lines which start at the populated geometry, go through the midpoint and then finish on the base. How do I get grasshopper to treat each point as a new start of a line rather than a continuous set of points to travel through?

Thanks,

Tom

You need to structure your points so that you feed 36 lists of three points into the polyline component. Start by grafting the popgeo output, then weave together the other points.

Thanks Dharman! Worked perfectly.

Tom