Helping with coding a poros structure

Hello!

I need some help with creating a structure in grasshopper. I want to create a structure, that look like a lime stone or like a poros structure with holes. I need it to be flexibel for later adaptation, maybe somebody knows how to code that?

Thanks in advance!

Hello
there are many many ways.
You could try Isopod,
Use some field that can alter a shape like showed here

Here isopod on Left, Dendro on right

Dendro with some curves that are used to dig holes then some smoothing

You can first generate a rough shape


Then make some curves inside. here I just use points connected.

Then cut theses curves, I use shatter by angle but you can shatter by number, distance …
Suppress curves that are too close from each other.

Make tubes from these curves

Dig the shape

Smooth the shape and take the biggest solid

You can also make some Voronoi cells, suppress some of them with logic or not !

Use that to dig inside the object


Thank you so much! I will try it out :smiley: