Grasshopper

algorithmic modeling for Rhino

I have 2 trees with a structure like this:

{4;0}         {4;0}

{4;1}         {4;1}

{5;0}         {5;0}

{5;1}         {5;1}

etc.            etc.

their structure is the same, but they have different values. What I want to do is combine them so that the structure would be something like:

{4;0}

{4;1}

{4;2}

{4;3}

{5;0}

{5;1}

{5;2}

{5;3}

I tried the method here, but it didn't give me what I wanted, it was just tacking the new values onto the end, and not maintaining their paths. Any help would be appreciated. Thanks!

Views: 4175

Attachments:

Replies to This Discussion

Alex, I will definitely look into tree sloth. I've seen it in a few responses in the forum, I was just trying to get it done with native components

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service