Grasshopper

algorithmic modeling for Rhino

Hi!

 

how can i delete double (overlapping) faces?

 

thanks a lot!

Views: 2965

Replies to This Discussion

i had an idea awhile ago. sorting surfaces by area and removing duplicate areas.

I would mark this as a Script-to-be.

Generally you would have to compare every face with every other. Unsing data structures you will get a lot of double testing (A vs. B and B vs. A). To work efficiently and precise, the sorting should take various levels of detail into account. Again data structures require the best comparison for every combination, a script can skip to the next pair right after one criterion failed.

Hi Rane,

install Kangaroo plug-in for Grasshopper and try removeDuplicateLines component or removeDuplicatePoints component, this might help you clean overlapping data.

Hope this might help you!!

That is the right answer! it works! :-)

 

thanks bro.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service