Boolean operations let you combine polygon meshes to create a new shape. Operations rely on the intersection, the shared volume of the two meshes, to determine the boolean result:
- Union = faces of both meshes - faces of the intersection
- Difference = faces of the first selected mesh - faces of the intersection + faces of the second selected mesh that were part of the intersection