AUTODESK FUSION 360 • COMPONENTS AND ASSEMBLIES

Component Patterns — Use component patterns (rectangular, circular) (intro)

Replicate components in precise rectangular grids or circular arrays to accelerate assembly design.

Historical Context & Motivation

Long before CAD software existed, designers and engineers confronted a persistent challenge: how to represent and manufacture objects that contain repeated identical elements without re-drawing or re-modeling each one individually. Consider the bolt holes on a wheel flange, the rivets along an aircraft fuselage, or the evenly spaced columns on a classical façade — all of these rely on geometric repetition organized into either straight-line grids or arcs around a central axis. In traditional drafting, draftspeople used dividers and T-squares to tick off equal spacings along a line or around a circle, a tedious and error-prone process that became exponentially more difficult as assemblies grew in complexity.

The advent of parametric 3D modeling in the 1980s and 1990s fundamentally changed the workflow by introducing the concept of a pattern feature — a single instruction that tells the software to replicate geometry according to mathematical rules. Autodesk Fusion 360 inherits and refines this tradition, offering component-level patterns that duplicate not just shapes but fully functional components complete with their own coordinate origins, joints, and material assignments. For Visual Arts students, understanding these patterns is essential when designing anything from kinetic sculpture armatures to modular furniture systems and parametric jewelry.

1960s
Early CAD Systems
Ivan Sutherland's Sketchpad (1963) introduced constraints and copy operations, planting the seed for automated geometric repetition in computer-aided design.
1988
Parametric Feature Modeling
PTC's Pro/ENGINEER launched the first fully parametric solid modeler, formalizing feature-based patterns (linear and circular) as standard operations in the modeling timeline.
2000s
Assembly-Level Patterns
Major CAD platforms extended patterns from individual features to entire components within assemblies, enabling designers to replicate sub-assemblies across large-scale models with maintained relationships.
2013–Present
Fusion 360 Cloud-Native Patterns
Autodesk Fusion 360 debuted cloud-native, timeline-integrated component patterns — both rectangular and circular — allowing real-time collaboration and parametric updates across the pattern.

The central question that component patterns address is deceptively simple: How can a designer efficiently create, manage, and modify many copies of the same component in an assembly without manual placement and the risk of human error? Fusion 360 answers this with a parametric engine that lets you define the arrangement numerically, adjust it at any time, and have every instance update simultaneously — a workflow that is indispensable for iterative, design-driven practices in the visual arts.

Core Principles & Definitions

Before diving into the interface, it is important to establish the foundational vocabulary and ideas that govern component patterns in Fusion 360. A component in Fusion 360 is a self-contained unit of geometry that possesses its own origin, timeline, and material properties — think of it as an independent object that can be instanced (referenced multiple times) within a larger assembly. When you create a pattern of a component, Fusion 360 generates instances rather than full copies, meaning every instance references the same parent definition. Edit the parent, and all pattern members update in unison.

1

Rectangular Pattern

Distributes component instances along one or two linear axes, forming rows and columns. You define the direction(s), quantity, and spacing (distance between instances) for each axis independently.
2

Circular Pattern

Distributes component instances around a central axis. You specify the axis of rotation, the total number of instances, and the total angular span (up to 360°). Instances are arrayed at equal angular intervals.
3

Pattern Source (Seed)

The original component that the pattern replicates. This seed component determines the geometry, joints, and appearance of every instance in the pattern.
4

Instance vs. Copy

An instance is a lightweight reference to the parent component definition; a copy is an independent duplicate. Patterns create instances, keeping the file size small and edits synchronized.
5

Parametric Editability

Every pattern lives in the design timeline. You can roll back, change the quantity or spacing, and replay the timeline to regenerate the assembly — a non-destructive workflow ideal for iterative design.
KEY TAKEAWAY
Think of a component pattern like a rubber stamp combined with a ruler or a protractor. The stamp (seed component) defines what gets repeated, while the ruler (rectangular) or protractor (circular) defines where those repetitions land. Change the stamp, and every impression updates; change the ruler's tick marks, and every impression repositions — all without re-stamping by hand.

Visual Explanation — Rectangular vs. Circular Patterns

Left: A rectangular pattern distributes the seed component (S) along two perpendicular directions with spacing d₁ and d₂. Right: A circular pattern distributes the seed (S) around a central axis at a radius r, with equal angular intervals θ.

The diagram above captures the essential geometry of the two pattern types available for components in Fusion 360. On the left, the rectangular pattern organizes instances along two user-defined directions — typically aligned with edges, sketch lines, or construction axes. The distance between consecutive instances along Direction 1 is labeled d₁, and along Direction 2 it is d₂. The total instance count equals Qty₁ × Qty₂, including the seed itself. On the right, the circular pattern revolves instances around a chosen axis — such as an edge, cylindrical face, or construction axis. Each instance sits at the same radial distance r from the axis but is offset by a constant angle θ, calculated as the total angular span divided by the number of instances (or instances minus one, depending on the 'Symmetric' toggle). Notice how the seed component (marked 'S') appears at full opacity while generated instances are shown at reduced opacity; in Fusion 360, all pattern members share the same component definition, meaning a change to the seed propagates to every instance.

Mathematical Framework

Although Fusion 360 handles the calculations internally, understanding the underlying mathematics helps you predict outcomes and troubleshoot patterns that don't behave as expected. The geometry is straightforward: rectangular patterns rely on linear translation vectors, and circular patterns rely on rotation about an axis. Below are the core relationships that govern each pattern type.

RECTANGULAR PATTERN — TOTAL INSTANCES
N_total = Qty₁ × Qty₂
Where Qty₁ is the number of instances along Direction 1, and Qty₂ is the number along Direction 2. Both counts include the seed component.
RECTANGULAR PATTERN — POSITION OF INSTANCE (i, j)
P(i, j) = P_seed + i · d₁ · û₁ + j · d₂ · û₂
Where P_seed is the seed's position, i ranges from 0 to Qty₁ − 1, j from 0 to Qty₂ − 1, d₁ and d₂ are the spacings, and û₁, û₂ are unit vectors along each direction.
CIRCULAR PATTERN — ANGULAR SPACING
θ = Total Angle / N
Where Total Angle is the arc over which instances are distributed (commonly 360°) and N is the total number of instances including the seed. If 'Symmetric' distribution is chosen, Fusion uses N rather than N − 1 to calculate spacing.
CIRCULAR PATTERN — POSITION OF kth INSTANCE
P(k) = (r · cos(k · θ + α₀), r · sin(k · θ + α₀), z₀)
Where r is the radial distance from the axis, k is the instance index (0 to N − 1), α₀ is the starting angle of the seed, and z₀ is the position along the axis of rotation.
🎨 Visual Arts Relevance
These equations may seem abstract, but they map directly to the decisions you make in Fusion 360's pattern dialog. When you choose 'Spacing' in a rectangular pattern, you're setting d₁ and d₂. When you enter '8 instances' and '360°' in a circular pattern, Fusion divides 360° by 8 to get θ = 45°. Internalizing these relationships lets you predict the overall footprint of your design — critical when working within the constraints of a laser-cut sheet, a ceramic mold, or a CNC bed.

Detailed Breakdown — Rectangular vs. Circular Parameters

Fusion 360 exposes each pattern type through a dedicated dialog in the Assemble menu (Assemble → Pattern → Rectangular Component Pattern or Circular Component Pattern). Although both dialogs share the common requirement of selecting a source component, their parameter sets differ significantly. The table and diagram below provide a side-by-side comparison of the inputs you will encounter when creating each type.

The two pattern dialogs share steps ① and ⑦ but diverge in how they define arrangement. Rectangular uses linear directions and distance, while Circular uses an axis of rotation and angular span.
Key parameter differences between rectangular and circular component patterns
ParameterRectangular PatternCircular Pattern
Primary DirectionA linear edge, axis, or sketch line defining Direction 1A rotational axis (edge, cylinder face, or construction axis)
Secondary DirectionOptional second linear direction (creates grid)Not applicable — rotation is around a single axis
Spacing MethodDistance per step (Spacing) or total extent divided by count (Extent)Total angle divided by quantity (Full or custom Angle)
Typical Use CasesFurniture dowel holes, tile grids, LED arrays, modular shelf unitsWheel spokes, clock numerals, chandelier arms, bolt circles

Worked Example — Creating Both Pattern Types

Imagine you are designing a decorative pendant light fixture consisting of a central hub with eight radiating arms arranged in a full circle, plus a mounting plate with a 4 × 2 grid of ventilation slots. This example walks through both a circular and a rectangular pattern to achieve the design.

Part A — Circular Pattern for Radiating Arms

Circular Component Pattern — 8 Arms Around Hub
1
Step 1 — Model the Seed ComponentCreate a new component named 'Arm' and model one arm of the pendant light. Position it so that one end meets the hub's outer cylindrical surface. The arm's origin should be at the center of the hub so the pattern axis passes through it.
2
Step 2 — Invoke Circular Component PatternNavigate to Assemble → Pattern → Circular Component Pattern. In the dialog, click the 'Arm' component in the canvas or the browser tree to select it as the pattern source.
3
Step 3 — Select the AxisClick the vertical construction axis of the hub component (or the cylindrical face of the hub). Fusion 360 highlights the axis in blue, confirming the rotation direction.
4
Step 4 — Set Quantity and AngleEnter Quantity = 8 and set the Angle Type to Full (360°). Fusion calculates θ = 360° / 8 = 45° per step. A preview shows all eight arms radiating symmetrically.
θ = 360° ÷ 8 = 45° per instance
5
Step 5 — Confirm and VerifyClick OK. The browser tree now shows 'Arm:1' through 'Arm:8'. All eight are instances of the same component definition — editing the arm's sketch or body updates every instance simultaneously.
8 instances at 45° intervals around the hub

Part B — Rectangular Pattern for Ventilation Slots

Rectangular Component Pattern — 4 × 2 Slot Grid
1
Step 1 — Model the Seed Slot ComponentCreate a component called 'Slot' containing a single slotted cutout body. Position it at one corner of the mounting plate where the first slot should appear.
2
Step 2 — Open Rectangular Component PatternGo to Assemble → Pattern → Rectangular Component Pattern and select the 'Slot' component.
3
Step 3 — Define Direction 1Click the top horizontal edge of the mounting plate to set Direction 1. Set Quantity = 4 and Distance = 25 mm (spacing mode). Four preview markers appear along the edge.
4
Step 4 — Define Direction 2Expand the Direction 2 panel and click the vertical edge of the plate. Set Quantity = 2 and Distance = 30 mm. The preview now shows a 4 × 2 grid of slots.
Total instances = 4 × 2 = 8 slot components
5
Step 5 — ConfirmClick OK. The browser tree lists 'Slot:1' through 'Slot:8'. If you later decide to add a third row, simply edit the pattern in the timeline and change Qty₂ from 2 to 3 — all nine slots regenerate automatically.
8 instances arranged in a 4-column × 2-row grid

Strengths, Limitations & Comparisons

Component patterns offer tremendous efficiency gains, but they are not universally applicable. Understanding their strengths and limitations helps you choose the right tool — whether that is a component pattern, a feature pattern, or manual placement — for each design scenario you encounter in studio work.

Strengths and limitations of component patterns in Fusion 360
AspectStrengthsLimitations
SpeedOne operation creates dozens or hundreds of instances instantly, vastly faster than placing each component by hand.Very large patterns (100+ instances) can slow timeline regeneration, especially on complex components.
ConsistencyEvery instance is identical, eliminating human error in spacing or orientation.Cannot create variation between instances (e.g., progressive scaling or rotation offset) without additional workarounds.
EditabilityChanging the seed component updates all instances; editing quantity or spacing updates the layout instantly.Suppressing or deleting individual instances within a pattern requires extra steps (right-click → Suppress).
File SizeInstances are lightweight references, keeping the file size manageable compared to independent copies.External references or nested sub-assemblies within the seed can complicate the pattern behavior.
Geometry TypesWorks with any component regardless of geometric complexity.Only rectangular and circular arrangements are natively supported; organic or freeform layouts require scripting or manual placement.
⚖️ WHEN TO CHOOSE EACH PATTERN TYPE
If your design features elements aligned to straight edges — think of tiles on a wall, pegs on a board game, or LEDs on a panel — reach for the rectangular pattern. If your elements radiate from or orbit around a center — wheel spokes, clock faces, gear teeth — the circular pattern is the natural fit. For arrangements that don't fall into either category — such as organic, fractal, or parametrically varied distributions — you may need to explore Fusion 360's API scripting or third-party add-ins.

Connection to Advanced Assembly Techniques

Component patterns serve as a gateway to more sophisticated parametric assembly strategies in Fusion 360 and the broader CAD ecosystem. Once you are comfortable with rectangular and circular patterns, you can extend your capabilities into feature patterns (which duplicate geometry within a single body), pattern on path (which distributes instances along a spline or curve), and ultimately scripted patterns via the Fusion 360 API using Python or JavaScript to create algorithmically driven, generative layouts.

Progression from introductory to advanced pattern techniques
ConceptThis Lesson (Intro)Advanced Extension
Pattern TypeRectangular and circular with uniform spacingPattern on path (spline), mirror patterns, and scripted irregular arrays
Instance ControlAll instances identical; suppress individual instances manuallyParametric suppression rules, progressive scaling, or per-instance overrides via API
Assembly ScopeSingle-level component patterning within one assemblyMulti-level nested patterns, sub-assembly patterns referencing external files
IntegrationManual joint assignment after patterning if neededAutomatic joint propagation, contact sets, and motion studies across patterned instances

For Visual Arts students with an interest in generative design and digital fabrication, the leap from manual patterns to API-driven placement is particularly rewarding. Imagine writing a short Python script that distributes 200 petal components along a logarithmic spiral, each rotated by the golden angle (≈ 137.5°), producing a sunflower-like arrangement impossible to achieve with the built-in rectangular or circular dialogs alone. This kind of algorithmic thinking builds naturally on the foundations established in this introductory lesson.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain the difference between a component instance created by a pattern and a copy-pasted component in Fusion 360. Why does this distinction matter when you later decide to modify the geometry of the repeated element?
PROBLEM 2BASIC CALCULATION
You create a rectangular component pattern with Qty₁ = 5, d₁ = 20 mm along the X-axis, and Qty₂ = 3, d₂ = 15 mm along the Y-axis. How many total instances are produced, and what are the overall dimensions (width × depth) of the resulting grid?
PROBLEM 3INTERMEDIATE
You need to create a circular pattern of 12 decorative finials around the rim of a cylindrical vase (radius 60 mm), but you only want them on the front half of the vase — a 180° arc. What total angle and quantity should you enter in Fusion 360's circular pattern dialog, and what will the angular spacing be between consecutive finials?
PROBLEM 4APPLIED
You are designing a modular shelving unit that consists of a vertical bracket component and a horizontal shelf component. The brackets must be spaced 400 mm apart along the wall (horizontal), and there are 5 brackets per row. Each row is separated by 350 mm vertically, and there are 4 rows. Describe the pattern setup you would use and calculate the total number of bracket instances and the overall wall dimensions the unit will occupy.
PROBLEM 5CRITICAL THINKING
A kinetic sculpture design requires 24 identical blade components arranged around a central shaft. However, every third blade needs to be omitted to create a visual 'gap' pattern (blades at positions 1, 2, skip, 4, 5, skip, …). Fusion 360's circular pattern does not natively support skip logic. Propose at least two different strategies for achieving this arrangement, and discuss the trade-offs of each in terms of editability, performance, and design flexibility.

Lesson Summary

This lesson introduced component patterns in Autodesk Fusion 360 — a powerful assembly tool that replicates a seed component into multiple lightweight instances arranged in precise geometric formations. The two native pattern types are the rectangular pattern, which distributes instances along one or two linear directions defined by quantity and spacing (d₁, d₂), and the circular pattern, which distributes instances around a rotational axis defined by quantity and angular span (θ).

Key mathematical relationships include N = Qty₁ × Qty₂ for rectangular patterns and θ = Total Angle / N for circular patterns. Because patterns create instances rather than independent copies, editing the seed propagates changes across the entire array — a hallmark of parametric, non-destructive design. Mastering these two pattern types prepares you for more advanced techniques such as pattern on path, feature patterns, and API-driven generative layouts — essential skills for any Visual Arts practitioner working at the intersection of design and digital fabrication.

Varsity Tutors • Autodesk Fusion 360 • Component Patterns — Use component patterns (rectangular, circular) (intro)