EdLight CodeEdLight Code
TracksGamesPathways
TracksGamesPathways
TrackPractical 3D Modeling Workflows
Boolean Operations
4 / 12

Practical 3D Modeling Workflows

Course Progress0/12

Precision Modeling

Numeric DimensionsObject AlignmentPrecision Building

Boolean Modeling

Boolean OperationsUnion ExamplesSubtract for HolesBoolean Practice

Reusability

Duplication TechniquesMirroring Objects

Exporting Models

Export FormatsExport Your Model

Course Project

Project: Printable Phone Stand

Practical 3D Modeling Workflows

Course Progress0/12

Precision Modeling

Numeric DimensionsObject AlignmentPrecision Building

Boolean Modeling

Boolean OperationsUnion ExamplesSubtract for HolesBoolean Practice

Reusability

Duplication TechniquesMirroring Objects

Exporting Models

Export FormatsExport Your Model

Course Project

Project: Printable Phone Stand

Boolean Operations

Boolean Operations
Combine shapes with boolean operations
Boolean operations combine two shapes to create new geometry. They're named after mathematician George Boole.

The Three Operations

Union (Add)

Combines two shapes into one.
  • Like gluing shapes together
  • Removes internal surfaces
  • Use for: Joining parts, building up forms

Subtract (Difference)

Removes one shape from another.
  • Like carving or drilling
  • First selected = kept, second = removed
  • Use for: Holes, cutouts, carving

Intersect

Keeps only the overlapping volume.
  • Where both shapes exist
  • Everything else is removed
  • Use for: Finding common areas, precise cuts

How to Use

  1. Add two shapes that overlap
  2. Select BOTH shapes (Shift+click)
  3. Choose the boolean operation from toolbar
  4. A new object is created (originals hidden)

Selection Order Matters (for Subtract)

  • First selected = Base shape (kept)
  • Second selected = Tool shape (cuts away)
Example: Cube - Sphere
  • Select cube first
  • Shift+click sphere
  • Click Subtract
  • Result: Cube with spherical hole

Tips

  • Shapes MUST overlap for meaningful results
  • Keep originals for experiments (they're hidden, not deleted)
  • Union is great for combining parts
  • Subtract is great for creating holes
  • Intersect is useful for precise fitting