W12022Online
MSc 2 UF (BK-CiTG-EWI-3ME) 2022: Interactive Furniture
Session 6 (18/03)
Human Robot Interaction Presentation: https://drive.google.com/file/d/1977LSMDkiD34YL0XISoXwJsIzIetnSCG/view
Session 5 (11/03)
Computer Vision Presentation: https://drive.google.com/file/d/13GmSdUjwQYdaM0C5Yk0YW4ZlWADumvPC/view
Colab Notebooks Part 1: https://drive.google.com/file/d/1K9O38qcEfDUrlsfrjz9UyG1L8oq53fpm/view
Colab Notebooks Part 2: https://drive.google.com/file/d/1ZbsMMmvyul_or5wdzIAHXX7nM5bmUkeB/view
Grashopper (10/03)
Grashopper Part 4: https://drive.google.com/file/d/1SxvmKJYoehVZQENwCwOyKtqdG0bFBXAg/view
3dm file
gh file
Session 4 (04/03)
Computer Vision Presentation Part 1: https://drive.google.com/file/d/19f83J0EkswW9XtfjIZc5imiqpdXZ_8IG/view
Colab Notebooks Intro: https://drive.google.com/file/d/16Uz0h7DEMdMIRO8x1DOkEi1g1XQnKNlL/view
Computer Vision Presentation Part 2: https://drive.google.com/file/d/1BMfeWHDcsmfUFBN47DKlV7UC9drihhpy/view
Session 3 (25/02)
Grasshopper Group 1: https://drive.google.com/file/d/1r8Wg48gLsvkmBhloINDwRTirAcWo2g5J/view
Grasshopper Group 2: https://drive.google.com/file/d/1QEC4_Q82hUg24gOnHOPpvkP6OeS4nIkt/view
Grasshopper Group 3: https://drive.google.com/file/d/17BUu9uZxn7AiF2lg55L6JAUBL0ADiA9f/view
Session 2 (18/02)
Grasshopper Part 3: https://drive.google.com/file/d/1lyhiEcEzEf5Brue3_7pkySuoGIxWkhmc/view
Session 1 (11/02)
Presentation Henriette Bier: https://drive.google.com/file/d/1lfWTTeeCUmx3j12txi1O7c3P97fJtt4u/view
Presentation Mariana Popescu: https://drive.google.com/file/d/14vwuCJIVws805uY3CXjfLPq98CMgTKPe/view
Grasshopper Part 1: https://drive.google.com/file/d/1fyfdGbfD9xPGMWtaJ3Yd2YyctjqHIwuj/view
Grasshopper Part 2: https://drive.google.com/file/d/1zfPRnEY_FXBJ0o5fhag-KPMnhT3JVlFd/view
Computational Design
Scripts used during the course: Download zip
Grasshopper Conventions
Described here are some drawing conventions we use in the Robotic Building Lab for Grasshopper. The aim is to create clear organizational structures and descriptions of how and why a script is developed in a certain way so that it is easy to understand. A template using these conventions is provided here:
File:1.GH Conventions-GH Template.gh
Organisation
The Grasshopper scripts are organized according to certain principles considering the layout.
Every script starts with a title and abstract that contains a general description of the script does and for what purpose. Make sure to save the file while in this view so this is visible when the file is opened:
The components are organized and ordered in groups and subgroups. Every group has at least a title. If required it also contains a textual description in a panel. In general, the groups are colored white. The smallest groups are titled in the group header, a level above that by a scribble with font-size 25, and the main groups with a scribble with font-size 50. All the wires which reduce the readability of the script are set to display 'Hidden'.
The panels containing the textual descriptions are also white:
Data Management
Often the script is part of a sequence of scripts, each with a specific task. To create a fluid workflow and be sure the correct data is referred to, certain rules are maintained. Geometry is baked using the baking components of the plug-in Elefront. A layer and a name is assigned, so that the geometry is easy to be referred to in succeeding scripts and it is overwritten each time the component bakes.
In this way, the geometry can be referred to using the geometry pipeline, and is updated accordingly. Always use the geometry pipeline and the combination between Rhino- and Grasshopper files, since internalizing geometry in a Grasshopper container greatly affects the speed of the script.