algorithmic modeling for Rhino
Hi,
I have two lists:
list 1:
a
b
c
d
list 2:
w
x
y
z
i want to end up with a tree with 2 branches that look like this:
{0}
1. a
2. b
3. c
4. d
{1}
1. w
2. x
3. y
4. z
so then I want to do a number of operations on both branches, and then re-separate them.
I tried to play with the flip matrix node, but I am dealing with lists with different lengths, and I am not sure how to handle all the steps in between so that the end result can easily be separated.
thanks,
Dimitar
Tags:
You can then skip the entwine and use a path mapper like this on every lists :
List 0 : from {A} to {0;A} (you'll have to simplify the A list first and make sure it will always have two indexes)
List 1 : from {A} to {1;A} (idem)
Then, you merge the two result do your operation and split tree in the end.
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