I want to remove the intersect between two bodies

I have two bodies that overlap or intersect with each other. What I want to do is be able to delete the intersection between these two bodies I can’t seem to figure out how to do that.

Hi,

There are multiple ways to reach that.

If the intersection has planar faces, you could use the Split Body tool multiple times to “cut out” the intersection. It’s quick in simple situations.

If the intersection is more complex, I would suggest using the Interesect tool, and turn on “Keep originals”. This way you end up with the intersection as a new body, as well as the original ones. Now you just have to use Subtract to cut the body created by intersect from both the original bodies.