Mesh Boolean¶
Mesh Boolean operations allow you to combine, subtract, or find the intersection of two or more mesh objects. This is particularly useful in 3D modeling and printing when you want to create complex shapes or modify existing ones.
This can be done using an object with more than one part, an assembly of multiple objects, or by using modifiers.
Union¶
The Union operation combines two or more mesh objects into a single mesh. This is useful when you want to create a single object from multiple parts.
Difference¶
The Difference operation subtracts one mesh from another. This is useful for creating holes or cutouts in a mesh by removing the volume of another mesh.
Intersection¶
The Intersection operation creates a new mesh from the overlapping volume of two or more meshes. This is useful when you want to isolate the common area shared by multiple objects.