I have some problems with data managements in grasshopper. I am trying to subdivide multiple surfaces with different U and V values, which means I want to get different the surfaces with different UV division based on my previous variables.
The problem is I can manage to create some patterns on a surface level, but could iterate the process in tree level.
The problem is to iterate zigzag pattern process in all the surface inputs… but I could manage it in only one surface level, not in surfaces level (tree level)…
Totally Missed the Zigzag, Thank you for pointing it out , here are the issues I found with your definition.
1- Simplify is a destructive tool, It removes some branches that are sometimes needed downstream, so try to avoid it if necessary.
2- since your tree gets more complex. flipmatrix doesn’t work either, so use Path mapper.
3- Match tree is your friend, so use it more.
You can have as many surfaces as you can, I just forgot to cull the last polyline since it doesn’t have a zigzag pattern