Hi,
I want to visualise the the structure of a points list by its path location, the original structure look like this:
they will be looking like this point list but showing path location instead.

eg.if I have a 491*3 grid of points, they should be labeled:
{0,0},{0,1},{0,2}
{1,0},{1,1},{1,2}
{2,0},{2,1},{2,2}
{3,0},{3,1},{3,2}
…
{491,0},{491,1},{491,2}
grateful for any suggestions!