2

How would I remove the selected object and the part of the other object taken up by it? enter image description here

SteamPunk_Devil
  • 123
  • 1
  • 3

1 Answers1

4

There are a few ways to do this.

Using Boolean operations:

  • In Edit mode

Both pieces have to be part of the same object.

On the selected piece use Mesh>Faces>Intersect(Boolean)

enter image description here

enter image description here

  • In Object Mode

Both pieces have to be different objects.

Select the one that is to be cut. And add a boolean modifier and use the other object to intersect.

enter image description here

This method has the advantage of being non destructive and interactive. If you need to reposition or alter the cutting object you can do it and the affected object will be recalculated.

At this point you can choose to hide other object or Apply the Modifier to make the change permanent and delete the cutting object.

enter image description here