Grasshopper

algorithmic modeling for Rhino

Hi there (again)

I have a plain list (made up of surfaces). The length may vary, but it is supposed to stay an even number.

I need to split this list every two items to obtain a branch for every two items, in order.

{0}

1

2

{1}

1

2

.....

Then, I need to split that branched list into a variable length.

{0;0}

{0;1}

{0;2}

{1;0}

{1;1}

{1;2}

......

how should i approach this?

Views: 212

Replies to This Discussion

Ok, i solved the first part. Now I have this

{0}

1

2

{1}

1

2 ...

But I need that at every certain length, this branches subdivide and that this subdivision gets noticed in their paths...

{0;0}

1

2

{0;1}

1

2 ...

{1;0}

1

2

{1;1}

1

2 ...

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service