In this guide
You open SolidWorks, stare at the blank screen, and draw a rectangle. Then you spend forty minutes fighting dimensions, the sketch turns blue and red, and nothing extrudes. Every mechanical student has been here. SolidWorks is not hard because it's complex — it's hard because it punishes the habits you learned in 2D drawing: it wants intent, not lines.
This guide teaches the workflow that makes SolidWorks click: fully-defined sketches, feature discipline, assemblies that don't explode, and drawings your workshop can actually build from.
Think in features, not lines
SolidWorks models are history trees: a stack of features (extrude, cut, fillet, hole) built on sketches. The golden rules:
- Every sketch must be fully defined (all lines turn black, not blue). An under-defined sketch shifts when you change something three features later, and your model silently corrupts. Dimension everything; add geometric relations (horizontal, vertical, coincident, tangent) instead of extra dimensions where possible.
- Model like you'll manufacture it. Start with the base feature as the biggest, simplest shape (the "base stock"), then add and remove material the way a machinist would: extrude the block, cut the pocket, drill the holes, add fillets last.
- Fillets and chamfers go last. They're cosmetic-ish features that complicate everything downstream (shells, patterns, edits). Model all functional geometry first.
- Name your features. "Extrude-47" means nothing in a 200-feature tree; "motor_mount_boss" does. Future-you, editing the night before submission, will thank present-you.
Sketches: the foundation
A good sketch follows this order: draw roughly → add relations → add dimensions → verify fully defined (black). Key practices:
- One sketch, one job. Don't draw the entire part outline with all holes in a single sketch — separate sketches per feature edit cleanly.
- Dimension to design intent. If two holes must stay symmetric about a centerline, use a centerline + symmetric relation + one dimension — not two dimensions that can drift apart.
- Use construction geometry. Centerlines and construction circles position features without becoming model edges.
- Hole Wizard, always. Never sketch circles and extrude-cut them for holes. Hole Wizard gives you standard counterbore, countersink and tapped-hole definitions with correct standards data — and the hole callout appears correctly on the drawing.
Note: The most common beginner failure is the "zero-thickness geometry" error — usually from a sketch profile that touches the existing solid at exactly one point or edge. Offset the sketch slightly or rework the profile so the feature adds or removes a clean volume.
Core features and when to use them
| Feature | Use for | Student tip |
|---|---|---|
| Extruded Boss/Cut | Prismatic shapes, plates, brackets | Most-used feature; keep sketches simple |
| Revolved Boss/Cut | Shafts, pulleys, axisymmetric parts | Draw half the profile on one side of the centerline |
| Hole Wizard | Any standard hole | Counterbore/countersink/tapped in one feature |
| Fillet / Chamfer | Edge breaks, stress relief | Last in the tree; use variable-radius sparingly |
| Shell | Hollow parts: enclosures, covers | Shell before adding holes/features on thin walls |
| Rib | Stiffening brackets and mounts | Draw the rib profile on a plane, keep thickness ~60% of wall |
| Pattern (linear/circular) | Repeated holes, fins, spokes | Pattern the feature, not the sketch — edits propagate |
| Mirror | Symmetric parts | Mirror features about a plane; halves rebuild time |
| Loft / Sweep | Complex shapes: ducts, handles, springs | Guide curves control the shape; keep profiles simple |
| Sheet Metal tools | Brackets, enclosures, chassis | Model in sheet-metal mode from the start — flat pattern comes free |
Assemblies: mates that survive
Assemblies fail when mates are sloppy. Discipline:
- Fix the first component (usually the frame/base) — everything mates to it. A floating base part lets the whole assembly drift.
- Prefer standard mates (coincident, concentric, parallel, distance) over fancy ones. Three mates fully constrain most parts: e.g. a shaft in a bore = concentric + coincident faces + (rotation free or locked as needed).
- Mate to planes and axes, not faces, where possible — faces disappear when you edit features; reference geometry is stable.
- Use sub-assemblies. A 100-part flat assembly is unmanageable; group the gearbox, the frame, the electronics as sub-assemblies with their own mates.
- Interference Detection before you call it done — parts overlapping by 0.1mm are invisible on screen and very visible in the workshop.
- Exploded views for your report and assembly instructions — configured views, not manually dragged parts.
Drawings: what the workshop actually needs
A beautiful model with a bad drawing still produces scrap. A manufacturing drawing needs:
- Three views minimum (front, top, side) + isometric for clarity, at a sensible scale on a standard sheet (A3 for most student parts).
- Dimensions that a machinist can measure — dimension from datums (edges/faces the part sits on), not from random edges. Chain dimensioning accumulates error; baseline (ordinate) dimensioning from one datum doesn't.
- Tolerances on functional features only — bearing bores, shaft fits, hole positions that mate. Everything else gets the title-block general tolerance (±0.2mm is typical for student workshop parts).
- Surface finish symbols where it matters (bearing seats: Ra 1.6µm or better).
- Title block filled: part name, material, scale, drawn/checked, date. An unnamed, undated drawing is not a drawing.
- Hole callouts from Hole Wizard ("M6 × 1.0 THRU" etc.) — never hand-type hole notes.
Materials and mass properties
Assign a real material to every part (not "plain carbon steel" by default — pick the actual grade, e.g. AISI 1020, 6061-T6 aluminium). Then Mass Properties gives you honest mass, center of gravity and moments of inertia — numbers your report's calculations should match. If your hand calculation says 2.1kg and SolidWorks says 3.4kg, one of them is wrong; find out which before the viva.
File hygiene (learn this before you lose work)
- Save parts, assemblies and drawings with descriptive names in one project folder — SolidWorks links files by path; renaming in Explorer breaks assemblies. Rename inside SolidWorks (File → Save As with references) or use Pack and Go when moving/archiving.
- Pack and Go the entire project before submission — it collects every referenced file into one zip. An assembly submitted without its parts is the classic zero.
- Version your files (bracket_v3, not bracket_final_FINAL) or use the built-in revision tools.
- Back up to cloud storage. Local-only project files on a lab PC have ended more final-year projects than bad design.
Common mistakes
- Under-defined (blue) sketches everywhere — the root of 90% of "my model broke" complaints.
- Modeling fillets first, then wondering why the shell/pattern fails.
- Sketching holes instead of Hole Wizard — wrong callouts, no standard data, painful edits.
- Mating to faces that later get edited away — use planes/axes.
- Drawings dimensioned like the model, not like the machining — dimension from datums.
- No material assigned — mass properties meaningless, drawings incomplete.
- Submitting the assembly without Pack and Go — missing parts on the examiner's machine.
Where to go from here
- Engineering Tolerances & Fits Explained — what to put in those tolerance boxes on your drawing.
- CAD to Prototype: Fusion 360 & 3D Printing — taking your SolidWorks model to a physical prototype.
- 3D Printing Settings for Strong Prototypes — when the prototype is FDM-printed.
- Bearing Selection Basics — selecting real components to place in your assembly.
- More design topics in the Mechanical branch hub.