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?
Tags:
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 ...
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by