Yes, there already are threads on this, but I’m still stuck…
I have a set of points (which may look weird in this example, but trust me fits in the actual thing I’m working on) which I want to connect in a pattern like so:
Apart from the line connections I want to make in the diamond pattern, note the points in the screenshot as those are offset in the normal direction of the underlying surface. I believe I have the building blocks for both in the Grasshopper file, but I’m stumped (hah) at how to split the tree to:
- Select the correct pattern of points for the normal offset
- Select the correct points in the correct order to connect the lines
Split tree seems like an elegant solution (with an extremely complex syntax, believe me, I’ve watched several videos on the topic and they’re all terribly complicated), but why doesn’t my attempt provide any output at all for me?
Diamond Test.gh (18.2 KB)
EDIT: If I learn enough of split tree masking, maybe I even could turn this into a hexagonal pattern? I’m starting to see a hint of the matrix behind the curtain now, to mix metaphors…