Divide each curve differently and random

Hi,

I have a set of curve and would like to divide each curve with random values and differently.

I’ve created the random values, but each curves is divided in the same way. How can different set of dividing points unique for each curve?

Thank you in advance!

It can be done easily via python/c#…or do u want inside GH?

Thank you! It would be better to have it inside GH

smth like this?


unnamed.gh (2.5 KB) u should have curves in active doc


DivideCurveRandomly_re.gh (14.6 KB)

1 Like

Almost, the lengths of divisions for each curve should be also randomly different.

Thank you!