1A · Plates/Plate Workflow
1A · PlatesLesson 12 of 52

Plate Workflow

STAGE 1A · PLATES — modeling FRC aluminum plates in Fusion 360: sketch the outline, extrude to stock thickness, and pattern the standard 1/2 inch hole grid.

Est 22 minLevel BeginnerSoftware Fusion 360
01

Plates Are Everywhere

Most of an FRC robot is flat aluminum plate

  • Gearbox side plates, bellypans, brackets, gussets
  • Cut on a router or waterjet from sheet stock
  • Cheap, light, stiff, and fast to make
  • If you master plates, you can build a robot

Open a past robot CAD and spin it. Point out every flat aluminum piece: gearbox plates holding bearings and motors, the bellypan everything bolts to, little gussets in corners. Tell them ~70% of what they'll model this summer is plates. The skill today repeats on every subsystem.

02

Start A Component

Right-click top of browser > New Component

  • Name it (e.g. "Gearbox Plate L")
  • Activate it — the dot next to the name lights up
  • Every plate is its own component, not loose bodies
  • Keeps joints, BOM, and exports clean
FUSION 360 · SCREENSHOT
FIG 1
Fusion browser tree with a new activated component named "Gearbox Plate L", the activation radio dot highlighted next to it.

This is the #1 habit to drill. In Fusion, loose bodies in the root are a mess later — no joints, no clean BOM. Components are Fusion's version of Onshape Part Studios scoped to one part. Activate before sketching so the sketch and body land inside the component. Common mistake: modeling everything in the root, then having to cut/paste bodies into components later.

03

Sketch The Outline

Create Sketch on the XY plane

  • Draw the plate profile with lines and arcs
  • Fully constrain: dimensions + horizontal/vertical
  • Black = constrained, blue = still loose
  • Sketch must form one closed loop
FUSION 360 · SCREENSHOT
FIG 2
A fully-constrained (black) plate outline sketch on the XY plane with linear dimensions and a couple fillet arcs at corners; sketch palette open.

Demo sketching a rectangle, then add corner fillets with the Fillet tool in the sketch. Push them to fully constrain — drag a line; if it moves, it's underconstrained. Blue lines are the enemy. Pick a sensible origin: put the plate so the origin lands on a meaningful point (a bearing center or a corner) — it makes joints easier later.

04

Extrude To Thickness

Finish Sketch, then Extrude (press E)

  • Type the real stock thickness, not a guess
  • Common: 0.090, 0.125, 0.1875, 0.25 in
  • Direction: One Side or Symmetric from plane
  • Operation = New Body inside the component
FUSION 360 · SCREENSHOT
FIG 3
Extrude dialog showing the plate profile selected, distance field set to 0.125 in, with the thin extruded body previewed.

Stress: plates are THIN. 1/8 in (0.125) is the bread-and-butter gearbox plate; 0.090 for light gussets; 1/4 in for highly loaded mounts. Switch Fusion units to inches for FRC (Document Settings). Symmetric extrude is handy when you want the plate centered on a reference plane. Common mistake: extruding 1 inch because they didn't read the number — it looks like a brick.

Key idea

SKETCH FLAT. EXTRUDE THIN.

A plate is a 2D profile pushed to a stock thickness — model the shape, then give it the sheet's real thickness.

05

Add Mounting Holes

Use the Hole feature, not sketched circles

  • Pick the face, place points, set diameter
  • #10 clearance = 0.196 in; 1/4-20 = 0.257 in
  • Bearing bores: 1.125 in for a 1/2 hex bearing
  • Set hole type: Simple, Counterbore, or Tapped
FUSION 360 · SCREENSHOT
FIG 4
Hole feature dialog on the plate face: a 0.196 in simple hole previewed, with diameter and extent (All) fields visible.

The Hole feature is smarter than cutting circles — it tags holes as holes for the BOM and gives clean counterbores/tapped options. Teach the real numbers: clearance holes are slightly bigger than the bolt so it slides through. 1.125 in bore is the standard for a flanged ball bearing that carries a 1/2 in hex shaft. Set extent to All so it cuts fully through the thin plate.

06

Pattern The Hole Grid

FRC uses a 1/2 inch hole grid

  • Rectangular Pattern: pick the hole feature
  • Set distance/spacing = 0.5 in, count as needed
  • Lets you bolt to tube, MAXTube, and gussets
  • Pattern the feature, not just the body
FUSION 360 · SCREENSHOT
FIG 5
Rectangular Pattern dialog with one mounting hole selected, two directions set to 0.5 in spacing, previewing a grid of clearance holes across the plate.

The 1/2 in grid is the FRC standard — it matches the hole pattern on 2x1 tube, gussets, and most COTS parts so everything bolts together. Demo Rectangular Pattern off a single Hole feature. Pattern the FEATURE (so edits propagate) rather than copying bodies. Common mistake: spacing 0.5 but forgetting to also bump the count, so they get two holes instead of a row.

07

Drive It With Parameters

Modify > Change Parameters

  • Make "thickness" and "holeDia" user parameters
  • Reference them in dialogs by name
  • Change once, the whole plate updates
  • Fusion's version of Onshape Variables
FUSION 360 · SCREENSHOT
FIG 6
Change Parameters table with user parameters thickness = 0.125 in and holeDia = 0.196 in, showing one used as the Extrude distance.

User Parameters = Onshape Variables. Type the parameter name into a dimension field instead of a number. Then if the team switches from 1/8 to 1/4 stock, you edit one value and every reference updates. Huge for plates that share a thickness. Keep names simple and consistent across the team.

08

Pocket To Save Weight

Sketch pockets, then Extrude > Cut

  • Leave material around holes and edges
  • Rounded pockets > sharp corners (less stress)
  • Stay inside the 120 lb robot weight budget
  • Don't lighten load paths to nothing
FUSION 360 · SCREENSHOT
FIG 7
Plate with several rounded-corner lightening pockets cut through it, an Extrude-Cut operation highlighted, material webs left between pockets.

Weight matters — FRC robots have a hard weight limit. Lightening pockets remove material where there's no load. Teach judgment: keep a web of material connecting bolt holes and bearing bores; round the pocket corners (sketch fillets) because sharp inside corners concentrate stress and crack. This is the artful part — show a good example vs. a swiss-cheese over-lightened plate that flexes.

Your Task

BUILD THIS PLATE
  • New component: "Practice Plate"
  • Sketch a 6 x 4 in outline, filleted corners
  • Extrude 0.125 in thick
  • Add a 1.125 in bearing bore + 1/2 in hole grid
HOW TO SUBMIT
  • Use a thickness user parameter
  • Add at least 2 lightening pockets
  • File > Share > Public Link
  • Paste the link on AltHub

Give them ~20 min. Walk the room. Watch for: bodies in the root instead of a component, blue underconstrained sketches, holes cut as sketch circles instead of the Hole feature, and 1-inch-thick "plates." Encourage using the parameter and patterning the grid. Reward clean, fully-constrained sketches.

09

🧰 Add-ins for this step

Use the installed AltSkripts / FRC-COTS tools here — don't do it the slow way.

  • Part Lighten — pocket the plate to cut weight once the outline is done.
  • Fillet All Edges — round everything in one click.
Recap

You Can Model A Plate Now Do It Everywhere

  • Component > sketch > extrude thin > holes > pattern
  • Real numbers: 0.125 in stock, 1/2 in grid, 1.125 in bore
  • Drive thickness with a user parameter, then lighten smart

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.