Ice-Ray Lattices Revisited

by Tuğrul Yazar | April 9, 2015 19:34

Further studying iteration in Grasshopper, this time, inspired by George Stiny’s “Chinese Ice-Ray Lattice” subdivisions with Aneome[1], instead of the Hoopsnake add-on I tried in the previous work.

As you know, loops add various ways of usage to Grasshopper. In future versions, loops may cease to be just an add-on and become native components of Grasshopper. Until then, loop plugins like Anemone take on this task. In the example here, we create an application by throwing random lines to divide a plane. For this to work, we need a planar surface. You can easily achieve this by either using Rhino’s “srf4pt” command, which converts 3 or 4 points to a plane, or using the “Planarsrf” command, which fills any two-dimensional curve. Alternatively, you can create your planar surface within Grasshopper as well.

Ice-Ray Definition

Then, we draw a random line by taking the center point of the surface (Srf). After extending this line, the surface is split into two parts using the Surface Split (SrfSplit) component. We’ll leave a detailed examination of how the application works to you. The example presented above should have given you an anticipation of situations where you might need to use loops while working in Grasshopper. Even though Grasshopper typically follows a left-to-right reading and writing structure, loops can be very helpful in cases where standard methods would not be feasible. Above is the Grasshopper definition (You need to install Anemone[2] components first).

ice-ray[3]

Since the original Ice-Ray paper[4] is a scientific study on Shape Grammars, of course, this is only an inspiration compared to it. If you read the paper, you will see that the methodology is completely different there. Thus, this definition is not obeying the real scientific study Stiny has conducted.

You can rebuild the definition by looking at the diagram above. However, if you want to support this website by downloading my Grasshopper file; would you consider being my Patreon? Here is the link to my Patreon page[5] including the working Grasshopper file for the Ice-Ray Lattice and more. 

Endnotes:
  1. Aneome: https://www.food4rhino.com/en/app/anemone
  2. Anemone: http://www.food4rhino.com/project/anemone?etx
  3. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2023/07/2023_07_26-iceray-anemone2-def.jpg
  4. original Ice-Ray paper: https://www.andrew.cmu.edu/user/ramesh/teaching/course/48-747/subFrames/readings/Stiny-1977-EPB3_89-98.Ice-ray..pdf
  5. Here is the link to my Patreon page: https://www.patreon.com/posts/ice-ray-lattice-86683713?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Source URL: https://www.designcoding.net/ice-ray-revisited-anemone-update/