I have a question, how do I select a checkerboard pattern(every other one) with the following splitted surfaces? I have a surface and I splitted the surface with an rectangular grid. Now, I want to be able to select every other surface, however, I realized that the surfaces are out of order, how do I fix the list? and How to do this when the pattern changes?(by change I mean I want to rotate the pattern based on the point tangent on the curve, there is a point on curve component that I want to use to control the rotation of the pattern)
Thank you so muchslab division simple.gh (22.8 KB)
Kangaroo has a Checkerboard component that works on meshes, Perhaps if you’re stuck you could convert your surface to a mesh? Not sure if you can easily keep the mesh faces the same as the surface divisions though?
Anyway, you created a grid of rectangles, but then you flattened that! You lose information doing that!
If, instead, you use that ordered tree of rectangles…