1A · Part Modeling/Triangle Frame
1A · Part ModelingLesson 11 of 52

Triangle Frame

Bracing FRC frames with rigid triangles — angled cuts, miter joints, and parametric, sketch-driven members in Fusion 360

Est 23 minLevel BeginnerSoftware Fusion 360
01

Why We Brace With Triangles

A triangle is the only rigid polygon.

  • Rectangles rack and parallelogram under load.
  • Diagonal braces stop frame twist.
  • FRC superstructures live and die on stiffness.
  • Less flex means more repeatable mechanisms.
FUSION 360 · SCREENSHOT
FIG 1
Side-by-side Fusion sketch: a 4-bar rectangle with a degrees-of-freedom drag, and the same rectangle with one diagonal constraining it rigid.

Open with a demo: push on a hand-held rectangle of cardboard strips pinned at corners, then add one diagonal. The rectangle collapses; the triangle does not. Tie it to robots: an unbraced 2x1 elevator tower flexes under a NEO-driven carriage and ruins your shooter aim. Tell them every good FRC frame hides triangles inside it.

02

Our Member: 2X1 Tube

Standard FRC frame stock is 2x1 aluminum.

  • Wall thickness 1/16in (.0625) is typical.
  • Model it once, reuse as a Component.
  • Real part: 6061-T6 or AndyMark/WCP tube.
  • We cut angled ends to form the triangle.
FUSION 360 · SCREENSHOT
FIG 2
Fusion cross-section view of a 2.000 x 1.000in rectangular tube profile with a .0625in wall shelled out.

Show the cross-section in Fusion. Stress that 2x1 with a 1/16 wall is the team default; 1/8 wall exists but is heavy. Mention that real tube comes pre-drilled in some lengths from WCP/AndyMark but we model plain stock. Common mistake: students model a solid bar, not a hollow tube. We want the wall so it looks and weighs right.

03

Start The Sketch Skeleton

Sketch the triangle centerlines first, not the tubes.

  • Create Sketch on the XY plane.
  • Draw a 3-line closed triangle.
  • Use Line tool, snap endpoints closed.
  • This skeleton drives every angled member.
FUSION 360 · SCREENSHOT
FIG 3
Fusion sketch on XY plane showing three lines forming a closed triangle, the interior shaded to confirm a closed profile.

Key teaching point that mirrors frcdesign: design the SKELETON before the geometry. The triangle of construction/centerlines is your single source of truth. Demo: Create Sketch, pick XY, draw three lines forming a closed loop. If the loop closes, the profile shades — that confirms it is closed. Students often leave a tiny gap; zoom in and check.

04

Dimension The Skeleton

Fully constrain so the sketch turns black.

  • Add base length dimension along the bottom.
  • Add angle dimensions at two corners.
  • Lock the base to the origin point.
  • Black lines = no degrees of freedom.
FUSION 360 · SCREENSHOT
FIG 4
Fully constrained triangle sketch, all lines black, showing a base length dimension and an angular dimension at one corner.

Walk through Sketch Dimension (keyboard D). Dimension the base length, then use the angular dimension between two lines for the brace angle. Anchor one vertex to the origin with a coincident constraint so the whole triangle cannot float. Repeat the mantra: blue is underdefined, black is fully defined. An underdefined skeleton will shift later and break your tubes.

05

Extrude The First Tube

Each tube becomes its own Component.

  • New Component, then sketch the 2x1 profile.
  • Center the profile on a skeleton line.
  • Extrude to the member length.
  • Right-click body > Create Components from Bodies.
FUSION 360 · SCREENSHOT
FIG 5
Fusion browser tree showing a new Component active, with a 2x1 tube extruded along one edge of the triangle skeleton.

In Fusion, make each tube a separate Component so you can joint them later and get a real BOM. Demo: Assemble > New Component (Activate it), sketch the 2x1 rectangle on a plane perpendicular to a skeleton line, extrude along the line. Emphasize Component vs Body now — this is the Onshape Part Studio equivalent. Students forget to activate the new component and everything piles into one.

Key idea

THE SKETCH IS THE TRUTH. TUBES JUST FOLLOW IT.

Drive geometry from a constrained skeleton — never eyeball angled members.

06

Miter The Tube Ends

A miter is an angled cut where two tubes meet.

  • Tubes meet at the skeleton vertex angle.
  • Cut each end to half the joint angle.
  • Use a construction plane or the mating tube.
  • Combine > Cut to trim overlap cleanly.
FUSION 360 · SCREENSHOT
FIG 6
Close-up of two 2x1 tubes meeting at a vertex with a clean mitered seam, the angled cut faces flush against each other.

This is the lesson's core skill. At a corner where two tubes meet at, say, 60 degrees, each tube end is mitered so they share a flush seam. Easiest Fusion method: model both tubes overlapping past the vertex, then use Modify > Combine (Cut) with one tube as the tool body, or use a sketched cut line on a construction plane bisecting the angle. Common mistake: cutting the full angle on one tube instead of splitting it — the seam ends up lopsided.

07

Using Combine To Trim

Combine subtracts one tube from another.

  • Let tubes overlap past the shared vertex.
  • Modify > Combine, Operation = Cut.
  • Keep Tools so the cutter survives.
  • Repeat at each corner of the triangle.
FUSION 360 · SCREENSHOT
FIG 7
Fusion Combine dialog with Operation set to Cut and Keep Tools checked, two overlapping tubes selected as Target and Tool.

Demo Combine carefully. Target body is the tube you want to keep; Tool body is the overlapping neighbor. Set Operation to Cut and check Keep Tools so you do not delete the other tube. Do this corner by corner. Students panic when Combine eats a whole body — that means they swapped Target and Tool, or left Keep Tools unchecked. Undo and retry.

08

Joint The Frame Together

Use Rigid Joints to lock tubes as one frame.

  • Assemble > Joint, pick mating faces.
  • Choose Rigid for a welded triangle.
  • Capture position before jointing if needed.
  • Now the triangle moves as one unit.
FUSION 360 · SCREENSHOT
FIG 8
Fusion Joint dialog set to Rigid type, two tube faces highlighted, with the assembled triangle frame shown rigid in the browser.

In Fusion, Joints replace Onshape Mates. A static frame uses Rigid joints (vs Revolute for spinning, Slider for linear). Demo: Assemble > Joint, select a face/edge on each tube, set type Rigid. If a part jumps, use Capture Position first. Beginners reach for As-Built Joint here, which is fine for already-positioned parts — mention both. Stress: a frame should have zero DOF when done.

Drive It With Parameters

SET UP PARAMETERS
  • Modify > Change Parameters.
  • Add baseLength and braceAngle.
  • Reference them in your dimensions.
  • Edit once, whole frame updates.
WHY IT MATTERS
  • Resize the frame in seconds.
  • Reuse the design next season.
  • No re-sketching angled cuts.
  • Onshape calls these Variables.

Show Modify > Change Parameters and create User Parameters: baseLength = 24in, braceAngle = 60deg. Then in a sketch dimension, type the parameter name instead of a number. Change baseLength and watch the whole triangle and its miters rebuild. This is the payoff of the skeleton approach. Tip: name parameters clearly — students use d1, d2 and forget what they mean.

Your Task

BUILD THIS
  • Model a braced triangle from 2x1 tube.
  • Drive it from a constrained sketch skeleton.
  • Miter all three corners cleanly.
  • Rigid-joint it and add 2 parameters.
HOW TO SUBMIT
  • Fusion: Share > Public Link.
  • Copy the public link.
  • Paste it on AltHub.
  • Due before next session.

Set them loose. Walk the room. The two failure modes: underdefined skeletons (blue lines) and bad miters (Combine eating bodies). Encourage them to change a parameter at the end to prove the design is truly parametric. Remind them Share is in the top-right profile/file menu in Fusion, and the link must be set to public so mentors can open it.

09

🧰 Add-ins for this step

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

  • FRC Tube Extruder — set end trims for the angled members.
Recap

Triangle Frame Skeleton First, Always

  • Triangles are rigid; brace every frame.
  • Constrain the sketch skeleton, then hang tubes.
  • Miter ends with Combine Cut, joint Rigid, drive with Parameters.

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.