Grid Distortion

Hello all,

 

I need to distort a grid very much like the attached image.

 

Julia M is trying to do the same thing http://www.grasshopper3d.com/forum/topics/grid-distortion-in-grassh... but the replies ain't helping to achieve the desired outcome, or maybe I just don't know how.

 

Please help. Thanks a bunch.

 

-enoch-

  • up

    Michael Pryor

    take a look at the 3rd,4th,and5th example on this page. http://livecomponents-ny.com/page/4/?blogsub=confirming. Try it out then attach interpolatecurve to the list of points, then also connect the list of points into a flipmatrix component and plug the flipmatrix component into another interpolate curve component, this will result in a curve grid. For multiple attractors just repeat the attractor part of the definition and calculate their sum with either min or max. then use that data to influence the point movement. Keep trying.
    10
  • up

    RWNB

    hi MilanK,

    very interesting work.
    i just want to know, if you've worked on it?
    i have achieved a result, where the lines look something
    harmonious, but there is certainly a better solution.

    3
    • up

      Andre Romitelli

      Hi all,

      Im using this logic to control the distotion of lines but controlled by a line projected onto a geometry, instead of points proximity. In the followuing file, my approach is, segmenting the projected line and using the points as a list item as controler in the extreme component.

      Best regards.

      A.