Lets say I have a simple grid of staggered points. How would I draw lines vertically through the points like the black lines in the image. Im guessing I would need to use the path mapper tool but im not very familiar with it. Thanks for the help.
I'm not sure what your method was for creating the staggered grid, but in this case I subdivided a surface (created in Rhino), found the frame vertices and center points, and created lists based on the U V values of my subdivided surface. Then drew the lines accordingly.
I just used a point grid and culled every other value on every other row to create the stagger, which if im not mistaken will not give me frame vertices but I can try to create the lists in the same manner. Thanks for the help nbruscia