...
Reference files on the filer server:
/Volumes/DDE/BDE_VIAD-MATERIAL/01_VORLESUNGEN & PROJEKTE/17HS/Sem5_EmbodiedFabrication/RhinoAndGrasshopperSampleFiles
Geometry - basic building blocks
geometry | examples of manifestations | parameters |
---|
points | x/y/z coordinates |
curve geometry |
|
|
|
- vertices
- closed (y/n)
Circle,
- vertices
- degree
- from points
- from curves
- …
|
| |
surface geometry (NURBS) |
|
|
solids |
| |
meshes / polygons |
Boundary representation (BREP)
geometric entities | topological |
---|---|
point | vertex |
line | edge |
surface | face |
Rhino Interface
Setup:
- Turn on Point Snap (End, Midpoint, Center, Intersection, Perpendicular, Quadrant) & Grid Snap
- Turn on Gumball
- Turn on shading for the perspective window (shaded or ghosted)
- Tip: Enter or Space to enter commands
First Steps in Rhino
What | How | Visual Aid |
---|---|---|
navigating |
| |
selection | depending how you drag your selection window either everything touched by the selection window is selected (bottom right to top left) or only objects that are fully enclosed by the window are selected (top lect to bottom right) | |
create geometry | _line | |
edit 2D | _move | |
_join _extend | ||
edit with gumball | Turn on control points Turn on gumball
| |
create 3D geometry | primitives: _pipe operations: _sweep | |
boolean operations | _BooleanUnion | |
use a reference image | _BackgroundBitmap |
...
First Steps in Grasshopper
Great introduciton to Grasshopper: http://grasshopperprimer.com/
Exercise 01 - Rhino: draw line and revolve
Commands:
- draw line; turning on gridsnap makes things easier
- join the line, if it is not a joined line already
- use _fillet to create the round inner edge
- revolve countour to create a
Exercise 2 - Rhino: transform and extrude, using gumball
Exercise 3 - parametric glass in Grasshopper