Grasshopper

algorithmic modeling for Rhino

hi guys,

i need to delete faces from a mesh, if one edgelenght of a face is for example under 5

can someone help me??

thanks!!!!

Views: 2098

Replies to This Discussion

Hi,

measure the edge lengths for all faces (graft, so every face is one branch) then sort lists of  the lengths (K), take the first item of each list, test for smaller then your minimum and you get a boolean list.

Use this list to dispatch the original list of faces.

Best, 

Phillip

thanks man worked!!! :)


best 2 u

peter

A little bit of scripting is another option.

Attachments:

thank u 2 andreas! props

Hello Andreas

Would you be kind enough to modify this script to delete faces by area (larger than)?

Sorry, my scripting skills are really lousy and I only managed to change it to larger than, but can't figure out how to change the length to area

Thanks in advance

Hi Mario,

Try this:

Attachments:

Thank you, I completely forgot the cull faces componenet

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service