Curve not splitting at defined points

When I use the point to curve component there are a lot more points to shatter at than I need.


I think this is because there are many individual curves. But I only want to split at the first set of curves.
Any help is greatly appreciated.
221123_help2.gh (10.2 KB)

not sure I have understood what youโ€™re after


221123_help2_Re.gh (13.4 KB)

1 Like

The only other thing Iโ€™m trying to do is at the moment each of the set of lines is dividing by the same pattern - is there anyway to randomise that further?

Thank you in advance

yes, just need to provide a different seed for each tree branch

Iโ€™d do something like this, for each of your original Lines generate a random number between 0 and 1 million, and use those values as seeds to Jitter the list of lengths


221123_help3_Re.gh (20.8 KB)

1 Like

Thank you for your help - this is exactly it. Not sure I would be able to come up with this independently - any tutorial recommendations?

well, youtube is a very nice place to find GH tutorials

Iโ€™d suggest to pick one tutorial that creates something you like and follow it step-by-step trying to understand in deep what each Component is doing

even after years of using GH I found this channel super interesting, just one among the many, but one I go back about every week to check if thereโ€™s something new

on youtube youโ€™ll be able to find really a lot of material

1 Like