Hi everyone,
I’m new to Grasshopper and currently experimenting with generating random curves. What I’m trying to do is:
- Create 10 base lines.
- Generate a random curve along each line.
- Ensure each curve has a distinct random shape.
I managed to get it working, but the method I used feels very inefficient (manually duplicating components). I’ve searched other posts on this topic but couldn’t find a good solution…
Does anyone know a more efficient way to approach this?
Any advice or sample definitions would be greatly appreciated:)
Randomized Curves.gh (25.3 KB)