Victoria Amazónica venation

Hi,
This is my first post.

I'm working in a proyect called "Natural patterns through generative design with structural purposes" in wich I need to replicate the venation of Victoria Amazónica's leaf (image attached) in Grasshopper.

I have discarded venation algorithms and programation since I'm going to try to parameterize venation geometrically (more simplify and easy).

Can you help me to improve this first definition I made in order to achieve a similar Victoria Amazónica's venation pattern? (steps are defined in spanish)

Thank you so much,

I appreciate any help.

  • up

    peter fotiadis

    I have discarded venation algorithms...

    Well ... that's the first BIG mistake. This is impossible to do without recursion (and for a "realistic" result you'll need a very fast machine).

    I have a "similar" (recursion on proximity) def that could been modified to do what you want (and replacing Line connections with Curves using the likes of Surface.ShortPath Method [VERY SLOW]). Using these Curves as rails and going to "solids" with decreasing radii ... well ... that's not very simple (nor it's fast) but the main thing is to get the recursion working on a given random points collection deployed on a Sphere (and/or Sphere's interior) or some "Sphere like" blob Brep.

    See some screenshots (lot's of "options" available) for that recursion on proximity mentioned (but is not written for results like the ones that you are after).

     

    1