I want points randomly spaced along multiple curves, but each curve has the same spacing. I can’t figure out how to use a different random seed for each curve if that makes sense.
Thanks
Random Points.3dm (45.5 KB)
Random Points.gh (6.1 KB)
I want points randomly spaced along multiple curves, but each curve has the same spacing. I can’t figure out how to use a different random seed for each curve if that makes sense.
Thanks
Random Points.3dm (45.5 KB)
Random Points.gh (6.1 KB)
something like this might work:
Random Points_Re.gh (13.3 KB)
but notice that the Distance you set in the Construct Domain is not really the final length of the shattered segments because of different Parameter speeds with different curvatures
fast demonstration:
Thank you!