Grasshopper

algorithmic modeling for Rhino

Hi all.

New to grasshopper. Our office runs Rhino 4.0. With that we have GH version .9.0014.

Going through the excellent beginner tutorials by David Rutten. One of the videos shows how to randomize rotation on selected curves using a "box array" component, except i can seem to find it in the above version of GH. Any help greatly appreciated.

Views: 1900

Replies to This Discussion

The array components were added in a more recent version than the one you have. You can still make an array of objects, but it's more work. The steps are:

  1. Generate a list of numbers. Say {0, 2, 4, 6, 8, 10, 12}.
  2. Plug these numbers into the [x] and [y] inputs of a Vector XYZ component.
  3. Graft the [y] input.
  4. Use the outputted vectors to move your original object, it should result in a rectangular array of objects. You may want to flatten this data depending on your needs.

--

David Rutten

david@mcneel.com

Thanks David!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service