Grasshopper

algorithmic modeling for Rhino

Problem selecting alternate points from a set of points

I am not able to select alternative points like i can select circles by using dispatch.

I assume the problem lies in the categorization of data as shown in panel. for example in circles it shows the list as 0,1,2,3,4.... but for points it shows 0,0,0,.....

Can someone suggest where am i going wrong.

Regards.

Views: 4070

Attachments:

Replies to This Discussion

The issue is the data is stored on separate branches of the tree. You could use a similar approach to this one: http://www.grasshopper3d.com/forum/topics/2nd-item-from-every-2nd-r...

Where you cull every other item from a Param Viewer and use this new list to split the tree.

thanks alot for your reply. will go through it and try .

regards

Hi.

I applied your suggestion and it works well but only at one step it does not select alternative points. Cant figure out why that is happening.

can you post the file?

yah sure. 

Attachments:

resending files

Attachments:

Ok you will need a different approach.

Have a look in the FAQ forum for the 2D Sorting topic, with in that thread there is a replay about polar sorting of points:

http://www.grasshopper3d.com/forum/topics/how-can-i-sort-in-two-dim...

I would flatten the list of points and then sort them around a circle before dispatching them into your lists

will try this, thanks again

Hi , can anyone help me understand where am i going wrong with these point selection.

I went through some tutorials but still can not figure out the problem.

Just can not figure out why the alternate selection does not work at just one intersection, in the rest it is working fine.

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service