AUTODESK FUSION 360 • SKETCHING

Sketch Dimensions — Apply dimensions (driven vs driving) and fully constrain a sketch

Master the difference between driving and driven dimensions to create robust, fully constrained parametric sketches in Fusion 360.

Historical Context & Motivation

For centuries, technical drawing was a manual craft governed by physical tools — T-squares, compasses, and French curves — where every measurement was inscribed by hand and verified with calipers. The advent of Computer-Aided Design (CAD) in the 1960s transformed this discipline by allowing designers to encode geometric intent digitally, but early systems merely replicated the drafting table on screen. The concept of parametric modeling — where dimensions and constraints define geometry algebraically rather than graphically — emerged as the critical innovation that separated modern CAD from its ancestors. Understanding how dimensions function as design parameters, rather than mere annotations, is the foundation of every effective sketch in Autodesk Fusion 360.

1963
Sketchpad by Ivan Sutherland
Ivan Sutherland's Sketchpad at MIT introduced the idea of geometric constraints — lines could be forced to remain perpendicular or tangent — laying the intellectual groundwork for parametric sketching.
1988
Pro/ENGINEER Launches
PTC released Pro/ENGINEER, the first commercially successful parametric modeler. It introduced the concept of feature-based, dimension-driven solid modeling that all modern CAD tools — including Fusion 360 — descend from.
1995
SolidWorks Democratizes Parametric CAD
SolidWorks made parametric modeling accessible on Windows PCs, popularizing the workflow of sketch → constrain → extrude that Visual Arts and industrial design students use daily.
2013
Autodesk Fusion 360 Released
Fusion 360 brought cloud-based parametric modeling to a broad audience. Its sketching environment distinguishes between driving dimensions (which control geometry) and driven dimensions (which merely report values), a distinction critical for robust design intent.

The central question this lesson addresses is deceptively simple: how do you tell Fusion 360 exactly what you mean by a shape, so that the software preserves your design intent even when parameters change? The answer lies in mastering the interplay between driving dimensions, driven dimensions, and geometric constraints — the triad that produces a fully constrained sketch.

Core Principles & Definitions

In Fusion 360's sketch environment, every piece of geometry — a line, arc, circle, or spline — possesses a finite number of degrees of freedom (DOF) that describe how it can move or resize. A point on a 2D plane has two DOF (it can slide in X and Y). A line segment has five DOF (two for each endpoint plus its length, though endpoints share the plane). The act of dimensioning and constraining progressively removes these freedoms until the sketch reaches zero remaining DOF — the state Fusion 360 calls fully constrained. Understanding the distinction between the two types of dimensions is essential to reaching this state efficiently.

1

Driving Dimension

A dimension that actively controls geometry. When you change its value, the sketch geometry updates accordingly. Displayed in black (light mode) or white (dark mode) text. It removes degrees of freedom from the sketch.
2

Driven (Reference) Dimension

A dimension that only reports a measurement — it does not control geometry. Displayed in parentheses and cannot be edited to change shape. Adding a driven dimension does NOT reduce DOF. Fusion 360 automatically converts a dimension to driven if it would over-constrain the sketch.
3

Geometric Constraints

Non-numerical rules such as Coincident, Perpendicular, Tangent, Equal, Horizontal, and Vertical. These remove DOF without assigning a specific numeric value, complementing dimensions to achieve full constraint.
4

Fully Constrained Sketch

A sketch with zero remaining DOF — every entity is locked in position, orientation, and size. All sketch lines turn from blue (under-constrained) to black/dark in the canvas, and the sketch palette shows '0 DOF remaining.'
5

Over-Constrained Sketch

A sketch where conflicting dimensions or constraints create a contradiction. Fusion 360 flags this by turning the conflicting dimension into a driven (reference) dimension or highlighting geometry in red. Resolving over-constraint is essential for a stable model.
KEY TAKEAWAY
Think of a driving dimension like a set screw on a stage-lighting rig — it locks the fixture in place and you can loosen it to adjust the angle. A driven dimension is like the tape measure you hold up to verify the angle afterward — it tells you what is there but cannot change it. A fully constrained sketch is a rig where every joint is locked: the entire assembly is fixed in space and no part can drift during the show.

Visual Explanation — Driving vs Driven Dimensions

The following diagram illustrates a simple rectangular sketch profile at three stages of constraint. On the left, the sketch is under-constrained: geometry appears in blue and can be dragged freely. In the center, driving dimensions have been applied to width and height, and the rectangle's lower-left corner has been fixed to the origin — the sketch is fully constrained and all lines appear dark. On the right, an additional diagonal dimension has been applied; because the rectangle's shape is already fully determined, Fusion 360 automatically converts this dimension to a driven (reference) dimension, displayed in parentheses.

Three stages of sketch constraint. Left: under-constrained geometry (blue, dashed) with unknown dimensions. Center: a fully constrained rectangle pinned to the origin with two driving dimensions. Right: a redundant diagonal dimension automatically converted to a driven (reference) dimension shown in parentheses.

Notice how the center rectangle's lines have shifted from blue to dark, signaling that every point is locked. The green dot at the lower-left corner represents a Fix constraint applied to the sketch origin, which removes the rectangle's two translational DOF. Combined with the width and height driving dimensions, the rectangle has zero remaining freedom. If you were to drag any corner, it would resist — the design intent is fully captured.

How Constraint Solving Works

Behind the scenes, Fusion 360's geometric constraint solver translates your sketch into a system of equations. Each driving dimension and each geometric constraint contributes one or more equations, and each free parameter of your geometry (point coordinates, radii, angles) contributes unknowns. The solver finds values for all unknowns that simultaneously satisfy every equation. When the number of independent equations equals the number of unknowns, the sketch is fully constrained. When there are fewer equations than unknowns, the remaining DOF allow geometry to drift. When a new dimension would produce more independent equations than unknowns, the solver flags it as redundant and offers to convert it to a driven dimension.

Degrees of Freedom by Entity

Understanding DOF counts helps you predict how many dimensions and constraints you need. Each sketch entity contributes a predictable number of unknowns to the system.

DEGREES OF FREEDOM — POINT
DOF(point) = 2
A point in a 2D sketch plane can translate in X and Y. Fixing it to the origin removes both DOF.
DEGREES OF FREEDOM — LINE SEGMENT
DOF(line) = 2 + 2 + 0* = 4 (*length is derived from endpoints)
A line segment has two endpoints, each with 2 DOF. The length is implicitly defined by the endpoint positions. A horizontal or vertical constraint removes 1 DOF per endpoint's restricted axis. A length dimension removes 1 DOF.
DEGREES OF FREEDOM — CIRCLE
DOF(circle) = 2 + 1 = 3
A circle has a center point (2 DOF for X, Y) and a radius (1 DOF). A diameter dimension removes the radius DOF; fixing or dimensioning the center removes the other two.
TOTAL SKETCH DOF
DOF_remaining = Σ DOF(entities) − Σ constraints_applied
Sum all entity DOF and subtract the number of independent constraints (dimensions + geometric constraints). When DOF_remaining = 0, the sketch is fully constrained. Note: coincident endpoints shared between connected segments already reduce the total — Fusion 360 handles this automatically when you chain-draw geometry.
🎨 Visual Arts Insight
If you have experience with rigging in animation software, the concept is analogous: each bone in a rig has rotational and translational freedoms that IK constraints progressively lock down. A fully constrained Fusion 360 sketch is like a fully posed character rig — every joint is resolved, and the pose is unambiguous.

Detailed Breakdown — Dimension & Constraint Classification

Fusion 360 provides two broad families of constraint: dimensional constraints (which assign numeric values — lengths, angles, radii) and geometric constraints (which enforce relational rules without numbers). A skilled designer uses both in tandem. The table below catalogs the most common constraints, their DOF reduction, and typical use cases relevant to Visual Arts workflows such as product design, packaging, and furniture modeling.

Common Fusion 360 sketch constraints and their DOF impact
Constraint / DimensionTypeDOF RemovedTypical Use Case
Linear DimensionDimensional (Driving)1Setting width/height of a panel, frame, or enclosure
Diameter / RadiusDimensional (Driving)1Sizing a circular cutout, bottle cap, or wheel hub
Angular DimensionDimensional (Driving)1Defining the splay of a chair leg or the taper of a vase
CoincidentGeometric2Snapping a line endpoint to a circle's center
Horizontal / VerticalGeometric1Keeping a shelf edge perfectly level
PerpendicularGeometric1Ensuring two edges meet at 90°
TangentGeometric1Blending a fillet arc smoothly into a straight edge
EqualGeometric1Forcing two fillets to share the same radius
Fix / PinGeometric2Anchoring a profile's reference point to the origin
A three-step workflow showing how an irregular quadrilateral is regularized through geometric constraints (Step 2) and then fully locked with driving dimensions and a Fix constraint (Step 3). The progress bar at the bottom tracks DOF reduction from 8 to 0.

The diagram above codifies the workflow you should internalize: draw raw geometry first, apply geometric constraints to establish relational intent (parallel sides, perpendicular corners, equal lengths), then add driving dimensions to lock down sizes and positions. This sequence — geometry → constraints → dimensions — minimizes redundancy and produces cleaner parametric models.

Worked Example — Fully Constraining an L-Shaped Bracket

Imagine you are designing an L-shaped mounting bracket for a gallery display rail. The bracket's profile is an L made of six line segments. You need the overall width to be 80 mm, the overall height to be 60 mm, and the inner notch to be 40 mm wide × 30 mm tall. Let's walk through fully constraining this sketch.

Fully Constraining an L-Bracket Profile
1
Step 1 — Draw the Raw ProfileUse the Line tool (shortcut L) to draw an L-shaped closed profile with six segments. Don't worry about exact dimensions yet — just approximate the proportions. When you close the loop, Fusion 360 automatically applies coincident constraints at each vertex, so the corners stay connected. At this stage, the geometry is blue and under-constrained.
Initial DOF: 12 (six line segments share vertices via coincident, yielding 6 free points × 2 DOF = 12 DOF).
2
Step 2 — Apply Geometric ConstraintsSelect pairs of lines and apply Horizontal/Vertical constraints (shortcut H/V in Sketch palette) to the six segments so that all edges are either perfectly horizontal or perfectly vertical. Fusion 360 may have inferred some of these during drawing — check the constraint icons. Also apply a Perpendicular constraint at each corner if not already inferred. Each Horizontal or Vertical constraint removes 1 DOF from the relevant line.
DOF reduced by 6 (one per constrained line direction). Remaining DOF: approximately 6 (depending on inference).
3
Step 3 — Fix the Origin CornerSelect the bottom-left vertex of the L-bracket and apply a Fix constraint (or a Coincident constraint to the sketch origin). This anchors the entire profile in 2D space, removing the two translational degrees of freedom that allow the whole shape to slide.
DOF reduced by 2. Remaining DOF: approximately 4.
4
Step 4 — Add Driving DimensionsPress D (Sketch Dimension) and click on the bottom edge, then place the dimension below it and type 80 mm. This is a driving dimension — it controls the width. Repeat for the left edge (60 mm height), the inner horizontal notch edge (40 mm), and the inner vertical notch edge (30 mm). Each dimension removes 1 DOF. After applying four dimensions, the DOF counter should read 0 and all geometry turns dark.
Sketch is fully constrained — 0 DOF remaining.
5
Step 5 — Verify with a Driven DimensionAs a sanity check, add a dimension to the outer right vertical edge. Because the sketch is already fully constrained (the right edge height is implicitly 60 − 30 = 30 mm), Fusion 360 will prompt: 'This dimension would over-constrain the sketch. Would you like to create a driven dimension?' Click Accept. The dimension appears as (30 mm) in parentheses — a reference measurement that updates automatically if you change any driving dimension, but cannot itself be edited to modify the geometry.
Driven dimension (30 mm) confirms the design intent without adding constraint conflicts.
💡 Pro Tip — Checking DOF
At any time, look at the bottom-right of the Sketch palette in Fusion 360 for the DOF indicator. You can also right-click on a sketch entity and select 'Show Degrees of Freedom' — small arrows will appear indicating which directions each entity can still move. This is invaluable for hunting down the last remaining DOF in a complex profile.

Strengths, Limitations & Common Pitfalls

Fully constraining every sketch is considered best practice in professional CAD environments, but the reasons why — and the exceptions — are worth examining in detail. The table below contrasts the advantages and common pitfalls of different constraint states.

Comparison of sketch constraint states
AspectFully Constrained (Best Practice)Under-Constrained (Risky)Over-Constrained (Error)
Parametric StabilityGeometry won't drift when dimensions change. Downstream features (extrudes, fillets) update predictably.Geometry may shift unpredictably when other parameters change, causing feature failures.Contradictory constraints prevent the solver from finding a solution. Must be resolved before proceeding.
Design IntentDimensions explicitly encode your design decisions — anyone opening the file understands the logic.Ambiguous: a collaborator cannot tell which relationships are intentional vs. accidental.Conflicting intent — two rules disagree on the same measurement.
CollaborationTeammates can modify driving dimensions confidently. Driven dimensions serve as built-in checks.Teammates may accidentally drag unconstrained entities, breaking the model silently.Model shows errors; collaborators must troubleshoot before making any changes.
Manufacturing ReadinessFully defined sketches export clean profiles for CNC, laser cutting, and 3D printing.May produce unexpected geometry in exported files, causing manufacturing errors.Cannot proceed to feature creation until conflicts are resolved.
KEY TAKEAWAY
An under-constrained sketch is like a typography layout where some text boxes are pinned and others float freely — the moment you adjust the page margins, the floating boxes scatter. A fully constrained sketch is a responsive layout with explicit anchors and spacing rules: every element reflows predictably. Driven dimensions are the 'inspect element' readouts that tell you the computed values without overriding the CSS.

Connection to Advanced Parametric Workflows

Once you are comfortable with driving and driven dimensions in individual sketches, you can extend these principles into more powerful parametric workflows. Fusion 360 supports user parameters — named variables (e.g., 'wallThickness = 3 mm') that can be referenced by any driving dimension across the entire model. Changing a single parameter cascades through every sketch and feature that references it, making global design revisions instantaneous.

Sketch dimensions vs. advanced parametric workflows
ConceptThis Lesson (Sketch Dimensions)Advanced (Parametric Design)
Dimension ValueHard-coded number (e.g., 80 mm)Named parameter or expression (e.g., 'totalWidth' or 'panelWidth − 2 × margin')
ScopeSingle sketchEntire model (cross-sketch, cross-component, even cross-assembly)
Design ExplorationManually edit each dimension one at a timeChange one parameter, entire model updates. Use the Change Parameters dialog for rapid iteration.
Driven DimensionsParenthesized reference values in the sketchCan be captured as user parameters for use in formulas, spreadsheets, or generative design studies
CollaborationTeammates read dimensions on the sketch canvasParameters are documented in a table, exportable to CSV, enabling non-CAD stakeholders to review specifications

For Visual Arts students moving toward product design, furniture design, or exhibition fabrication, the transition from hard-coded sketch dimensions to parametric expressions is where CAD becomes truly powerful. Mastering driven vs. driving dimensions now gives you the conceptual vocabulary to leverage user parameters, linked external spreadsheets, and even generative design algorithms in future coursework and professional practice.

Practice Problems

PROBLEM 1CONCEPTUAL
In Fusion 360, you apply a dimension to a line segment in a sketch that is already fully constrained. Fusion 360 offers to make the dimension 'driven.' Explain in your own words what a driven dimension is, why Fusion 360 made this offer, and whether the driven dimension removes any degrees of freedom.
PROBLEM 2BASIC CALCULATION
A sketch contains a single circle. How many degrees of freedom does it have before any constraints are applied? If you apply a diameter dimension of 50 mm and a coincident constraint between the circle's center and the sketch origin, how many DOF remain? Show your reasoning.
PROBLEM 3INTERMEDIATE
You are sketching a rectangular phone case outline (four lines forming a closed rectangle). Fusion 360 has auto-inferred coincident constraints at all four corners and Horizontal/Vertical constraints on all four edges. You then dimension the width (70 mm) and height (150 mm). The sketch still shows 2 DOF remaining. Explain what is still unconstrained and describe two different ways to eliminate the remaining DOF.
PROBLEM 4APPLIED
You are designing a wall-mounted gallery sign bracket with an L-shaped cross-section. The overall width must be 120 mm, the overall height must be 80 mm, the material thickness throughout the L is uniformly 6 mm, and the inside corner has a 3 mm fillet. Describe the complete set of constraints and driving dimensions you would apply to fully constrain this sketch, and identify which measurement(s), if any, should be driven (reference) rather than driving.
PROBLEM 5CRITICAL THINKING
A classmate argues that fully constraining sketches is unnecessary in Fusion 360 because 'the geometry stays where I put it anyway.' Write a detailed rebuttal addressing at least three specific scenarios in a product design or fabrication workflow where an under-constrained sketch would cause problems. Then consider: are there any legitimate situations where leaving a sketch intentionally under-constrained might be acceptable?

Lesson Summary

In Fusion 360's sketch environment, every geometric entity carries degrees of freedom (DOF) that describe how it can still move or resize. Driving dimensions actively control geometry and remove DOF — they are the parametric backbone of your design intent. Driven (reference) dimensions report computed values without removing any DOF and are displayed in parentheses. Geometric constraints (Coincident, Horizontal, Vertical, Perpendicular, Tangent, Equal, Fix) complement dimensions by enforcing relational rules without numeric values.

A fully constrained sketch has 0 DOF remaining — all geometry is locked in position, orientation, and size, and lines display in dark rather than blue. The recommended workflow is: draw raw geometry, apply geometric constraints for relational intent, then add driving dimensions for size and position. Driven dimensions serve as built-in verification. Mastering this workflow ensures parametric stability, clear design communication, and manufacturing readiness — and prepares you for advanced parametric techniques like user parameters and expression-driven modeling.

Varsity Tutors • Autodesk Fusion 360 • Sketch Dimensions — Apply dimensions (driven vs driving) and fully constrain a sketch