How do I space these out so they do not intersect
the point settings of the initial V are in the picture I was thinking of reducing the angle between the lines in each iteration but im not sure how to do that
You need something “like” the attached (Entry level Recursive grow) but with some additional rules ??
Recursion_GrowAndContact_V1.gh (117.6 KB)
Indicative rules to add:
- Check for Line/Line Ccx and get (or not) the candidate Line
- Make neighbor Lines to contact each orther
- Grow in Z as well (makes 1 almost obsolete).
- blah, blah.
For instance this C# - when the bool check is true - skips Lines that yield Ccx events:
But when rnd Z is added that check has no meaning