Every part starts as a sketch
A sketch is a 2D drawing on a flat plane (or a flat face of a part) that defines the shape you will later turn into 3D. Almost every feature — extrude, revolve, cut — starts from a sketch. Good sketching habits are the difference between a model that updates cleanly and one that breaks every time you change a number.
Pick a plane and draw
Onshape gives you three default planes: Top, Front, and Right. Start a sketch on one of them (or on a flat face of an existing part). Then use sketch tools: line, rectangle, circle, arc, slot.
Constraints: telling the sketch how to behave
Raw lines are floppy. Constraints lock down relationships so the sketch behaves predictably:
- Coincident — two points meet.
- Horizontal / Vertical — a line stays level or upright.
- Parallel / Perpendicular — relationships between lines.
- Equal — two lengths or radii match.
- Tangent — a line meets a circle smoothly.
- Concentric — circles share a center.
Dimensions: setting the numbers
Dimensions set actual sizes — a line is 2 in long, a hole is 0.196 in in diameter (the standard #10 clearance hole), two holes are 0.5 in apart. In FRC you will use inches constantly because COTS structure uses inch hole patterns.
Fully define your sketches
A sketch is fully defined when every point and line is pinned down by constraints and dimensions. Onshape colors a fully defined sketch black; an under-defined (floppy) sketch shows blue. Aim for black. A fully defined sketch updates predictably and won't shift unexpectedly when you edit it later. This discipline is one of the biggest markers of a strong CAD designer.
A concrete FRC example
To model a 2x1 in box tube cross-section:
- Start a sketch on the Front plane.
- Draw a rectangle and dimension it 2 in by 1 in.
- Add a coincident constraint to put one corner on the origin (anchoring the sketch).
- Confirm it turns black — fully defined.
Later you will extrude this into a tube and add the hole pattern.
Tips for beginners
- Anchor to the origin. Constrain at least one point to the origin so the sketch can't float away.
- Constrain before dimensioning. Add geometric relationships first, then numbers.
- Keep sketches simple. Several small features are easier to edit than one giant complicated sketch.
- Use construction lines (toggle a line to 'construction') for reference geometry that won't become a real edge.
Work through the sketching exercises in Stage 1A of FRCDesign.org to drill these until they are automatic.
Key takeaways
- Almost every 3D feature begins as a 2D sketch on a plane or face
- Constraints (coincident, parallel, equal, tangent, etc.) define relationships; dimensions set actual sizes
- Aim to fully define every sketch (black in Onshape) so the model updates predictably and never shifts unexpectedly
- Anchor sketches to the origin and keep them simple to make editing easy later
Keep going
Take the quiz · +10 XP with an accountMore in Onshape Fundamentals: Sketches, Parts, and Assemblies
Sources & corrections
This lesson is AI-assisted: drafted from primary sources, then reviewed and edited by hand. Errors still get through. When one is reported we fix it and write down what changed — publicly, in the corrections log.
Sources and further reading
- FRCDesign.org Stage 1A — Onshape Fundamentals (educators guide)frcdesign.org
- Onshape Learning Centerlearn.onshape.com
Read next
Articles on this, for competition day
The lesson covers how it works. These cover what to do when it breaks.
- 8 min read
FRC Onshape Tutorial: How to CAD Your First Robot Part
A beginner Onshape tutorial for FRC: sign up free, learn Part Studios and Assemblies, sketch and extrude your first part, and pull in COTS parts.
Read - 13 min read
WPILib Won't Deploy: Every Cause and How to Fix It
Your WPILib deploy is failing? Work the decision tree: wrong folder in VS Code, team number, roboRIO image, JDK version, macOS network privacy. Fixes for each.
Read - 13 min read
Every FRC Grant for the 2027 Season: Deadlines & Amounts
Every FRC grant for the 2027 BIOCORE season — BAE, Boston Scientific, Gene Haas, Intuitive, John Deere, NASA — with amounts, eligibility, and deadlines.
Read
Lesson quiz
RequiredAll 3 right completes the lesson. Miss one and only that question comes back — anything you already answered correctly stays banked.
0 of 3 answered
01.In Onshape, what color indicates that a sketch is fully defined?
02.What does it mean for a sketch to be 'fully defined'?
03.Why are sketches considered the foundation of every part in Onshape?
Answer every question to submit.
All 31 lessons in CAD & Design
- Not started:Configurations vs. Parametric Variables: Designing One Model, Many Robots
- Not started:FeatureScript Automation for FRC
- Not started:Browser-Based FEA: Weight-Optimizing Real Structures
- Not started:Swerve System Geometry & Motion Math
- Not started:Case Study: FRC 6328's Modular Gusset-and-Tube Methodology