Make the shell to a solid form

Hi everyone, I modeled a geometry in MATLAB and I improved it in grasshopper since I want to print it with concrete printer, the problem is that I need to change the geometry to the solid or enclosed one. I showed in the picture what I want. Thanks in advance for your help. I used this script to make it solid but it not works.

Ribbon_Pattern_updated.gh (866.7 KB)

FYI,


MeshJoin.gh (867.9 KB)

Thank you Jessesn, thanks for your help to edit my script, I could use this script for other models I have as well. much appreciated!

Hi Jessesn,

I have a quick question. I tried your script, but the height of the grooves changed slightly. I’m not sure how to fix this. I’ve shared the geometry shape from both before and after.

with Jessesn_script.gh (476.5 KB)

I haven’t adjusted the texture height in your script. In my previouse script, I only added a bottom height control options as shown in the image below.

Coral_script.gh (868.0 KB)

Hi Jessen,
I have a quick question. I used your script to generate my 3D model, and although it shows a valid mesh, there’s still an issue. During CNC printing, the black lines and or dots visible in the frames indicate holes in the mesh. For other model and the same script this did not happen. I’m not sure how this is happening, and I’d appreciate any insight or suggestions you might have.

After baking the Mesh into Rhino, use MeshReair to check it, the result shows “Good Mesh”

You may try RebuildMesh to see if it can fix your current issue.

Thank you, I will try it.