Help/assistance - Creating branches facade in rhino grasshopper

Hi everyone, im trying to create a tree branch facade using grasshopper, I found it quite difficult since its my frist time trying grasshopper. I will attach an image below of whats in my mind that I want to achieve. Any suggestion on how can I do it?

image

the pattern you show is repetitive.
guess you want it non-repetitive.
To generate trees you can implement an L-System

start implement it with curves. to see the concept.
then with (“black”) surfaces - for easier joining / union-ing.

maybe also search this forum more carefully:

EDIT - sorry the link above is not a big catch - it uses a given curve…
but maybe this is a nicer starting point:

start with some work, tell use where you stuck and post it.

2 Likes

hello
using google you can find many example on discourse


I also liked some of my old work on fractal tree

3 Likes

just to clarify:
Laurent is using the site keyword:

site:discourse.mcneel.com tree
1 Like

Hi Tom,
First of all thank you for your suggestions, I will look further into it !!
I didn’t know there is a specific name for the system that why I struggled finding the right word for it.
I do want it to be repetitve, I used parakeet plugin ( venation command/code ) but I belive I didn’t use it as it should be since im a beginner.

Thank you, I will surely look into them.

  • you did a good work on your fractal tree, looks clean !!