Hi all,
I am creating a definition to ‘randomize’ sets of curves (created in Rhino) to make them look more organice. The idea is to explode curves into segments, take the midpoint and endpoints, move them randomly with simplex noise and reconnect using arcs.
Points are often shared between segments, therefore this technique does not work for such points:
How could I group coincident points and move them as one? I know of the ‘group points’ component, but using these makes me lose the data tree thus making it impossible to create the correct arcs afterwards.
Thanks!
Coincident Points.gh (19.0 KB)