Grasshopper

algorithmic modeling for Rhino

hey guys, I got a simple one..I am trying to make a polyline that will start at end point 1, travel through some middle points and end at a specified end point2. it almost works..it starts at end point 1 and travels through the middle points including end point 2...meaning it doesn't end at end point 2.
I can't figure out how to dot his..help will be greatly apriciated

Views: 3250

Attachments:

Replies to This Discussion

Weave component really "weave" data from three input data lists into one list. Say you have:
List 0: A, B, C
List 1: D, E, F
List 2: G, H, I
If the weave pattern is 0, 1, 2, you would have:
A, D, G, B, E, H, C, F, I

So instead of Weave component, you might want to use the "Merge 03" component. It merges 3 data lists into one sequentially. For the example above, you would have:
A, B, C, D, E, F, G, H, I

Hope this help.
watch out for the tree structure when using the merge component, because if the info is on different "generation depth" (meaning the address of one path is longer then the others), it wont put them all together.
you might try just inputting them all in the desired order in the P hook of the polyline component and set it to flatten

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service