Any hints how to get mesh joined properly? many faces disappear after join operation, even though mesh is showing as closed result . Aim is to extrude the mesh to plane and create volumetric 3D geometry
Mesh join.gh (63.0 KB)
Any hints how to get mesh joined properly? many faces disappear after join operation, even though mesh is showing as closed result . Aim is to extrude the mesh to plane and create volumetric 3D geometry
Yea iam using pufferFish plugin to convert closed polylines to mesh. Aim is to create mesh and extrude it downwards to have one 3D volumetric mesh.
Which polylines?
I already converted the polyllines to meshes before sharing the code,.
I don’t think the resulting meshes are of good quality. But with adequate inputs, you could use this definition…
mesh_join_close.gh (88.0 KB)
Hi @MomoJawad ,
what about using Surfaces instead?
Mesh join.gh (62.3 KB)
Oh it seems you used c# in rhino 8 -GH 2. Iam using Rhino 7 so couldnt test the file
Thanks that good approach too Thank you.
I’ve converted all my scripts to Rhino 8 last year already.
Ok, i will try it with rhino 8. Thanks for the help