Boolean

Overview

Boolean modifier performs operations between multiple objects to create complex shapes. The bottom object in the list acts as the main object, while all other objects above it participate in the operation with the main object.

Each participating object has an icon next to it that determines which of the three operations will be performed: union, subtract, or intersect. This means that the main object can have different types of operations with different objects simultaneously.

to change the operation type, click on the icon

Separate by material

Enabling this option ensures that each object involved in the Boolean operation retains its original material.

When this option is enabled, converting to geometry preserves the number of objects involved in the operation. If disabled, the conversion results in a single object.

Union

Merges objects into a single shape while ensuring that the resulting geometry remains correct.

Unlike a simple merge operation, this method removes internal geometry at intersections, preventing unnecessary overlapping polygons.

Subtract

Cuts the participating objects from the main object, removing overlapping sections and leaving behind the remaining shape.

Intersect

Keeps only the overlapping parts between the main object and participating objects, removing all non-overlapping sections.

Tutorial

Last updated