Connecting points

Hi!

I have a two lines each divided in 5 points, I would like to connect the last point of each line to each other, how can I do that? without connecting all the points? 

Thank you!

  • up

    JR

    You can use List Item (with i = 0) to get the first points the curves easily. For the other ones you can simply Reverse the list of points to get the other ends! Then it's just a matter of connecting those points with a line! :)

    So something like this you are after?