Grasshopper

algorithmic modeling for Rhino

Is it possible to make random or fibonacci sequence in a divided interval? I want to divide surface with a varied size boxes. Is there any other way? Thx.

Views: 1059

Attachments:

Replies to This Discussion

Nazdar Peter,

you could remap your fibonacci sequence into the surface u or v domain. Random definitely does support custom intervals.

For remapping a value X which is in the domain k0 to k1, into the domain m0 to m1, use the following expressions:

m0 + ((X - k0) / (k1 - k0)) * (m1 - m0)
I don't follow how you would execute either of these solutions. Could you explain in further detail?

i did something based on what David Rutten said. i dont know if its correct or not but it seems working! did i do it in a right way?

Attachments:

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service