Grasshopper

algorithmic modeling for Rhino

For some reason I cant find this searching. I have two lists, each a list of x,y,z points, but the lists are different lengths and the index's of the lists are irrelevant. How do I cull the points in one list from the second list? I can't seem to find this, it should be so simple!

Thanks!

Views: 2730

Replies to This Discussion

How do I cull the points in one list from the second list?

To cull points we must follow some criteria, which is the criteria?

Remove the points in the first list, from the second list. (the second list is always shorter)

merging the two list into one and then culling duplicates would work?

use "Set difference" to eliminate the points in list A that are present in list B.

excellent!! Thanks

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service