Hello, I am trying to create a 2d pattern by randomly arranging arcs with a central angle of 90 degrees in each grid. At this time, the rule is that when each arc meets each other, it does not become part of a circle(like 2nd picture). I want to form this using anemone, but it is difficult. I’d appreciate it if you could help me build the code. (The bottom grid is the vertical two of the top grids.)
Interesting challenge
Anemone is not the right tool for this task, try Monoceros to use the Wave Function Collapse algorithm.
Do you need to use anemone?
Until some good Samaritan (who likes components) … blah, blah … get the attached.
Grids_Patterns_V1.gh (6.2 KB)
1 Like
No … just forgot that %%%%$ “start-end” rule (has this any sense?).
Anyway … see attached.
Grids_Patterns_V1A.gh (17.9 KB)
The MIA (from V1) simple check Method:
BTW: The Crvs creation goes bottom to top (index i) and left to right (index j) … thus the above check logic is rather clear. Used in this classic while loop: