Dividing points that are in the same group!

Hello all,

 

I'm trying to draw a curve between a few points so that I can pipe it but as all the points are the same number "0" I can't. Can anyone tell me the command to seperate/explode them.

 

I thought it was Numer Sequence but can't seem to get it to work.

 

If I could put a Grid to these points that would be even better!

 

If you can make it as simple as possible I would really appreciate it. I feel like I'm GH Dislexic. If I make it myself I'm good but can hardly understand anyone elses formulas! lol

 

Cheers

 

Troy

  • up

    Nick Tyrer

    'flatten' will put all thoses 0's into a single branch.

    if you want the grid going the other way, use 'flip matrix' instead of the list item component you have.

    Then use either 'polyline' 'curve' 'interpolate' to make your line

    1