Primero lo primero.

Antes de entrar en este nuevo mundo del diseño. Debemos tener muy claro que es lo que queremos hacer, alguna vez me lo dijo un amigo “debes de tener claro que es lo quieres hacer y luego tener claro como lo vas a hacer”…

En esos días, me resulto un poco complicado entender ese concepto, debido a que no estamos muy acostumbrados a desarrollar una metodología para resolver problemas  (algoritmos) , pero aunque no lo notemos,  siempre elaboramos una secuencia de acciones para resolverlo todo… pero el cerebro humano es tan rápido cuando lo ejecutamos  que,  por poco,  es casi inconsciente.

Empleamos algoritmos para todo,  es decir toda la secuencia de acciones que ejecutamos para una determinada tarea. Cuando estas a punto de cepillarte los dientes, cuando vas a freír unos huevos, cuando vas a ponerte las zapatillas, etc.  Lo único que ahora tenemos que hacer es ser consciente de ello, pasara lo mismo con los códigos que desarrollaremos con  rhinoscripting.  (script = guión, secuencia de acciones).

The new Monkey Editor.

                                        croppercapture1.jpg

Monkey is a new script editor in Rhino4, a very helpful tool that you can used to edit, run, debug and compile scripts. It contains all the standard programmer editor features such as Find/Replace (with regular expressions), multi-document interface, code trees and integrated helpfiles. 

Now I’m testing this new tool…. so  I will tell you something soon.

You must download it, from here…..  http://en.wiki.mcneel.com/default.aspx/McNeel/MonkeyForRhino4.html

What´s a script???…….. First question.

Programming languages                                                                                                                                                                                    Programming languages.

There’s lots of programming languages in the market, everything based in scripts. For example Rhinoscript uses the VisualBasic Language, a very easy to learn programming language.

A script is a set of instructions. The computer executes the instructions, then returns data, a value — which could be a number, a string, a list, or another data type.

What is a string?

A string is a type of data: it’s zero or more characters, it’s a string of text.

What is a character?

A character could be a single letter, digit, space, punctuation, carriage return, tab, or other code. Most characters can be typed via the keyboard.

‘A’ is a character, ’5′ is a character, ‘(‘ is a character.

“A5(” is a string — it’s three characters in a row.

Characters and strings are just two of the many types of data.

Hello …. script!

This is a singular blog where i will show my evolution learning to use rhinoscript. I will try to show everything and especially to reach my aims. You will see every step during my learning.
rhino2.JPG
First step: download this manual and enjoy it! (obviusly reading and understanding…hehehe)
http://en.wiki.mcneel.com/default.aspx/McNeel/RhinoScript101.html

                                                                               

Seguir

Get every new post delivered to your Inbox.