vedo icon indicating copy to clipboard operation
vedo copied to clipboard

Mesh cut with cut_with_box results in non water tight mesh

Open IsabellaPa opened this issue 1 year ago • 2 comments

Hello Marco,

I tried to cut a mesh with cut_with_box to create a slit. I set invert to True. The result looks nice, but the mesh is not water tight as there is a really small gap between the original mesh and the new surface created by cutting (the inside of the slid). As I want to convert the mesh to a volume in the end I would need it to be water tight. Fill_hole didn't do the job, I guess the gap is too long. Do you have any tip for me what I can do? image

IsabellaPa avatar Jun 19 '24 14:06 IsabellaPa

Hi, I would check out this: https://vedo.embl.es/autodocs/content/vedo/vedo/mesh.html#Mesh.cut_closed_surface

marcomusy avatar Jun 19 '24 22:06 marcomusy

Perfect, thank you! :)

IsabellaPa avatar Jun 20 '24 11:06 IsabellaPa