Grasshopper

algorithmic modeling for Rhino

quick question, and hopefully not a stupid one.  I have a custom 3d cellular automata script i wrote in rhinoscript and i would like to take each cell and dispatch only the outermost faces to apply a pattern to them.  i attached a quick image of the outside faces.  thanks everyone.

Views: 1096

Attachments:

Replies to This Discussion

Belive or not, these are only outermost faces :

If you want to delete faces which are top or bottom one, cull them by face normal at (0.5,0.5) parameter (eval surface component) - if normal vector's z value = 0 then true, else false....

EDIT : there are no stupid questions, except that which can be answered by searching forum ;)

hey mateusz thanks for the reply.  the definition is close but perhaps a larger group of CA cells would help better.  here is just another image to show the cellular automata growth at 10 long x 10 wide x 25 high.  the highlighted faces are the ones i would like to dispatch and get.

Attachments:

This one should do the job... 

Approach in two steps :

  1.  cull bottom and top faces first
  2.  use convex hull to determine which faces are outermost

You can achieve same effect with top and bottom faces by using 3d convex hull*, which will not require sorting point by z value (there is a little script which puts points in data tree according to their z values).

*To obtain 3d convex hull, complete quest ;) - "search forum for incremental hull" , where you can find my last script for making such geometry 

Attachments:

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