Grasshopper

algorithmic modeling for Rhino

Merge two lists with branch information (add list B to end of list A)

Hello,

How can I 'merge' list A & B? I want the indexes of list B pick up where A ended.

As you can see the Merge component does not keep the data pattern intact (4 groups, 3 groups, 2 groups, 4, 3, 2, 4, 3, 2, ...). I'd like to see B starting witch {3;0}.

Views: 1011

Replies to This Discussion

If you aren't going to be changing the structure then you can build it into the path mapper

{A;B}-->{3+B;A}

I believe this is what you want

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service