Grasshopper

algorithmic modeling for Rhino

Hi,

I want to cut the holes on surface, and get the surface without the holes. However, when i use list item, i get the holes not the surface.. 

I would also want to cull the hexagon pattern, not every cell has the holes, i tried using random reduce component but seems i didn't get it right.. Thanks for helping!

Views: 413

Attachments:

Replies to This Discussion

Hi Renj,

In your definition the holes are being cut individually, so it won't be able to produce a surface that has all of the holes cut out.

See the attached script. This may be a little long winded, but by maintaining a list structure that relates to the individual cells, the splits can be much more efficient. 

Also the list has been randomly culled so that the cutting only happens on selected cells. The method behind culling can be changed to suit your needs. In this definition, it is just a random integer generator.

Hope this helps

Andy

Attachments:

Hi Andy, thank you so so so much for your help! :))

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service