Grasshopper

algorithmic modeling for Rhino

Hi, 

I am having trouble doing something that seems to be simple, I am trying combine 

List A  :  1,0,0,1,0,0

with 

List B  :  0,1,1,0,1,1

to get     1,1,1,1,1,1

basically combine them by replacing the 0's in the list.

What i want to achieve is to combine 4 lists, like the above, with no overlapping values.

0,0,0,1

0,0,1,0

0,1,0,0

1,0,0,0    into

1,1,1,1

Thx!!

Views: 1071

Replies to This Discussion

There are a couple of ways to get this the most Logical :) is the Gate OR component

BTW both methods are expandable using the ZUI

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service