Hola Giancarlo, gracias por el aporte, hasta hoy no había encontrado una definición como esta que explica con tanta facilidad el uso de los bucles en Grasshopper. Tus tutoriales enriquecen mis conocimientos.
Very interesting, thanks. In case of more than 2 conditions in the Stream component, how can I get the 1, 2, ... , n values starting from a boolean condition? For instance: if the Data is less than x --> 0; if equal to x --> 1; if more than x --> 2 and so...
You can set as many conditions you want and assign a value to each one. Let's say you have 4 conditions: when one condition is true you add 1 to the final value and so you get 0+0+0+0=0 then 1+0+0+0=1 then 1+1+0+0=2 etc. I've uploaded an example on my website, check it out www.giancadm.com/conditional-statements/
Hola Giancarlo, gracias por el aporte, hasta hoy no había encontrado una definición como esta que explica con tanta facilidad el uso de los bucles en Grasshopper. Tus tutoriales enriquecen mis conocimientos.
Qué agradable sorpresa. Gracias por el tuto!
very helpful thank you.
Thanks so much great job..
Very interesting, thanks.
In case of more than 2 conditions in the Stream component, how can I get the 1, 2, ... , n values starting from a boolean condition? For instance: if the Data is less than x --> 0; if equal to x --> 1; if more than x --> 2 and so...
You can set as many conditions you want and assign a value to each one.
Let's say you have 4 conditions: when one condition is true you add 1 to the final value and so you get 0+0+0+0=0 then 1+0+0+0=1 then 1+1+0+0=2 etc.
I've uploaded an example on my website, check it out www.giancadm.com/conditional-statements/
@@giancadm Sure, thank you. It was easier than I thought. Muchas gracias, muy buenos tutorials.
I don't have Loop Start and Loop End. So which plugin must be installed ?
Anemone
Hello. How to install Anemone?
You can read this article on my website - www.giancadm.com/plugins-install/
@@giancadm : Thank you.
@@giancadm : Thanks :)