i’m stuck in a noob mesh problem, I’m trying my best by watching various tutorials but i can find a solution
i have tried to trim or split a mesh patch with a surface from the boundary edges but the result is weird/bad faces and holes
any help is gratefully received
mest try.3dm (6.7 MB)
Hi @FraBene,
below is a script which generates the mesh, it asks for 2 polylines which i got from using _DupBorder
command on the input meshes. You must select the outer one first, then the inner one. In any case when using this script, check the normals of the output before joining. It should generate matching edges.
Bridge2PolylinesInPlane.py (1.9 KB)
MeshBridge.3dm (85.8 KB)
_
c.
1 Like