Attractor Points

hello,
today i was trying to figure out how to make things work in dynamo like grasshopper, So i went to a grasshopper blog (https://generativelandscapes.wordpress.com/2014/08/13/multiple-point-attractor-with-random-point-cloud-example-2-2/) and trying to make it in dynamo.
So i got stuck where grasshopper uses ClosestpointTo node that i unable figure out in dynamo.
Grasshopper script:


Result

Dynamo so far:

Hi @ROY,

You could try to create some logic around this node:

image

i tried this but cant figure it out :confused:

See if you can tweak this to match your needs :slight_smile:

2 Likes

this is excellent! Thank you!! :slight_smile:

You are very welcome :slight_smile:

2 Likes

Scaling of the circles can be managed by remapping values

attractor.dyn (26.0 KB)

2 Likes

Thank you @Vikram_Subbaiah. This is cool!:slightly_smiling_face:

1 Like