1D · Methodology/Layout Sketch
1D · MethodologyLesson 42 of 52

Layout Sketch

Build a master layout sketch that defines your robot's key geometry, then drive every component from it with Project, Intersect, and User Parameters.

Est 22 minLevel AdvancedSoftware Fusion 360
01

Design From One Source

A layout sketch is your robot's skeleton.

  • Define key sizes once, in one place.
  • Every component projects from this geometry.
  • Change a dimension here, the whole CAD updates.
  • No more fixing 20 parts by hand.

Open the analogy: a layout sketch is like the blueprint walls of a house before you place furniture. In FRC we lay out wheelbase, frame perimeter, motor positions, and pivot points FIRST, then build bodies to match. The big win is single source of truth. Beginners tend to model each part in isolation and then nothing lines up. Show a finished swerve drivetrain and point out that every module sits on layout-driven points.

02

Start The Master Sketch

Make a dedicated Layout component first.

  • Activate it, then Create Sketch.
  • Pick the XY origin plane for a top-down layout.
  • Keep it on canonical origin planes only.
FUSION 360 · SCREENSHOT
FIG 1
Fusion browser showing a new component named 'Layout' activated (highlighted), with a fresh sketch being started on the XY plane; origin folder expanded.

Right-click top of browser > New Component, rename it 'Layout'. Activating the component (double-click) means the sketch lives inside it and stays organized. Demo: Create Sketch > click the XY plane. Stress sketching on origin planes, not on a body face, so the layout never breaks if geometry changes. Common mistake: sketching on a random face and getting a broken reference later.

03

Sketch The Frame Perimeter

Draw the drivetrain frame perimeter first.

  • Use a center rectangle on the origin.
  • Dimension to real frame size, e.g. 26x26 in.
  • Account for 2x1 tube: bumpers add ~3.25 in.
FUSION 360 · SCREENSHOT
FIG 2
Top-down sketch of a centered rectangle dimensioned 26.00 in x 26.00 in, origin point at the rectangle center, symmetry constraints shown.

Use Center Rectangle so it stays symmetric about the origin — this matters because the robot's center of rotation lands on the origin. Type exact dimensions: many FRC frames are 26x26 or 27x27 inside bumpers. Remind them frame perimeter is the TUBE outline, bumpers stick out further and the field perimeter limit is 120 in including bumpers. Keep everything fully constrained — black lines, not blue.

04

Place The Driving Points

Add points for wheels, pivots, and shafts.

  • Sketch module centers for swerve corners.
  • Dimension symmetrically off the origin.
  • Constrain everything: aim for fully defined.
FUSION 360 · SCREENSHOT
FIG 3
Frame rectangle with four sketch points near the corners labeled as swerve module centers, each dimensioned the same inset distance (e.g. 2.625 in) from the frame edges, all lines black (fully constrained).

This is the heart of the layout: the points and lines other components will snap to. For swerve, place four module centers inset from the corners — MAXSwerve and SDS modules have a known mounting inset. Use horizontal/vertical and symmetry constraints plus dimensions. Goal: the sketch turns fully black meaning fully defined. Blue means under-defined and geometry can drift. Have students drag a point — if it moves, it needs a constraint.

05

Drive Sizes With Parameters

Replace magic numbers with User Parameters.

  • Modify > Change Parameters to add them.
  • Make frameWidth, frameLength, moduleInset.
  • Type the parameter name into any dimension.
  • One edit reflows the whole layout.
FUSION 360 · SCREENSHOT
FIG 4
Fusion Change Parameters dialog open with user parameters frameWidth = 26 in, frameLength = 26 in, moduleInset = 2.625 in; a sketch dimension showing 'frameWidth' as its expression instead of a raw number.

This is Fusion's version of Onshape Variables. Modify > Change Parameters > the green + under User Parameters. Name them clearly, give units (in). Then in a dimension, instead of typing 26, type frameWidth. Demo changing frameWidth to 28 and watch the frame and module points all move together. Huge for FRC iteration when the drive team wants a different footprint. Mistake: spaces or starting names with numbers — parameter names must be valid identifiers.

Key idea

MODEL THE SKELETON, NOT THE PARTS

Lock the critical geometry in one sketch — then every component just follows it.

06

Project Into New Parts

New body sketches reference the layout.

  • Use Project / Include to pull edges in.
  • Or Intersect to slice geometry at a plane.
  • Projected geometry stays linked and updates.
FUSION 360 · SCREENSHOT
FIG 5
A new component's sketch on the XY plane with the layout's frame edges and module points projected in (shown as purple projected curves), ready to extrude into 2x1 tube.

In a NEW component, start a sketch, then Sketch > Project/Include > Project (shortcut P). Click the layout lines/points you want; they come in as purple linked curves. Now extrude tube from them. The link is live: edit the layout, the projected part follows. Mention Intersect for getting a cross-section where a plane cuts the layout. Common mistake: redrawing geometry instead of projecting, which breaks the single-source-of-truth chain.

07

Extrude The 2X1 Frame

Extrude frame rails from projected lines.

  • Use real 2x1 in. tube, 1/16 in. wall.
  • Set extrude to New Body, name the component.
  • Repeat per rail or use the layout symmetry.
FUSION 360 · SCREENSHOT
FIG 6
Two opposite frame rails extruded as 2x1 in aluminum tube (2.00 x 1.00 cross-section) standing up 1 in tall from the projected layout lines, shown in isometric view.

FRC standard drivetrain stock is 2x1 0.0625 wall aluminum tube. Extrude the projected rail line into a 1 in tall, 2 in deep tube — orient it correctly so the 2 in dimension is vertical for stiffness, depending on your design. Keep each rail or component named. Reinforce that the rail position came from the layout, so you never typed a frame coordinate twice. Mistake: extruding as Join into the layout component — keep parts in their own components.

Two Kinds Of Sketch

LAYOUT SKETCH
  • Lives in its own component
  • Defines shared, critical geometry
  • Drives many parts at once
  • Fully constrained, parameter-driven
DETAIL SKETCH
  • Lives inside one part
  • Adds local features (holes, pockets)
  • Affects only that body
  • Projects FROM the layout

Help students separate the two roles. The layout is global and sacred — wheelbase, pivots, motor centers. Detail sketches are local — a bearing hole, a lightening pocket. Detail sketches should still project shared references from the layout so holes line up across parts. If a dimension matters to more than one part, it belongs in the layout.

08

Keep The Layout Healthy

Fully constrain before building on it.

  • Black = defined, blue = free to drift.
  • Name parameters and key sketch points.
  • Avoid projecting body faces; project the layout.
FUSION 360 · SCREENSHOT
FIG 7
Side-by-side comparison: left sketch all black (fully constrained, good), right sketch with blue under-defined lines (bad), with a callout on the under-defined drag handle.

Hygiene slide. A messy layout poisons everything downstream. Teach them to glance at color: any blue means under-defined. Watch the 'Sketch is fully constrained' message at the bottom. Name important points so projecting later is easy. Warn against the chain trap: projecting a body face into a sketch, then editing the body, breaks the sketch — always project from the stable layout, not from downstream geometry.

Your Task

BUILD THIS
  • New Layout component + XY sketch
  • Center rectangle frame, fully constrained
  • 4 swerve module points, symmetric
  • Parameters: frameWidth, frameLength, moduleInset
THEN PROVE IT
  • Project frame into a new tube part
  • Extrude one 2x1 rail from it
  • Change frameWidth and watch it reflow
  • HOW TO SUBMIT: Fusion Share > Public Link, paste on AltHub

Give them ~25 minutes. Walk the room checking for fully-black sketches and real parameters (not hard-coded numbers). The reflow test is the real grade: changing frameWidth should move both the frame and the extruded rail. If the rail doesn't move, they redrew instead of projecting. Submission: File > Share > Public Link (or Export), copy the link onto the AltHub board so mentors can review.

Recap

One Sketch Drives The Whole Robot

  • Layout sketch = single source of truth
  • Parameters make the design flexible
  • Project / intersect to link parts to it

Your Task

Build this
  • Model what this lesson covers in Fusion 360.
  • Use the AltSkripts tools where they apply.
  • Save it with a clear name.
How to submit
  • In Fusion: Share → Public Link → Copy.
  • Paste the link below.
  • A coach reviews it in AltHub.