...
geometry | examples of manifestations | parameters | |
---|---|---|---|
points | x/y/z coordinates | ||
curve geometry |
|
| |
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
...
Exercise 2 - Rhino: transform and extrude, using gumball
...
Grasshopper - the parametric glass
Premise: design a definition to control height, top&bottom radius and wall thickness through sliders.
- set basepoint in rhino and connect to grasshopper
- create sliders for heith, top&bottom radius and wall thickness
- move (copy) the centerpoints for the all circles but the lower outer radius
- subtract the wallthickness for the inner circles
- create a loft (mind the order)
loft type (O) set to "straigt" - create the bottom inner and outer surface with "boundary surface"
- join all surfaces
- "bake"
Grasshopper - working with attractors
Premise: Control the diameter of circles by the proximity to an object
- Create a "rectangular" grid
- control Size and Extend through sliders
- create circles on the intersetion points (p)
- control the radius of the circles through the distance to a point set in rhino
use a division or mapping to adjust the scale
Grasshopper
...
...
- deconstruct a mesh
- connect a mesh from rhino
- "deconstruct mesh"
- "deconstruct face"
- read out the edges through "list items"