Hi Group, I just posted this file: http://grasshopper3d.googlegroups.com/web/stripes+on+surface.ghx
I'd appreciate if some experienced grasshoppers can take a look at it and give me some feedback if the way I am trying to handle things make sense. The file shows a surface that is being divided. I then tried and managed to connect points that are oriented in a diagonal order to one another. But I do have the feeling that it should be easier to acchieve. For example, there are quite some difficult culling tricks I used to cancel out lines I did not want. Basically what I would like to know, is if and how you can divide a surface into points, and then access individual points by their U/V index. I can imagine that a surface that is divided consists of two arrays: the U array and the V array and that I can then find a specific point, something like this: P (3) (6) giving me access to the fourth point in the U and 7th in V direction. Is that possible? thanks in advance, Gijs
