Arc Tree Revisited: Anemone Update

by Tuğrul Yazar | April 26, 2015 23:17

This is a classical method of generating tree-like forms utilizing a simple command “Arc SED”. The idea is simple, as the command draws arcs using an input direction vector, so this could easily be implemented creating a “smooth” composition of curves just by iteration. Actually, this has been a previous study, discussed before here, using Hoopsnake[1]. Now, this time I’m implementing the same algorithm using Anemone[2] and a couple of other changes.

2015_04_17-sedtree[3]
2015_04_17-sedtree-def[4]

Here is the Grasshopper definition (Anemone Components should be installed first): [GHX: 0.9.0076][5].

Endnotes:
  1. Hoopsnake: http://www.grasshopper3d.com/group/hoopsnake
  2. Anemone: http://www.grasshopper3d.com/group/anemone
  3. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2015/04/2015_04_17-sedtree.jpg
  4. [Image]: https://www.designcoding.net/decoder/wp-content/uploads/2015/04/2015_04_17-sedtree-def.jpg
  5. [GHX: 0.9.0076]: https://www.designcoding.net/decoder/wp-content/uploads/2015/04/2015_04_17-sedtree.ghx

Source URL: https://www.designcoding.net/arc-tree-revisited-anemone-update/