AUTODESK FUSION 360 • SKETCHING

Sketch Projection — Use sketch projection and intersection (Project/Include) (intro)

Master the art of referencing existing geometry by projecting edges and intersections directly onto your active sketch plane.

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.

1963
Sketchpad by Ivan Sutherland
The first interactive computer-aided drawing system introduced constraint-based geometry, laying the groundwork for parametric sketching and referencing existing entities on screen.
1988
Pro/ENGINEER Launches
PTC's Pro/ENGINEER popularized feature-based, parametric solid modeling, formalizing the concept of referencing body edges inside a 2D sketch through 'Use Edge' operations.
2003
SolidWorks 'Convert Entities'
SolidWorks refined projection tools under the name 'Convert Entities,' letting designers project silhouette edges and face boundaries onto any active sketch plane with a single click.
2013
Fusion 360 Public Release
Autodesk Fusion 360 introduced a cloud-native parametric modeler with a streamlined Project/Include toolset, unifying projection and intersection into one accessible panel for visual artists, industrial designers, and engineers alike.

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.

1

Sketch Plane

The active 2D working surface onto which all projections are mapped. It can be an origin plane (XY, XZ, YZ), a user-defined construction plane, or a planar face on a solid or surface body.
2

Project (P shortcut)

The primary command that takes selected 3D edges, vertices, work points, or body silhouettes and creates their normal-projection onto the sketch plane as driven (reference) sketch curves.
3

Include (Intersect)

A complementary command that computes the intersection curve between a body (or surface) and the sketch plane, producing geometry only where the 3D shape physically crosses the plane.
4

Driven vs. Driving Geometry

Projected curves are 'driven'—locked to the parent geometry. They cannot be dragged but update automatically. 'Driving' geometry is what you draw yourself and can edit freely.
5

Associativity

All projected references maintain a live, parametric link to their source. If the source edge moves or changes shape, the projected sketch curve follows suit, preserving design intent.
KEY TAKEAWAY
Think of sketch projection like placing a piece of tracing paper against a window on a sunny day: you trace the outlines you need, but those outlines are always faithful to the real object behind the glass. If someone reshapes the object, your tracing instantly reshapes too. In Fusion 360, Project captures edges as seen from directly in front of the sketch plane, while Include (Intersect) captures only where the object physically slices through the paper.

Visual Explanation — Project vs. Intersect

Left: The Project command casts the cylinder's outline perpendicularly onto the sketch plane, producing a driven ellipse. Right: The Include (Intersect) command computes only the cross-section where the 3D box physically slices the sketch plane, yielding a single straight line.

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.

NORMAL PROJECTION OF A POINT
P′ = P − [(P − O) · n̂] × n̂
Where P is the original 3D point, O is any point on the sketch plane, is the unit normal of the plane, and P′ is the resulting projected point. The dot product (P − O) · n̂ computes the signed perpendicular distance from P to the plane.
PLANE–SURFACE INTERSECTION
C(t) = S(u, v) subject to n̂ · [S(u, v) − O] = 0
The intersection curve C(t) is the set of all surface points S(u, v) that satisfy the plane equation. Fusion 360's B-Rep kernel solves this implicitly, returning a trimmed NURBS curve on the sketch plane.

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.

Tip: Project vs. Intersect Shortcuts
In Fusion 360, press 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.

Summary of Fusion 360 Project/Include Sub-Commands
CommandValid SelectionsOutput on Sketch PlaneTypical Design Use
ProjectEdges, vertices, work points, origin planes, sketch geometry from other sketchesDriven curves/points that mirror the selected entity's silhouette on the sketch planeAligning a new sketch profile to an existing fillet or parting line
IntersectSolid bodies, surface bodies, construction planesIntersection curve(s) where the body physically crosses the sketch planeCreating a cross-section profile of a sculpted form for dimensioning or 2D detailing
Include 3D Geometry3D sketch curves, 3D construction geometryProjected representation of 3D splines and lines onto the 2D sketchReferencing a swept path or pipe centerline in a subsequent cut sketch
Project to SurfaceSketch curves + a target body or face3D curve lying on the surface that corresponds to the sketch shape projected onto itEngraving text or logos onto a curved product shell
Decision flowchart showing how to choose between Project and Intersect within an active Fusion 360 sketch. Both paths produce driven, associative reference geometry.

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.

Creating a Decorative Groove Aligned to a Fillet
1
Step 1 — Create a New Sketch on the Top FaceIn the Browser panel, expand the body and right-click the top planar face. Select Create Sketch. Fusion 360 enters sketch mode with the camera looking directly down at the top face. The sketch grid aligns to this face's UV directions.
2
Step 2 — Activate the Project CommandPress P on the keyboard, or navigate to Sketch → Project/Include → Project. The command dialog opens, prompting you to select geometry to project.
3
Step 3 — Select the Fillet EdgeHover your cursor over the 3D fillet edge along the top of the enclosure. The edge highlights in blue. Click to select it. You may select multiple edges if needed—Fusion 360 allows chained selection. Click OK to confirm.
A driven curve appears on the sketch plane, tracing the exact silhouette of the fillet edge as viewed from the plane's normal direction.
4
Step 4 — Offset the Projected CurvePress 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.
Offset distance = 2 mm inward; new driving curve is parametrically linked to the projected fillet.
5
Step 5 — Use the Profile for a FeatureFinish the sketch. Select the closed region between the projected fillet curve and the offset curve. Use Create → Extrude with a negative distance (e.g., −0.5 mm) and set Operation to Cut. The result is a shallow groove that precisely follows the fillet contour. If the fillet radius is later changed from 8 mm to 10 mm, the groove updates automatically because the projected curve is associative.
Final groove: 2 mm wide × 0.5 mm deep, fully associative to the parent fillet edge.

Strengths, Limitations & Practical Tips

Strengths and Limitations of Sketch Projection in Fusion 360
StrengthsLimitationsBest Practice / Workaround
Maintains associative link—projected geometry updates when the source changesToo many projections can slow rebuild times in complex modelsProject only the edges you truly need; avoid projecting entire bodies when a single edge suffices
Projected curves are fully constrained, reducing under-defined sketch warningsProjected curves cannot be edited directly—they are driven, not drivingIf 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 designsCross-component projections can create circular references or unintentional dependenciesPlan 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 bodiesIntersection curves from organic shapes may have many control points, making them hard to constrain furtherUse Fit Point Spline to approximate the intersection if you need a simpler, editable version
KEY TAKEAWAY
Sketch projection is the parametric equivalent of cross-referencing in academic writing: it lets one part of your design cite another. Just as a well-placed citation keeps scholarship internally consistent, a well-placed projection keeps your Fusion 360 model geometrically coherent. Over-citing—projecting everything in sight—clutters both a paper and a CAD model, so be deliberate about what you project.

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 vs. Advanced Projection Techniques
Introductory TechniqueAdvanced ExtensionWhen to Explore It
Project (edge to 2D sketch)Project to Surface — wraps a 2D sketch onto a 3D curved faceWhen you need to engrave, emboss, or split on curved product surfaces
Intersect (body with sketch plane)Section Analysis — live cross-section viewer with measurement overlaysDuring design reviews when you need to verify wall thickness or internal clearances
Manual edge selection for projectionDerive — imports an entire component's geometry into a new design as referenceWhen designing mating parts in separate files that must stay aligned
Offset of projected curvesOffset on Surface — offsets curves while staying on a non-planar faceFor 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

PROBLEM 1CONCEPTUAL
Explain in your own words the difference between using Project and Intersect in Fusion 360. If you have a sphere sitting half above and half below your sketch plane, what would each command produce?
PROBLEM 2BASIC CALCULATION
A cylinder of radius 15 mm has its axis aligned with the Z-axis. You create a sketch on the XY plane. You project the top circular edge (located at Z = 40 mm) onto this sketch plane. What shape and dimensions does the projected curve have?
PROBLEM 3INTERMEDIATE
You have a box body (100 × 60 × 30 mm) with 5 mm fillets on all vertical edges. You need to create a sketch on the XY plane (at the base) that captures the exact filleted profile of the box's bottom face boundary. Should you use Project, Intersect, or a combination? Describe your selection strategy, including which edges or body you would select.
PROBLEM 4APPLIED
You are designing a ceramic mug in Fusion 360. The handle is a swept solid created from a circular profile along a 3D spline path. You want to add a finger grip texture to the inside of the handle by extruding a pattern from a sketch. The sketch must sit on a construction plane that cuts through the widest part of the handle. Describe the full workflow: how you would create the construction plane, what projection/intersection command you would use, and how you would proceed to the texture pattern.
PROBLEM 5CRITICAL THINKING
A classmate claims that sketch projection is unnecessary because you can always just draw new geometry and add dimensions to match existing features. Write a critical evaluation of this claim, discussing at least three specific design scenarios where projection is clearly superior and one scenario where manually re-drawing might actually be preferable.

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.

Varsity Tutors • Autodesk Fusion 360 • Sketch Projection — Use sketch projection and intersection (Project/Include) (intro)