How to get rid of useless Edges

Hello! :slight_smile: I woud like to know if there is a way to remove this edge? I could go back before the boolean union of my solid and try and rotate them so the edge are inside, but I was wondering if there was a quicker and easier way to do it?

I am trying to make fillet on the upper and lower edge and I am not sure but I believe this one useless edge is giving me troubles (or it could also be the angle in the corner).

Hi - you can extract the two surface on both sides of that edge and delete them. Then run MergeAllEdges on your object. Then use Loft on the open curved edges to create a new surface.
-wim

2 Likes

Ahhh thank you! :slight_smile: worked like a charm!