I need help creating a surface pattern from a lofted surface in grasshopper. My goal is to create a bunch of curves with the pattern shown that can be lofted at the end of the script. Here is my thought process so far. Create curve sections in the surfce and divide into points. Use dispatch to move every two points out in the normal direction of the surface. This is where I’m having problems. the dispatch pattern is different for the top and bottom curve. I think I am getting confused on where to flatten the lists and where to graft. any help would be appreciated!
lofted pattern.gh (11.8 KB)