Grasshopper

algorithmic modeling for Rhino

Hello all.I am trying to understand the difference between range and series (an grasshopper for that matter)If anyone can help much appreciated or even refer me to some tutorials/videos... Many thanks

Views: 14780

Replies to This Discussion

If you need to evenly distribute numbers between a lower and an upper boundary then you should use the range component. However, if you need to control the step size or interval between your numbers then generating a series is the best method.

It all depends on your chosen inputs. I could use both components to create a list of numbers from 0 to 10 with every decimal represented i.e. 0, 0.1, 0.2, 0.3.......9.9, 10.

The Range component I would plug 0 and 10 into an interval component and then plug this into the D of the Range. then set the number of steps to 100.

For the Series component I would start at 0, step by 0.1 and have 101 numbers in the series.

Thanks very much for the file as well..makes much more sense, and the interval is quite similar if I am not mistaken..you give two values and it provides the numeric range between those two values without specifying the inbetween paths/steps...

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