Grasshopper Notes 1 (Week_04)

How to Install Grasshopper
Go to the Grasshopper site and select Download > Latest Version from the navigation bar. Input your email address, download the file and execute it.

Introduction to Grasshopper
Grasshopper is a visual scripting editor for the Rhinoceros environment (i.e. a plugin). It allows for greater functionality, geometric control and data processing. For all intents and purposes, you can consider the geometry created in Grasshopper “fake” – it is merely a preview until it is “baked” into Rhino. More on this in a following tutorial.

You can think of grasshopper as visual coding/scripting for designers!

Almost all Grasshopper components (capsules) are functions that have both input(s) and output(s). These transfer information to each other with wires, literally plugging into other components.

You can open grasshopper once it is downloaded by typing “grasshopper” into the command line of Rhino. A separate window will pop-up with the grasshopper interface.

INTRO VIDEO:

 


Topic_01: Grid + Number Slider

  1. In the ribbon, select the Vector Tab>Grid> Square (Square Grid)
  2. A small grey component appears with 4 inputs (left side: P, S, Ex, Ey) and 2 outputs (right side: C, P) Zoom in and hover your mouse over each individual inputs/outputs to see exactly what they represent.
  3. In the ribbon, select the Params Tab>Input>Number Slider. Essentially the number slider can be seen as a component that allows you to modify specific numeric inputs.
  4. In the case of our square grid, it allows us to parametrically modify the number of cells in the x and y direction. (Ex, Ey inputs from the Square Grid)
  5. In the number slider component, play with moving the slider from left to right. Notice that currently the number values are set to “real numbers” (i.e 0.250, 0.564) Since we are looking to adjust the number of cells in the x and y direction, we use whole numbers or “integers” (i.e. 1, 2, 10, 24)
  6. To change this we’ll need to right click on the number slider and in the menu that appears select Edit.
  7. In the slider Slider Section>Rounding notice currently the “R” (Floating Point Numbers) is highlighted. Instead select the “N” (Integers)
  8. In the Numeric Domain>Min/Max notice the “min” is currently set to 0. In this case it is okay since we cannot have a negative number define the number of cells in any given direction.
  9. We’ll need to however update the “max” value as it currently is set to 1. Double clicking the number allows you modify this value. We’ll change this to a numeric value of 1000. To save the numeric value click the green check mark.
  10. Click Okay to close the window
  11. Select the number slider you just modified; copy and paste it (Now you have two!!!)
  12. Next connect one of the number sliders to the “Ex“ input of the Square Grid; Connect the other number slider to the “Ey” input of the Square Grid
  13. Play with the sliders to see how the different inputs affect the grid.

    **Alternately, you can double click and type commands in the grasshopper program to search components you want to use instead of finding them in the top ribbon.

Topic_02: Image Sampler

**YOU WILL NEED TO DOWNLOAD THE “Mount Hood” IMAGE FROM CANVAS PRIOR TO BEGINNING.
  1. In the ribbon, select the Params Tab>Input>Image Sampler (Image). A component appears with an exclamation mark in the center (Because currently there is no image set)
  2. Double click the exclamation mark, a window appears.
  3. In the File Path section in the window select the “” button. A new window appears prompting you to specify an image from your computer. Navigate to your desktop and select the “Mt. Hood” image that you downloaded from the server earlier. Once you have selected the image, you’ll see a preview of the image to the left.
  4. In the Channel section notice that there are 8 different icons and if you hover over them highlight their specific function (i.e RGBA Colours, Red Channels, Green Channels, etc) The far right icon is labeled “Colour Brightness” Ensure it is selected, by clicking on it.
  1. In the Channel section ensure that the “Interpolate” option is checked
  1. In Tiling section click the double dropdown menu which is currently set to “Tile” and change it to “Clamp”
  1. Next we’re going to have to change the X-Domain and Y-Domain which both are currently set to “0.0 to 1.0” since earlier we changed our number slider to input numeric values up to 1000 well go ahead and change the X-Range to “0 to 150.0” and the Y-Range to “1.0 to 100.0” (Think of this in a way of pixel count in the x/y direction of an image.)
  1. Click Okay

  1. Connect the “P” output of the Square Grid to the input of the Image Sampler

Topic_03: Circles + Multiplication Factor

Week4_Topic4 VIDEO

  1. In the ribbon, select the Curves Tab>Primitive>Circle (circle defined by base plane and radius). There are a number of other ways to construct a circle, ensure you select the correct one. A component appears:
  2. Again notice the inputs P and R (Plane, Radius) and the output C (resulting Circle)
  3. Connect the “P” (Points) output of the Square Grid to the “P” (Plane) input of the Circle.
  4. Connect the output of the image sampler to the “R” (Radius) input of the
  5. Notice our circles are overlapping (They are too big.) Try testing different grid numbers and radius sizes.

 

Print Friendly, PDF & Email
Skip to toolbar