AUTODESK FUSION 360 • SOLID MODELING

Combine Operations — Use combine (join/cut/intersect) and understand body tools

Master the Boolean logic behind merging, subtracting, and intersecting solid bodies to sculpt complex 3D forms.

Historical Context & Motivation

The ability to combine simple geometric shapes into complex forms is the conceptual backbone of every modern solid modeling application, and its roots stretch back to the intersection of mathematics and early computer science. In the 1960s and 1970s, researchers at universities and defense laboratories began exploring how Boolean set operations — union, difference, and intersection — could be applied to three-dimensional volumes rather than abstract number sets. These operations, originally formalized by the nineteenth-century mathematician George Boole, offered a systematic way to describe how one solid relates spatially to another. The challenge was making these ideas computationally tractable, a problem that took decades of algorithm development and hardware advancement to solve.

For visual artists and designers, this history matters because it explains why Fusion 360 structures its modeling workflow around discrete bodies that can be combined. Rather than sculpting a single monolithic shape the way a ceramicist might work with clay, parametric solid modelers treat every extrusion, revolution, and sweep as a distinct body — an independent volume that you then join, cut, or intersect with others to arrive at your final design. Understanding this lineage helps you think of Fusion 360 not as a digital clay tool but as a Boolean sculpture engine.

1854
Boole Publishes "The Laws of Thought"
George Boole formalizes set-theoretic operations — union, intersection, and complement — providing the algebraic foundation that would later underpin 3D solid modeling.
1973
Constructive Solid Geometry (CSG) Emerges
Researchers at the University of Rochester and other institutions develop CSG, a representation scheme that builds complex solids from Boolean combinations of primitives like cubes, cylinders, and spheres.
1988
Boundary Representation (B-Rep) Matures
B-Rep modeling — where solids are defined by their surface boundaries — becomes the standard in commercial CAD. Autodesk's early products adopt this paradigm, allowing precise edge and face control.
2013
Autodesk Fusion 360 Launches
Fusion 360 debuts as a cloud-native parametric modeler, combining B-Rep solids with a body-management system and accessible Boolean tools — Join, Cut, and Intersect — inside the Combine command.

The central question that Combine operations answer is deceptively simple: how do you turn multiple independent solid bodies into a single, coherent form? Whether you are designing a ring with a gemstone setting, a sculptural installation with interlocking planes, or packaging with complex negative space, the answer always involves choosing the right Boolean operation and managing your body list with intention.

Core Principles & Definitions

Before you invoke the Combine command in Fusion 360, it is essential to internalize five foundational concepts that govern how solid bodies interact. These principles are not arbitrary interface conventions — they derive directly from the mathematical logic of Boolean set theory applied to three-dimensional volumes. Grasping them transforms the Combine tool from a mysterious menu item into a predictable, powerful design instrument.

1

Body vs. Component

A body is a single contiguous solid volume. A component is a container that can hold multiple bodies plus its own origin and timeline. Combine operates on bodies within the same component.
2

Target Body & Tool Body

Every Combine operation requires a target body (the body that receives the operation) and one or more tool bodies (the bodies that act upon the target). The result replaces the target.
3

Join (Union)

Join merges the target and tool bodies into a single solid, unifying their volumes. Any overlapping region becomes shared interior space. Think of it as welding two metal pieces together.
4

Cut (Difference)

Cut subtracts the tool body's volume from the target body, carving away material. The tool body is consumed by default. This is analogous to a cookie cutter removing dough.
5

Intersect

Intersect keeps only the overlapping volume shared by the target and tool bodies, discarding everything else. It reveals where two forms agree in space — useful for finding shared geometry.
KEY TAKEAWAY
Think of Combine operations like a Venn diagram in three dimensions. Join keeps everything inside both circles. Cut keeps only the part of the first circle that does not overlap the second. Intersect keeps only the sliver where the two circles overlap. In sculpture terms, Join is additive, Cut is subtractive, and Intersect is extractive — each yielding a fundamentally different relationship between your forms.

Visual Explanation — Boolean Operations in 3D

The diagram below illustrates how two overlapping solid bodies — a cube (Body A) and a cylinder (Body B) — yield three distinct results depending on which Combine mode you select. Study the shaded regions carefully: the colored areas represent the material that remains after each operation, while the ghosted outlines show the original volumes for reference.

The four panels show the original two-body setup and the result of each Combine mode. Notice how Join produces the largest single body, Cut creates a void matching Body B's profile, and Intersect yields the smallest body — only the shared overlap.

In the diagram, the dashed outlines represent volumes that have been removed or discarded. The solid, colored fills show the material that persists after the operation. A critical detail to note is the "Keep Tools" checkbox available in Fusion 360's Combine dialog. When enabled, the tool body is not consumed by the operation — it remains in the Bodies folder alongside the result. This is especially useful when you want to use the same tool body for multiple successive cuts or intersections across different target bodies, a common scenario in jewelry design, architectural models, and modular sculpture.

How Combine Works Under the Hood

Although Fusion 360 is not a math-heavy application from the user's perspective, it is valuable to understand the formal set-theoretic notation behind each Combine mode because it demystifies behavior that can otherwise feel arbitrary. Each solid body occupies a set of points in three-dimensional Euclidean space, and Combine operations map directly to classical set operations.

JOIN (UNION)
Result = A ∪ B
The union of body A and body B includes every point that belongs to A, to B, or to both. Overlapping volumes are merged seamlessly — no internal faces remain at the junction.
CUT (DIFFERENCE)
Result = A \ B = A ∩ B′
The difference removes from A every point that also belongs to B. Equivalently, it keeps only the intersection of A with B's complement (B′). Note that A \ B ≠ B \ A — the order of target and tool matters.
INTERSECT
Result = A ∩ B
The intersection retains only points that are simultaneously inside A and inside B. If the two bodies do not overlap at all, the result is an empty set and no geometry is created.
⚠️ Non-Commutativity of Cut
Join and Intersect are commutative — swapping target and tool produces the same geometry. Cut, however, is non-commutative: cutting A with B yields a completely different shape than cutting B with A. In Fusion 360, always verify which body you have selected as the target before executing a Cut to avoid accidentally removing the wrong material.

Fusion 360 implements these operations using its underlying Boundary Representation (B-Rep) kernel. When you invoke Combine, the kernel calculates where the surfaces of the target and tool bodies intersect, splits those surfaces along their intersection curves, classifies each resulting surface patch as inside, outside, or on the boundary, and then stitches the appropriate patches together to form the result. The operation is computationally intensive, which is why complex bodies with many faces may take a moment to process. If the operation fails, it is usually because the kernel cannot resolve ambiguous surface intersections — a situation most often caused by coplanar or tangent faces between the target and tool.

Detailed Breakdown — Body Tools & Management

Combine operations are only half the story — equally important is understanding how Fusion 360 organizes, displays, and manages the bodies that serve as inputs and outputs. The Bodies folder in the Browser panel is the single source of truth for what solid volumes exist inside a given component. Every time you create a new sketch-based feature (Extrude, Revolve, Sweep, Loft), Fusion 360 asks whether the result should create a New Body, Join with an existing body, Cut from an existing body, or Intersect with an existing body. This inline Boolean option in every feature dialog is essentially the same logic as the standalone Combine command, just applied at the moment of creation.

The workflow proceeds from feature creation (left) through operation mode selection (center) to the Bodies folder (right). Below, a reference table lists the most commonly used body tools alongside the Combine command. Becoming fluent with these tools — especially Split Body and Move to Component — rounds out a complete body-management skill set.

A common point of confusion for visual arts students approaching Fusion 360 for the first time is the distinction between creating a new body and joining to an existing body. If you always default to "New Body," your Bodies folder will accumulate dozens of independent solids that float loosely inside the same component. Conversely, if you always default to "Join," you may inadvertently merge parts that you later need to separate for rendering, 3D printing, or animation. The best practice is to model with deliberate intent: create new bodies when you anticipate future Boolean operations, and Join proactively when you know two forms should permanently share a single material assignment and topology.

Worked Example — Designing a Sculptural Candle Holder

This example walks through a realistic scenario a visual arts student might encounter: creating a candle holder with a cylindrical taper well cut into a sculpted base, then using Intersect to produce a decorative accent ring where the two forms overlap.

Sculptural Candle Holder with Combine Operations
1
Step 1 — Create the Base BodySketch a rounded rectangle (100 mm × 80 mm, corner radius 15 mm) on the XZ plane and Extrude it upward 40 mm with a 5° taper angle. In the Extrude dialog, set the Operation to New Body. This becomes Body 1 (Base).
Bodies folder now contains: Base (1 body).
2
Step 2 — Create the Candle Well Tool BodyCreate a new sketch on the top face of the Base. Draw a circle with diameter 22 mm (matching a standard taper candle) centered on the face. Extrude this circle downward −30 mm into the Base, setting the Operation to New Body. This cylinder is Body 2 (Candle Well).
Bodies folder now contains: Base, Candle Well (2 bodies).
3
Step 3 — Cut the Well from the BaseGo to Modify → Combine. Select the Base as the Target Body and the Candle Well as the Tool Body. Set the Operation to Cut. Check Keep Tools if you plan to reuse the cylinder for the next step; otherwise leave it unchecked. Click OK.
Base now has a cylindrical cavity. If Keep Tools was off: 1 body remains. If on: 2 bodies remain.
4
Step 4 — Create the Accent Ring via IntersectFor a decorative accent, create a torus (ring) by sketching a circle on the XZ plane, offsetting a construction circle at 35 mm radius, then using Create → Revolve around the Y-axis. Position it so it partially penetrates the Base at about 20 mm height. Set Operation to New Body to create Body 3 (Ring). Then use Modify → Combine with the Base as Target and the Ring as Tool, selecting Intersect. The result is a solid representing only the volume where the torus and Base overlap — a beautifully contoured accent band.
The accent band body retains only the shared volume — a sculptural ring-like form hugging the Base's surface.
5
Step 5 — Final Join (Optional Assembly)If you want the accent band physically attached to the Base for 3D printing as a single piece, use Modify → Combine one final time with Base as the Target and the accent band as the Tool, selecting Join. The result is one watertight solid body ready for STL export.
Final Bodies folder: 1 body — the complete candle holder with integrated well and accent ring.

Strengths, Limitations & Comparisons

Each Combine mode has distinct strengths and limitations that become apparent as designs grow in complexity. The following table contrasts the three operations across several practical dimensions relevant to visual arts applications such as sculpture, product design, and architectural modeling.

Comparison of Combine modes across practical dimensions
DimensionJoinCutIntersect
Typical UseMerge separate parts into a single printable bodyCarve cavities, slots, or negative space from a formExtract shared geometry for analysis or decoration
Volume ChangeIncreases or maintains total volumeDecreases volume (subtractive)Often drastically reduces volume
Body Count AfterTarget + Tool → 1 bodyTarget survives (modified); Tool consumed unless kept1 body (overlap volume); originals consumed unless kept
Order SensitivityNo — A ∪ B = B ∪ AYes — A \ B ≠ B \ ANo — A ∩ B = B ∩ A
Failure RiskLow; bodies need not overlapModerate; tangent/coplanar faces can cause errorsHigh if no overlap exists (empty result)
Common MistakeJoining bodies that should remain separate for multi-material renderingSelecting the wrong body as Target, removing wanted materialExpecting full bodies to remain; forgetting Intersect discards non-overlap
KEY TAKEAWAY
Think of your Bodies folder like layers in Photoshop. Just as you would not flatten all your Photoshop layers prematurely, you should not Join bodies until you are certain they should share a single topology. Keep bodies separate for as long as possible to preserve design flexibility — you can always Combine later, but undoing a Combine deep in the timeline can ripple unpredictably through downstream features.

Connection to Advanced Modeling Techniques

The Combine command is a gateway to more sophisticated modeling paradigms within Fusion 360. Once you are comfortable with basic Boolean operations, several advanced techniques become accessible. Understanding where Combine sits in this broader ecosystem helps you plan complex projects — whether you are modeling wearable art, kinetic sculptures, or exhibition installations — with a clear hierarchy of tools.

From basic Combine to advanced techniques
Basic Concept (This Lesson)Advanced ExtensionWhen to Explore
Join (merge two bodies)Patch Workspace Stitch + Combine — join surface bodies into closed solids, then Boolean-combineWhen designing organic, freeform surfaces that must become solid geometry
Cut (subtract tool from target)Split Body + Manufacture — divide bodies along planes for CNC toolpath planning or multi-piece mold designWhen preparing models for fabrication or casting
Intersect (extract overlap)Interference Detection — use Intersect to visualize collisions between moving components in assembliesWhen designing kinetic art or mechanical assemblies
New Body (keep separate)Multi-body Part Design + Components — promote bodies to independent components for joint simulation and exploded viewsWhen creating assemblies with moving parts or modular designs

Looking ahead, you will encounter scenarios where a single Combine operation cannot achieve the form you envision. For instance, designing a lampshade with a perforated lattice pattern may require hundreds of iterative Cut operations, a task better handled by the Pattern tools (Rectangular Pattern, Circular Pattern) combined with a single Cut, or even by exploring the Mesh and Sculpt (T-Spline) workspaces. Mastering Combine first gives you the conceptual foundation — the understanding of how volumes relate, overlap, and exclude each other — that makes all of these advanced tools intuitive rather than opaque.

Practice Problems

PROBLEM 1CONCEPTUAL
You have two overlapping solid bodies, A and B, inside the same component. Explain in your own words what happens to the volume, surface topology, and body count when you perform a Join with A as the target and B as the tool (with Keep Tools unchecked). How would the result differ if the two bodies did not overlap at all?
PROBLEM 2BASIC CALCULATION
A cube with side length 50 mm (Body A) overlaps a sphere of radius 30 mm (Body B) whose center is positioned at the corner of the cube. You perform a Cut with the cube as the Target and the sphere as the Tool. Describe the resulting geometry qualitatively, and estimate whether the resulting body's volume is closer to 100,000 mm³ or 125,000 mm³. (Hint: the cube's total volume is 125,000 mm³; one-eighth of the sphere's volume is inside the cube.)
PROBLEM 3INTERMEDIATE
You are designing a pendant and have three bodies: a flat disc (Body A), a star-shaped prism (Body B) that penetrates the disc, and a ring torus (Body C) concentric with the disc. Describe a sequence of Combine operations that would (a) cut the star shape through the disc to create a star-shaped hole, then (b) join the torus to the disc so that the final result is a single body — a ring with a star-shaped perforation. Specify target and tool for each operation.
PROBLEM 4APPLIED
You are preparing a ceramic vase model for slip-casting. The vase has been modeled as a single solid body. You need to create the mold by designing a rectangular block that encloses the vase, then splitting that block into two halves along the vase's symmetry plane. Describe how you would use Combine operations and the Split Body tool to produce two mold halves, each containing the negative impression of half the vase. Be specific about the order of operations and body management.
PROBLEM 5CRITICAL THINKING
A fellow student reports that their Combine → Cut operation in Fusion 360 failed with the error "Bodies do not intersect." They claim the two bodies are clearly overlapping on screen. Propose at least three possible causes for this failure, and for each cause, explain a diagnostic step and a solution. Consider both geometric and organizational factors.

Lesson Summary

The Combine command in Fusion 360 applies three fundamental Boolean set operations to solid bodies: Join (union) merges volumes into one body, Cut (difference) subtracts the tool body's volume from the target, and Intersect retains only the shared overlapping volume. Every operation requires a designated target body and one or more tool bodies, and the Keep Tools checkbox determines whether the tool body survives the operation for reuse.

Effective body management — using the Bodies folder to track, rename, show, and hide bodies — is just as important as the Combine operations themselves. Complementary tools such as Split Body, Move/Copy, and Move to Component complete the body-management toolkit. As a guiding principle, keep bodies separate as long as you anticipate needing design flexibility, and combine them only when your topology is finalized — much like flattening layers in Photoshop only after all edits are complete.

Varsity Tutors • Autodesk Fusion 360 • Combine Operations — Use combine (join/cut/intersect) and understand body tools