Grasshopper

algorithmic modeling for Rhino

Hi!

I've been struggeling with a problem in my grasshopper system for quite a long time now, so now I'm looking for some desperate help!

I can't get my intersecting surfaces delted. What I've done so far is to split my extrusions into two lists to seperate the sides of the extrusions that are intersecting. 

I really hope someone can help me.

Views: 1497

Attachments:

Replies to This Discussion

quite the little brain teaser here. you'll need sandbox to use this solution. The algorithm separates edges with neighboring faces from those without. It then finds the edges with neighboring faces and tests the random extrusion of each neighboring face to see which is higher... than only extrudes the shared edge once to the highest length. then it matches edges without neighboring faces to appropriate height. hope it helps. -e

Attachments:

I skipped 'Split List' and did this instead:

  • 'Brep Join'
  • 'Cap Holes'
  • flatten input to 'Solid Union'
  • 'DeBrep' to get 'Faces (F)'
  • filter ('Dispatch') 1,296 faces to separate those with 'Area'=40000 (the front faces?) from the remaining 750 faces, which appear to be mostly edges except for two rows...

Not perfect but perhaps a way forward?

Attachments:

Got better filtering results by replacing test for Equals' with test for 'Similar':

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service