Le modificateur Boolean¶
The Boolean modifier performs operations on meshes that are otherwise too complex to achieve with as few steps by editing meshes manually. It uses one of the three available boolean operations to create a single mesh out of two mesh objects:
This modifier needs a second object to be the target (the second operand) of the operation.
Avertissement
Only manifold meshes are guaranteed to give proper results, other cases (especially « opened » meshes, non-manifold but without any self-intersections) will usually work well, but might give odd glitches and artifacts in some cases.
You should also avoid any co-planar faces (or co-linear edges) between both operands, those also tend to give issues currently.
Astuce
If you have marked your objects to show the edges (in
, enable Wireframe), you will see the edge creation process while you are moving your objects around. Depending on your mesh topology, you can also enable X-Ray and Transparency and see the topology being created in real-time.Options¶
Opérations¶
- Operation
L’opération booléenne à appliquer.
- Difference
- The target mesh is subtracted from the modified mesh (everything outside of the target mesh is kept).
- Union
- Le maillage cible est ajouté au maillage modifié.
- Intersect
- Opposite of Difference (everything inside of the target mesh is kept).
- Object
- Le nom de l’objet maillage cible.
- Overlap Threshold
- Maximum distance between two faces to consider them as overlapping.