Grasshopper

algorithmic modeling for Rhino

Hello,

From a list of curves I want to select the ones where there is no point on them.

The Cull Pattern returns the curves with the points.

When I invert the Culling Pattern there is no result

Dispatch doesn’t work either.

Any idea how I can get the result I need?

Thank you

Views: 2669

Replies to This Discussion

Hello Chris,

could you upload the definition to take a look at

cheers

alex

Hello Alex,

Here it is. What I want to do is replace the lines on the Cull Pattern with the “Joined” ones.

I also tried with List Replace, but I can’t get the right indices

Thanks a lot 

Attachments:

Hello Chris

cull pattern component needs a pattern (true/false) input and you are providing a list of points.

you can try the following

list length of the curve t parameters on intersection points makes list of 0 and 1, like a pattern. then member index searches for the intexes of the 1 to get the index of the curves to be replaced.

cheers

alex

Thank you Alex, that's a great help 

Hi, some modification to the def on this  Discussion.

Try if this one in attachment works

Attachments:

Hello, 

Thanks a lot , it works fine 

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service