Problem with cells in attractor point script

Hello,

I was working earlier today with my design professor in creating this attractor point script in which the Diamond shapes would have a set offset from each other and when you would move around a set point the shape is supposed to get smaller with regards to its location the point but we ran into some issues…

Bare in mind I’m still a beginner at grasshopper and my professor was having problems himself. Any insight would be great. Thanks!

Hi @j.bonamy

Since you haven’t uploaded your script. The best advice I can give is to flatten the output of the divide.

1 Like

Hello christopher, thanks for the fast response! I’ve uploaded the script and I’ll try and flatten the output of the divide and see what the output yields. attractor script.gh (17.2 KB)

The most common component in an attractor script is the remap component.


the new domain control the min and max size.
attractor script.gh (7.2 KB)

1 Like

Hi,
Take a look at this.


attractor script Solution.gh (5.6 KB)

1 Like

Hello Christopher,

Thanks for much for the script, it works beautifully as planned! Kudos to you! :slight_smile:

Hi carlos,

I tried your script but I was unable to get the point to work? Maybe I’m doing something wrong but I was able to get Christopher’s own to work, so thanks for the help either way.

:face_with_hand_over_mouth: Here it is again!

1 Like

I would try to avoid Boolean operations (very slow) . here you could use just the boundary surface component instead

It is, but it works and in the real world where deadlines exist you most often need the quickest solution.