Hexagon Cells smooth Surface

Hello everyone!

I’m trying to get a smooth surface out of a mesh made using Delaunay Mesh component, I used the points from the hexagon cells vertices and centers and input them to that component but I’m getting an invalid mesh and can’t get weaverbird’s catmull clark working. I would appreciate any solutions for this or maybe point out what I’m doing wrong. Thanks! :slight_smile:.

HEXAGON CELLS 2.gh (20.5 KB)

Hi @clopez.arq

Can you describe or sketch the result you are after?
Just turning the hexagonal cells from the first part of your definition into meshes can be done like this
HEXAGON CELLS 2.gh (9.6 KB)


but it’s not clear to me what you want to do with the catmull-clark step

Hello Daniel.

I’m tying to get something like this, I did this one with the diamond panels component but can’t get around on how get the same thing going with the hexagon cells because of the invalid mesh. So the center point from each hexagon is there to give me some depth. Thanks for your time!

Here’s one way
HEXAGON CELLS 2.gh (14.5 KB)

1 Like

I can use this, thank you!