Grasshopper – User Interface

UI

Main window

スクリーンショット 2014-10-14 11.46.09

1. Canvas

Canvas is the main workspace in Grasshopper. You can:

  1. Right drag to move Canvas
  2. Scroll to zoom in / out
2. Component palette

Component palette is the list of components (3) categorized by type of operations. You can:

  1. Pick a component up by click it
  2. Put it on Canvas by click again on any position on Canvas
  3. Press “Esc” key to abort selection when picking
3. Component

Component is the package of operations.

There are 2 types of components:

  1. Function component, which gets data from outside and outputs results of operation.
  2. Parameter component, which doesn’t perform any operation, but just stores data in it.
4. Input port /  5. Output port

Components get data from Input ports and export result of operations from Output ports. You can:

  1. Drag Output port to get data from the Component
  2. Drop on Input port to set the data to the other Component
  3. Shift Drag / Drop to set multiple data to the Component
  4. Ctrl Drag / Drop to remove data from the Component
6. Search box

Search box helps you to find Components with text search. You can:

  1. Double click on Canvas to open Search box
  2. Type search words to list Components and press “Enter” to place the Component on Canvas
7. File browser control

File browser control enables you to manage dealing multiple files. You can click File browser control to select files to choose.

Reference / Bake objects

Reference objects from Rhino
スクリーンショット 2014-10-15 12.45.29

Input object

You can:

  1. Place Parameter component on Canvas
  2. Right click the Component and select “Set one <Object type>” / “Set Multiple <Object type>”
  3. Select Object to refer in Rhino

to refer object in Rhino to Grasshopper

Bake objects in Rhino
スクリーンショット 2014-10-15 12.46.46

Output object

You can:

  1. Right click the Component which exports objects to bake
  2. Select “Bake”
  3. Select Layer to bake

to Bake object in Rhino

Sample files