Grasshopper

algorithmic modeling for Rhino

hello all,

I want to isolate list items, WHILE preserving their relative tree branches ({0;0}...). Flip Matrix would be great if I only had one tree branch, but I do not. How do I make this work?

Thanks!! 

Views: 1159

Attachments:

Replies to This Discussion

Can you provide an example of branch names and what you want them to ultimately be?

What does "isolate list items" mean?

You should know by now that posting code will always get you a better answer, since it often explains the problem better than words.

Maybe Tree Split..

See this Tutorial Video

See this Thread

Here is the file, it should be clearer then. I did it a very sloppy way, each layer I did a seperate path mapper to isolate the points and then interpolate them. 

Attachments:

That file is missing internalized data (surfaces) and produces nothing, so is absolutely useless.

Try studying the code in this debug tool I use frequently, particularly the 'vTrE' cluster (source below):

Attachments:

Okay Will Do,

what is missing is just a plain surface, any surface will do. Thanks joe!

Just a few tips:

rather than using path mapper, I've found path replace to be really handy.

And sometimes rather than trimming paths, I sometimes do use path mapper (or path replace) to swap one branch with another. The problem with pathmapper sometimes is the length of branches can change with different data and it doesn't adapt, whereas path replace can adapt if you build it in.

Attachments:

Try {A;B;C}  → {A;C}(B) for the (lexer combo of) [PathMapper]

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service