generative modeling for Rhino
Hi all,
Just wanted to announce the release of a component I was busy with the past few weeks called Hoopsnake. Here's a summary:
"HoopSnake, apart from a mythical creature, is simple component for Grasshopper. What it does in principle is to create a copy of the data it receives at it's input upon user request and store it locally. This duplicate is made available through a standard Grasshopper parameter output.
What turns this operation from mundane to actually promising is the fact that the input of the component includes some custom programming to escape Grasshopper's recursive loop avoidance check.
What this means in practice is that it is possible through the use of HoopSnake to send the output of a set of components back to it's input in a looping fashion. With the help of a little bit of Data Tree / Data List manipulation, this should open up some new possibilities for iterative process modeling. "
Read more/download at Volatile Prototypes.
Please let me know of any problems/feedback/questions you may have!
Cheers,
Yiannis
Permalink Reply by Arthur Mamou-Mani on February 10, 2012 at 5:38am Thank you so much Systemiq, this is so helpful!!
Is "prepend" also used as a data storing method in VB.net?
I suppose the "Append" is the same as ".Add"?
Permalink Reply by Systemiq on February 10, 2012 at 6:10am Yeah, appending is adding something at the end of a structure, prepending is adding it at the beginning. So with a single list L, append is like L.Add(x) and prepend like L.Insert(0,x)
Permalink Reply by Natasa on February 17, 2012 at 12:21pm Hey guys,
Following Arthur's definition we found a way to store the trace of the Hoopsnake looping. What about baking them though? Do I have to go manually one by one or is there anyway it can multy bake the looping outcomes?
Cheers
Natasa
Permalink Reply by Arthur Mamou-Mani on February 17, 2012 at 12:27pm
Permalink Reply by Natasa on February 17, 2012 at 12:30pm Hi Arthur,
Thanks a lot. I was baking the wrong thing ;)
I will post a small video of the potential shortly :)
Nat
Permalink Reply by Natasa on February 18, 2012 at 8:32am
Hey Guys,
Thanks to Arthur I have managed to make a small video to show the potentials of this definition which I am currently working on now.You can follow the link of this video on our blog wewanttolearn.net
Natasa
Permalink Reply by Natasa on March 13, 2012 at 6:02pm Hi guys,
Permalink Reply by Natasa on March 15, 2012 at 4:44pm Hi again, I have managed to solve the problem at some point. The definition now folloes the curve but loosing its pattern. Any ideas on how I could possibly fix that? Please see the attached definition for the changes. The rhino file is the one above,
© 2013 Created by Scott Davidson.
Powered by