AUTODESK FUSION 360 • SKETCHING

Editing Sketch Entities — Edit sketch entities (trim, extend, offset, mirror, pattern)

Master the five essential sketch-editing tools that transform rough geometry into precise, production-ready 2D profiles.

Historical Context & Motivation

Before parametric CAD software existed, industrial designers and visual artists refined their 2D drawings with drafting tools like ruling pens, French curves, and T-squares. Every correction—shortening a line, reflecting a motif, or copying a repeated element—was performed by hand with painstaking precision. The emergence of computer-aided design (CAD) in the 1960s promised to automate these repetitive geometric operations, and over the decades, sketch-editing commands evolved from simple line-clipping algorithms into the intelligent, constraint-aware tools we use today in Fusion 360. Understanding the lineage of these tools illuminates why they behave the way they do—and why they remain indispensable for artists working in product, furniture, and jewelry design.

1963
Sketchpad — Ivan Sutherland
Sutherland's Sketchpad thesis at MIT introduced the concept of interactive computer graphics with constraint-based geometry—the intellectual ancestor of every modern sketch-editing tool.
1982
AutoCAD 1.0 Ships
Autodesk released the first commercially viable 2D CAD package for personal computers, introducing Trim and Extend commands that let designers clean up intersecting lines without redrawing.
1995
Parametric Sketching Matures
SolidWorks and Pro/ENGINEER popularized constraint-driven sketches where offset, mirror, and pattern operations maintained associative links to parent geometry.
2013
Fusion 360 Launches
Autodesk released Fusion 360 as a cloud-native parametric modeler, integrating trim, extend, offset, mirror, and pattern into a unified sketch-editing workflow accessible to artists and engineers alike.

The central challenge these tools address is simple but profound: how do you move from a rough collection of overlapping, incomplete, or asymmetric sketch entities to a clean, closed profile suitable for extrusion, revolution, or laser cutting? Fusion 360's five core sketch-editing operations—Trim, Extend, Offset, Mirror, and Pattern—answer that question, and mastering them will dramatically accelerate your ability to create precise, elegant 2D artwork in a parametric environment.

Core Principles & Definitions

Each of Fusion 360's sketch-editing tools operates on existing geometry within an active sketch. Unlike the creation tools (Line, Circle, Rectangle), editing tools do not introduce entirely new entities from scratch; rather, they modify, duplicate, or remove portions of geometry that is already present on the canvas. Before diving into each tool individually, it is essential to internalize five foundational principles that govern how all sketch-editing commands behave.

1

Trim — Subtract Unwanted Segments

Trim removes the portion of a sketch entity that falls between its nearest intersections or endpoints. Click the unwanted segment, and Fusion 360 deletes it while preserving the rest of the entity. This is the primary tool for cleaning up overlapping construction geometry.
2

Extend — Lengthen to a Boundary

Extend grows a line or arc until it meets the nearest intersecting entity. It is the logical complement of Trim: where Trim removes excess geometry, Extend fills in missing geometry.
3

Offset — Equidistant Duplication

Offset creates a new entity (or chain of entities) at a uniform distance from the original. It is invaluable for wall thicknesses, seam allowances, and concentric decorative borders.
4

Mirror — Reflective Symmetry

Mirror duplicates selected entities as a reflection across a specified axis line. The mirrored copies remain parametrically linked so that edits to the source automatically update the reflection.
5

Pattern — Repeating Arrays

Pattern (Rectangular or Circular) duplicates selected entities along a straight path or around a center point at regular intervals. It is essential for designing grilles, perforations, decorative friezes, and radial motifs.
KEY TAKEAWAY
Think of a raw sketch as a sculptor's rough clay block. Trim and Extend are the carving and filling tools that refine the silhouette, Offset is a mold duplicator that keeps uniform wall thickness, Mirror is a looking-glass that ensures perfect bilateral symmetry, and Pattern is a stamp press that repeats a motif with machine precision.

Visual Explanation — Trim, Extend & Offset

The top-left panel shows two intersecting lines with a diagonal segment marked for trimming; the top-center panel shows the result after the trim removes that segment. The top-right panel illustrates Extend, where a horizontal line grows until it meets a vertical boundary. The bottom panels demonstrate Offset on a freeform curve and on a rectangle, with distance d indicated in amber.

In the diagram above, notice how Trim identifies intersection points automatically and removes only the clicked segment between them—leaving the rest of both parent lines intact. Extend works in the opposite direction: it projects the line along its existing trajectory until it meets the nearest intersecting entity. Offset is especially powerful for visual artists because it can operate on connected chains of lines, arcs, and splines simultaneously, producing a uniformly spaced duplicate that preserves the overall contour. This is indispensable when you need to add wall thickness to a product enclosure or create a decorative border around an organic shape.

How Each Tool Works Under the Hood

While visual artists rarely need to compute these operations manually, understanding the underlying geometric logic makes you faster and more confident when troubleshooting unexpected results. Fusion 360's solver handles the math in real time, but each tool follows well-defined geometric principles.

Trim & Extend Logic

Trim computes all intersection points of the clicked entity with surrounding geometry, then deletes the sub-segment between the two nearest intersections bracketing the click location. Extend projects a line or arc along its parametric direction and solves for the first intersection with any nearby entity. Both operations rely on parametric intersection detection—the solver finds the parameter values t₁ and t₂ at which two curves share the same (x, y) coordinate.

LINE–LINE INTERSECTION
P = P₁ + t(P₂ − P₁), where t ∈ [0, 1] for a bounded segment
Extend modifies the constraint to allow t > 1, projecting the line beyond its current endpoint until the intersection condition is satisfied.

Offset Geometry

For lines, the offset is straightforward: the new line is parallel to the original, displaced perpendicularly by the offset distance d. For circles and arcs, the offset produces a concentric arc with radius r ± d. For splines, the solver computes a new spline whose control points are displaced along the local normal at each evaluation point, which is why complex spline offsets occasionally require manual cleanup.

OFFSET OF A CIRCLE
r_offset = r_original ± d
Choose + for outward offset and − for inward offset. If d ≥ r for an inward offset, the result collapses to a point and is invalid.

Mirror & Pattern Transformations

MIRROR REFLECTION MATRIX
P' = 2(P · n̂)n̂ − P (reflection about a line through the origin with unit normal n̂)
In Fusion 360 you simply select the mirror axis line; the solver applies this reflection to every selected vertex, control point, and center.
CIRCULAR PATTERN ROTATION
θᵢ = θ_start + i × (θ_total / (n − 1)), i = 0, 1, …, n−1
Where n is the total instance count, θ_total is the angular sweep (often 360° for a full pattern), and each copy is rotated about the specified center point.

Detailed Breakdown — Mirror & Pattern Operations

The upper-left section shows a polygon mirrored across a vertical axis (amber dashed line), producing a parametrically linked pink duplicate. The upper-right section demonstrates a Rectangular Pattern with 3 columns and 2 rows, spaced by dx and dy. The bottom section illustrates a Circular Pattern of 8 instances distributed evenly around a center point at 45° increments.

The Mirror tool requires two inputs: the entities to mirror and a single line that serves as the axis of reflection. In Fusion 360, this line can be a construction line, a sketch line, or even an edge projected from the model. The mirrored copies are parametrically constrained; if you later drag the original polygon's vertex, the corresponding mirrored vertex updates automatically. This associativity is a major advantage over manual copy-and-flip workflows in raster-based design applications.

The Rectangular Pattern asks for a direction (usually an axis or a sketch line), a count, and a spacing distance for each of two orthogonal directions. You can specify the total extent or the spacing between instances. The Circular Pattern requires a center point, a count, and a total angular sweep. Setting the sweep to 360° distributes instances uniformly around the full circle, which is the most common configuration for decorative radial designs such as clock faces, mandalas, and turbine-blade layouts.

💡 Pro Tip — Suppressing Instances
In Fusion 360's sketch pattern dialog you can suppress individual instances by clicking on them after the pattern preview appears. This is useful when your decorative design requires a mostly regular array but with strategic omissions—for example, leaving a blank space for a logo in a perforated panel.

Worked Example — Designing a Symmetric Decorative Panel

Imagine you are designing a laser-cut decorative panel that is 200 mm wide × 120 mm tall. The panel features a central ogee motif flanked by a symmetric border and a row of eight evenly spaced circular perforations. The following step-by-step walkthrough demonstrates how Trim, Offset, Mirror, and Circular Pattern combine to produce the final sketch efficiently.

Decorative Panel — Complete Sketch-Editing Workflow
1
Step 1 — Draw the Right Half of the Ogee MotifCreate a new sketch on the XY plane. Draw a vertical construction line on the Y-axis to serve as the mirror axis. Using the Spline tool, draw the right half of the ogee curve from a point on the top edge down to the bottom edge, staying to the right of the axis. Add a horizontal line from the spline's end back to the axis.
Result: An open half-profile consisting of one spline and one horizontal line, anchored to the vertical construction axis.
2
Step 2 — Mirror the Half-ProfileSelect the spline and the horizontal line. Invoke Sketch → Mirror and choose the vertical construction line as the mirror axis. Fusion 360 generates a parametrically linked left half.
Result: A complete, symmetric ogee motif. Any adjustment to the right-side spline automatically updates the left.
3
Step 3 — Offset the BorderDraw a 200 × 120 mm center rectangle. Select the rectangle and invoke Sketch → Offset. Set the offset distance to 5 mm inward to create a decorative inner frame.
Result: Two concentric rectangles—outer at 200 × 120 mm, inner at 190 × 110 mm—forming a 5 mm border.
4
Step 4 — Trim IntersectionsThe ogee spline now overlaps the inner rectangle's edges. Activate Sketch → Trim (keyboard shortcut T). Click each segment of the inner rectangle that falls inside the ogee region and each segment of the ogee that extends beyond the inner rectangle. The result is a single closed profile where the ogee merges cleanly with the inner border.
Result: A clean, closed profile with no overlapping segments—ready for extrusion or laser export.
5
Step 5 — Add a Circular Perforation PatternDraw a single 4 mm diameter circle at the center of the panel. Invoke Sketch → Circular Pattern. Set the center point to the panel's origin, the total count to 8, and the angular sweep to 360°. All eight circles appear uniformly spaced at 45° increments.
Final result: A fully symmetric decorative panel sketch composed of two concentric rectangles, an ogee motif, and eight evenly spaced perforation circles—created using Mirror, Offset, Trim, and Circular Pattern.

Strengths, Limitations & Common Pitfalls

Comparison of sketch-editing tools with their advantages and common pitfalls.
ToolKey StrengthsCommon Pitfalls / Limitations
TrimExtremely fast cleanup; supports drag-to-trim across multiple segments in one stroke.If entities do not actually intersect, Trim has nothing to cut. Ensure lines cross before attempting to trim.
ExtendAutomatic detection of the nearest boundary; respects constraints.Only extends to the first intersection found; if the target entity is behind another, you may need to extend twice.
OffsetWorks on entire contour chains; parametrically linked so distance updates propagate.Complex spline offsets can produce self-intersecting curves; very small offset distances on tight radii may generate artifacts.
MirrorEnforces perfect symmetry; copies remain linked to original.Requires a single axis line—you cannot mirror about a point or a curved path.
PatternHandles both rectangular and circular arrays; individual instances can be suppressed.Large instance counts (100+) may slow down the sketch solver; patterning unconstrained geometry can produce unexpected drift.
KEY TAKEAWAY
A well-constrained sketch is the secret to hassle-free editing. Think of constraints as the scaffolding on a building: the more rigidly the scaffold is anchored, the more confidently you can make changes to the structure inside. Before running any of these tools, ensure your sketch is fully constrained (black lines, not blue) so that edits propagate predictably rather than causing geometry to wander.

Connection to 3D Modeling & Advanced Workflows

The five sketch-editing operations you have learned do not exist in isolation; they form the bridge between conceptual 2D ideation and fully realized 3D models. Every Extrude, Revolve, Sweep, and Loft feature in Fusion 360 begins with a closed sketch profile. If that profile contains stray segments, gaps, or overlapping lines, the 3D feature will either fail outright or produce unintended geometry. Trim and Extend ensure a clean, closed contour; Offset creates the secondary profiles needed for shell-like extrusions; Mirror and Pattern build the repetitive geometry that would be tedious to model one element at a time in 3D.

Sketch-level vs. 3D-level equivalents of editing operations.
Sketch-Level OperationCorresponding 3D-Level OperationKey Difference
Trim / Extend (Sketch)Split Body / Combine (Model)Sketch trim works on 2D entities; Split Body divides solid volumes using planes or faces.
Offset (Sketch)Shell (Model)Sketch offset duplicates a 2D contour; Shell hollows a solid body with uniform wall thickness.
Mirror (Sketch)Mirror (Model)Sketch mirror reflects 2D curves; Model mirror reflects 3D features or entire bodies across a plane.
Pattern (Sketch)Pattern (Model)Sketch pattern duplicates 2D entities; Model pattern replicates 3D features including extrusions, holes, and fillets.

As you advance, you will discover that working symmetry and patterns at the sketch level—before you create 3D features—often produces a lighter, more flexible design history than patterning at the model level. Sketch-level patterns keep your timeline short and make it easier to revisit fundamental proportions. However, for very large arrays of complex features (hundreds of bolt holes, for instance), model-level patterns are more efficient because they pattern the computed 3D result rather than re-solving the sketch for each instance.

🔮 Looking Ahead
Once you are comfortable with these five tools, explore Fusion 360's Sketch Dimension and Constraint systems in depth. Parametric constraints (coincident, tangent, equal, concentric) combine with editing tools to create sketches that adapt intelligently when you change a single driving dimension—a hallmark of professional parametric design.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the Trim tool requires at least two overlapping or intersecting entities to function. What happens if you attempt to trim a line that has no intersections with other sketch geometry?
PROBLEM 2BASIC CALCULATION
You have a circle with a radius of 25 mm. You apply an inward Offset of 8 mm and then an outward Offset of 12 mm from the original circle. What are the radii of the two new circles? Could you apply an inward offset of 30 mm? Why or why not?
PROBLEM 3INTERMEDIATE
You need to create a circular pattern of 12 teardrop-shaped cutouts around a central point, spanning only 270° (three-quarters of a full circle) rather than 360°. What angular spacing will Fusion 360 use between adjacent instances? How many instances would be visible if you suppressed the 4th and 9th instances?
PROBLEM 4APPLIED
You are designing a symmetric pendant for jewelry production. The pendant is 40 mm wide and features an intricate filigree pattern on the right half. Describe the complete workflow—using Mirror, Offset, and Trim—to produce a final closed profile with a 1.2 mm uniform border and a symmetric filigree interior ready for laser cutting.
PROBLEM 5CRITICAL THINKING
A colleague argues that it is always more efficient to use sketch-level Mirror and Pattern than to model the full geometry and apply 3D Mirror and Pattern later. Evaluate this claim. Under what circumstances might sketch-level operations be disadvantageous, and how would you decide which approach to use for a product with both a symmetric overall form and hundreds of small repeated perforations?

Lesson Summary

Fusion 360's five core sketch-editing tools transform rough, overlapping geometry into precise, production-ready profiles. Trim removes unwanted segments between intersections, while Extend grows lines and arcs to meet the nearest boundary—together they ensure every profile is cleanly closed. Offset creates equidistant duplicates of contour chains, essential for wall thicknesses, seam allowances, and decorative borders. Mirror enforces perfect bilateral symmetry by reflecting selected entities across an axis line with a parametric link. Rectangular and Circular Patterns replicate geometry in grids or radial arrays at precise intervals, enabling complex decorative and functional layouts with a single command.

Mastering these tools at the sketch level provides a strong foundation for 3D modeling, where analogous operations—Split Body, Shell, 3D Mirror, and 3D Pattern—extend the same logic into three dimensions. Remember that a fully constrained sketch is the key to predictable parametric editing: lock down your dimensions and geometric relationships before running these tools, and your design will adapt gracefully to any future changes.

Varsity Tutors • Autodesk Fusion 360 • Editing Sketch Entities — Edit sketch entities (trim, extend, offset, mirror, pattern)