Grasshopper

algorithmic modeling for Rhino

hi friends, 

i have a question i wanna do straight lines between selected items and i cant. Someone could help?

Thanks!!!

Views: 502

Attachments:

Replies to This Discussion

The second question,

I need to select from the list the o ítems, that they are the ítems from the left line.

And i need to select the 1 items, that are the ítems from the right.

Someone could help?

Thanks!!!

 

.

Attachments:

The problem is your data trees are very different:

Grasshopper matches trees up branch by branch, it doesn't know that what you want is connect all the points in {3;1;0;0} with {0;0;0}, {4;1;0;0} with {1;0;0} and {5;1;0;0} with {2;0;0} and not any other combinations.

Instead it just tries to connect all points in the first branches on each tree, then the second branches, then the third branches. When it gets to the fourth branch in your big tree it needs to use the third branch again from the small tree because there is no fourth branch. At this point it just keeps reusing {2;0;0} because it's the last one available.

It looks like a possible solution would be to remove all empty branches with the [Clean Tree] component.

Hi David, 

i tried with cleaning the points but it doesnt works. 

Where do i have to put the component?

thank you so much!!, 

marina.

Attachments:

sory but i dont understand,

thanks!

Attachments:

and another question, 

how can i do to only select the left points. 

thanks, marina

Attachments:

You need to remove empty branches, so be sure to set the E input to true.

it was perfect, 

do you know the second question? thanks!!

the second question is.

i have to connect the first point of the image with the seconds points. 

thanks!!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service