Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A complete overview of Grasshopper Components can be found here: https://rhino.github.io/

Exercise A:

Premise: design Design a parametric cup. Create a definition to control height, top &and bottom radius and wall thickness through sliders.

...

  1. set basepoint in rhino and connect to grasshopper
  2. create sliders for heithheight, top &and bottom radius and wall thickness
  3. move (copy) the centerpoints centre points for the all circles but , except the lower outer radius
  4. subtract the wallthickness wall thickness for the inner circles
  5. create a loft (mind the order)
    loft type (O) set to "straigtstraight"
  6. create the bottom inner and outer surface with "boundary surface"
  7. join all surfaces
  8. "bake"

...