...
Design a parametric cup. Create a definition to control height, top and bottom radius and wall thickness through sliders.
- set Set basepoint in rhino and connect to grasshopper
- create Create sliders for height, top and bottom radius and wall thickness
- move Move (copy) the centre points for all circles, except the lower outer radius
- subtract Subtract the wall thickness for the inner circles
- create Create a loft (mind the order)
loft type (O) set to "straight" - create Create the bottom inner and outer surface with "boundary surface"
- join Join all surfaces
- "bake"
Exercise B: Working with attractors
Premise: Control the diameter of circles by the proximity to an object
- Create Create a "rectangular" grid
- control Control Size and Extend through sliders
- create Create circles on the intersection points (p)
- control Control the radius of the circles through the distance to a point set in rhino
use a division or mapping to adjust the scale
...