How to add multiple points for scaling?

Hi guys,

I'm trying to reverse engineer the Honeycomb building skyscraper by MAD architects and I can't add multiple points to scale different part of the mesh?

And instead of being small offset to large offset its the other way around? how do I reverse that?

I think it'll make more sense if you look at my file

Thank you

  • up

    Laurent DELRIEU

    I propose that it uses graph mapper

    9
  • up

    ng5 Alex

    Hello Fiona,

    you can try the following

    you can use distance to measure the distances for each centroid to the multiple (in this case 5 points) point attractors. the output is a data tree with each branch having 5 distances, the distances of each centroid to the 5 attractors. using the bounds and deconstruct domain you access the min distance of the five attractors. using remap you can remap the values to a new domain, which is used for scaling. you can reverse the effect by setting bigger start and lower end values for the target domain, or vice versa.

    cheers

    alex

    • up

      ng5 Alex

      the file

      edit* totally missed the voronoi part.

      1