Grasshopper

algorithmic modeling for Rhino

I have a little problem : My component outputs 2 data trees. One has paths like {0}, second one like {0,0}... Problem is, when I want to match items from {0} to {0,0} {0,1} etc...  it does not consider all paths from second tree. I know that this is how it works, but maybe some of you have good solution for that ? (that omits copying data from first tree)...

Views: 265

Replies to This Discussion

Can you clarify. Is Tree A a flat list on {0}

Sry, This is data tree in output A :

 

path {0}

a

b

c

d

 

path {1}

e

f

g

h

This is data tree in output B 

path {0,0}

0

1

2

path{0,1}

1

2

3

path{1,0}

0

1

2

path{1,1}

1

2

3


so when I take "list item" component and connect to L data from A and to i data from B I would like it to make tree like :

path {0,0}

a

b

c

path {0,1}

b

c

d

path {1,0}

e

f

g

path {1,1}

f

g

h

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service