One of the most powerful — and most underutilised — aspects of Autodesk Fusion 360 is its parametric modelling system. Parametric design means that dimensions and relationships are stored as editable values rather than fixed geometry. Change a single dimension and the entire model updates intelligently. Add equations and relationships between parameters, and your design adapts systematically to the rules you define. This approach transforms CAD from a drawing tool into a design engine that supports rapid iteration, variant creation, and engineering-driven design.

This guide covers the parametric modelling tools in Fusion 360, from basic dimension-driven sketches through to user parameters, expressions, and advanced design table configurations.

The Foundation: Constrained Sketches

Parametric modelling in Fusion 360 begins at the sketch level. Every sketch you create should be fully constrained — all geometry defined by dimensions and geometric constraints (horizontal, vertical, coincident, tangent, parallel, etc.) with no under-defined geometry floating free.

A fully constrained sketch turns all lines black. Under-constrained lines remain blue. Fully constrained sketches are the parametric foundation of your design — they can be updated predictably by changing dimension values, whereas under-constrained sketches can drift in unexpected ways when updated.

To check constraint status in Fusion 360, look at the sketch colour:

  • Black lines — fully constrained
  • Blue lines — under-constrained (need more dimensions or constraints)
  • Red lines — over-constrained (conflicting constraints)

User Parameters: The Key to Powerful Parametric Design

The real power of parametric modelling comes when you replace raw numbers with named user parameters. Instead of typing "100" for a hole diameter, you define a parameter called BoltCircleDiameter with a value of 100mm, and reference that parameter name in every sketch dimension that uses it.

To create user parameters in Fusion 360:

  1. Go to Modify > Change Parameters (or press the Parameters icon in the toolbar)
  2. In the Parameters dialogue, click the + button under User Parameters
  3. Give the parameter a name (no spaces — use CamelCase or underscores)
  4. Enter the unit (mm, in, deg, etc.) and an initial value
  5. Click OK

Now when you dimension geometry in a sketch, instead of typing a number, type the parameter name. Fusion recognises it and links the dimension to the parameter. Change the parameter value and every dimension referencing it updates simultaneously throughout the model.

Expressions and Relationships

Parameters become even more powerful when combined with mathematical expressions. In the Parameters dialogue, you can set a parameter’s value as an equation referencing other parameters:

  • FlangHeight = WallThickness * 3 — the flange height is always three times the wall thickness
  • HoleOffset = TotalWidth / 2 — the hole is always centred regardless of total width
  • BoltCircleDiameter = HousingDiameter – 20 mm — the bolt circle adjusts when the housing diameter changes

These relationships encode engineering rules directly into the CAD model. When a design requirement changes — say, the housing diameter must increase to accommodate a larger bearing — you update one parameter and all the downstream geometry that depends on it adjusts automatically, maintaining the design intent throughout the model.

The Timeline: Parametric History at a Glance

Fusion 360’s Timeline, displayed horizontally along the bottom of the workspace, is a visual record of every operation in the design’s history. Each icon represents a feature: a sketch, an extrusion, a fillet, a joint, a hole. Features are ordered chronologically from left to right.

The Timeline is central to parametric editing in Fusion 360:

  • Double-click any feature icon to open it for editing — change dimensions, select new profiles, adjust parameters
  • Right-click a feature to suppress it (disable without deleting) or to move it earlier or later in the sequence
  • Drag features left or right to reorder them within the constraints of their dependencies
  • Features that fail due to parameter changes are marked with a yellow warning icon — click these to identify and resolve the problem

Configuring Variants with Configurations

Fusion 360 supports Configurations, which allow you to define multiple variants of a design within a single file. Each configuration is a named set of parameter values that produces a different version of the model.

For example, a simple bracket design might have configurations for:

  • 50mm wide, 2mm thick, M4 mounting holes
  • 75mm wide, 3mm thick, M5 mounting holes
  • 100mm wide, 4mm thick, M6 mounting holes

All three configurations share the same parametric model structure; only the parameter values differ. Switch between configurations from the Browser and Fusion regenerates the model accordingly. This is invaluable for product families and standard ranges where a core design exists in multiple sizes.

Design Tables

For parametric control from a spreadsheet, Fusion 360 supports Design Tables — a CSV or Excel file that drives configurations through a tabular interface. Each row in the table defines a configuration, and each column a parameter. This approach is common in manufacturing when you have a product family with many size variants that are managed by the applications or mechanical engineering team rather than the CAD designer.

Practical Tips for Robust Parametric Models

  • Name sketches and features — rename them in the Timeline browser (double-click the feature icon) so that you can identify what each feature does without reading the full history
  • Anchor sketches to the origin — always constrain at least one point of your first sketch to the origin. This prevents the entire model from drifting when parameters change.
  • Avoid driving dimensions from inferred geometry — dimension from construction lines, axes, or defined reference geometry rather than from derived edge midpoints that might change as the model evolves
  • Test parametric changes early — after building the first few features, test the model by changing key parameters. Problems are much easier to fix early than after 50 features of downstream geometry have been built on a fragile foundation

Design for Change from the Start

Parametric modelling is a mindset as much as a technique. Designing with named parameters, well-constrained sketches, and mathematical relationships between dimensions means that every design you create in Fusion 360 is ready to evolve — ready for the client change request, the engineering review comment, the new size variant. The upfront investment in parametric discipline pays back with interest every time a change is needed.

Autodesk Fusion 360 is available from GetRenewedTech for £39.99 — a fully parametric CAD platform built for the way modern product design actually works.

Leave a Reply

Your email address will not be published. Required fields are marked *