Historical Context & Motivation
Before parametric CAD software became the industry standard, designers and engineers translated three-dimensional ideas into two-dimensional drawings by hand, carefully projecting edges of one view onto another using drafting instruments, T-squares, and parallel rules. This manual process of orthographic projection required the drafter to identify which existing edges, vertices, or silhouette curves from one drawing plane were relevant to the next and then reconstruct them with mechanical precision. The fundamental challenge has never changed: new geometry almost always depends on geometry that already exists, and the designer needs a reliable way to reference it without laboriously re-measuring or re-drawing.
The fundamental question these tools address is deceptively simple: How do you build new sketch geometry that is associatively linked to the 3D model you already have? In Fusion 360, the answer lives in the Project/Include commands, which allow you to cast existing edges, vertices, construction planes, and even the intersection curves between bodies onto your active sketch plane, producing fully constrained reference geometry that updates automatically when the parent feature changes.
Core Principles & Definitions
Understanding sketch projection in Fusion 360 rests on a handful of interconnected ideas. When you activate a sketch, you are defining a flat, infinite 2D canvas that exists somewhere in 3D space—either on a default origin plane, a construction plane, or a planar face of an existing body. Any 3D entity that does not already live on that canvas must be projected to become a usable 2D reference. Projection, in this context, means casting a shadow of the 3D element perpendicular to the sketch plane, much like sunlight at high noon casting the silhouette of a sculpture onto a floor tile. The following foundational concepts define how and why this process works.
Sketch Plane
Project (P shortcut)
Include (Intersect)
Driven vs. Driving Geometry
Associativity
Visual Explanation — Project vs. Intersect
The diagram above illustrates the core conceptual distinction between the two operations. On the left, a cylinder sits below the sketch plane; the Project tool casts every visible edge downward (or upward) in the plane's normal direction and stamps an outline—here, an ellipse—on the sketch. This is analogous to viewing the object from directly above. On the right, a box passes through the plane; the Include (Intersect) tool detects only the curve where solid material crosses the plane, generating a simple horizontal line. Visual artists and industrial designers use projection most often when building features that must align with existing silhouettes—for example, projecting the edge of a product housing so that a decorative groove follows the same contour precisely.
How Projection Works Under the Hood
Although Fusion 360 handles the mathematics internally, understanding the geometric logic strengthens your intuition about what the tools will produce. Projection in CAD is fundamentally a normal (orthogonal) projection: every point on the selected 3D entity is moved along a vector perpendicular to the sketch plane until it lands on that plane. The collection of those landing points forms the projected curve.
For visual artists, the practical takeaway is that projection flattens depth information, while intersection preserves only what actually touches the plane. Projecting a fillet edge, for instance, yields a smooth arc on your sketch; intersecting the same fillet with a plane might yield only a point or a short curve segment, depending on where the plane cuts. Understanding this geometric relationship helps you predict which tool to reach for, reducing trial-and-error clicks and keeping your feature tree clean.
P while in a sketch to activate Project. For Intersect (Include), navigate to Sketch → Project/Include → Intersect or add a custom keyboard shortcut through Preferences → Shortcuts. Building muscle memory for these commands will dramatically accelerate your workflow.Detailed Breakdown of the Project/Include Panel
Fusion 360 groups its projection-related commands under the Sketch → Project/Include dropdown menu. While you are inside an active sketch, this panel exposes several sub-commands, each tailored to a specific kind of reference geometry. The table below maps each command to its selection input, output geometry, and a practical use case from product or visual design.
| Command | Valid Selections | Output on Sketch Plane | Typical Design Use |
|---|---|---|---|
| Project | Edges, vertices, work points, origin planes, sketch geometry from other sketches | Driven curves/points that mirror the selected entity's silhouette on the sketch plane | Aligning a new sketch profile to an existing fillet or parting line |
| Intersect | Solid bodies, surface bodies, construction planes | Intersection curve(s) where the body physically crosses the sketch plane | Creating a cross-section profile of a sculpted form for dimensioning or 2D detailing |
| Include 3D Geometry | 3D sketch curves, 3D construction geometry | Projected representation of 3D splines and lines onto the 2D sketch | Referencing a swept path or pipe centerline in a subsequent cut sketch |
| Project to Surface | Sketch curves + a target body or face | 3D curve lying on the surface that corresponds to the sketch shape projected onto it | Engraving text or logos onto a curved product shell |
Notice that every projected or intersected curve you create is displayed in a distinct color—typically purple or dark blue in the default Fusion 360 theme—to distinguish it from your driving (editable) sketch geometry. These driven curves are fully constrained by definition, which means they do not add to the sketch's degrees of freedom and do not need additional dimensions or constraints. This characteristic makes them ideal anchor points for further sketch geometry—constrain your new lines and arcs to the projected curves, and your design intent propagates automatically through the model's parametric timeline.
Worked Example — Projecting a Fillet Edge for a Surface Detail
Imagine you are designing a handheld consumer electronics enclosure in Fusion 360. The main body has a large 8 mm fillet running along its top edge. You need to add a shallow decorative groove that follows this fillet precisely, offset inward by 2 mm. The following step-by-step procedure demonstrates how to use sketch projection to capture the fillet edge and then offset it.
P on the keyboard, or navigate to Sketch → Project/Include → Project. The command dialog opens, prompting you to select geometry to project.O to activate the Offset command. Click the projected fillet curve, then drag inward and type 2 mm in the dimension input. Press Enter. A new sketch curve—2 mm inside the fillet profile—is created and constrained to the projected reference.Strengths, Limitations & Practical Tips
| Strengths | Limitations | Best Practice / Workaround |
|---|---|---|
| Maintains associative link—projected geometry updates when the source changes | Too many projections can slow rebuild times in complex models | Project only the edges you truly need; avoid projecting entire bodies when a single edge suffices |
| Projected curves are fully constrained, reducing under-defined sketch warnings | Projected curves cannot be edited directly—they are driven, not driving | If you need a mutable copy, use Offset with 0 mm distance or redraw the geometry manually and constrain to key points |
| Works seamlessly across bodies, components, and even referenced designs | Cross-component projections can create circular references or unintentional dependencies | Plan your component hierarchy before projecting; use joint origins or shared sketch planes when crossing component boundaries |
| Intersect can extract complex cross-sections from sculpted T-spline bodies | Intersection curves from organic shapes may have many control points, making them hard to constrain further | Use Fit Point Spline to approximate the intersection if you need a simpler, editable version |
Connection to Advanced Techniques
Once you are comfortable with the basic Project and Intersect tools, Fusion 360 opens up several advanced workflows that build directly on these foundations. The table below contrasts the introductory techniques covered in this lesson with their more sophisticated relatives, giving you a roadmap for continued learning.
| Introductory Technique | Advanced Extension | When to Explore It |
|---|---|---|
| Project (edge to 2D sketch) | Project to Surface — wraps a 2D sketch onto a 3D curved face | When you need to engrave, emboss, or split on curved product surfaces |
| Intersect (body with sketch plane) | Section Analysis — live cross-section viewer with measurement overlays | During design reviews when you need to verify wall thickness or internal clearances |
| Manual edge selection for projection | Derive — imports an entire component's geometry into a new design as reference | When designing mating parts in separate files that must stay aligned |
| Offset of projected curves | Offset on Surface — offsets curves while staying on a non-planar face | For adding trim lines, parting lines, or shutoff surfaces on injection-molded parts |
Each of these advanced techniques assumes you can confidently project edges and compute intersections in a basic 2D sketch context. As a visual arts student, you will find Project to Surface particularly valuable when adding decals, logos, or sculpted detailing to organic forms—operations that are central to product visualization, prop design, and digital fabrication workflows.
Practice Problems
Lesson Summary
Fusion 360's Project command creates a normal (perpendicular) projection of selected 3D edges, vertices, or work points onto the active sketch plane, producing driven reference curves that are fully constrained and associatively linked to their source geometry. The complementary Intersect (Include) command computes only the curve where a solid or surface body physically crosses the sketch plane—ideal for extracting cross-sectional profiles from sculpted or organic forms.
Together, these tools form the connective tissue of parametric modeling: they let new features reference existing ones without manual measurement, ensuring that design changes propagate automatically. Key best practices include projecting only the geometry you need (to keep rebuild times fast), understanding the distinction between driven vs. driving geometry, and planning your component hierarchy to avoid circular dependencies. As you advance, these fundamentals extend naturally into Project to Surface, Section Analysis, and derived component workflows—powerful capabilities for any visual artist working in digital fabrication, product design, or 3D visualization.