Engineering Graphics and CAD · Lesson 19 of 35
Sketch planes, reference geometry, and sketch entities
Create the 2D sketches that features are built from, on the right plane, using clean entities.
Readiness check
Learning objectives
By the end of this lesson you can:
- Select an appropriate sketch plane or face for a feature.
- Create sketch entities: line, rectangle, circle, arc, and slot.
- Use reference (construction) geometry to aid a sketch.
- Keep sketches simple and feature-ready.
- Explain how sketch-plane choice affects model robustness.
Check your starting point
Five to ten minutes.
- Every solid feature starts from what?
- If you sketch on a face of the model rather than a default plane, what might happen if that face later moves?
- What is a construction line for in a sketch?
Interpretation.
- Q1: A sketch. Features are built from sketches.
- Q2: The sketch (and its feature) may move or break with the face. This is the robustness point of the lesson.
- Q3: A reference line that helps constrain the sketch but is not part of the solid geometry.
You need L18 (planes and strategy).
The core idea
What it is. A sketch is the 2D profile, drawn on a plane, that a feature is built from. This lesson covers choosing the plane, drawing clean entities, and using construction geometry.
Why an engineer needs it. Every solid feature begins with a sketch. The plane you sketch on and the cleanliness of the sketch determine how robust and editable the feature is. A good sketch on a stable plane makes a strong feature; a messy sketch on a fragile face makes a weak one.
What problem it solves. It turns the modelling plan into concrete profiles that features can use, placed on references that keep the model stable.
What goes wrong when it is ignored. Sketching on fragile model faces couples features to geometry that may move; over-complicated sketches with unnecessary entities are hard to constrain and edit.
A simple mechanical example. To model the L-bracket profile, you sketch the L on the Front default plane and extrude it. Sketching on a default plane means the profile does not depend on any other feature, so it stays stable no matter what else changes.
Choosing a plane. Prefer a default plane (stable) over a model face (may move) when either would work. Sketch on a model face only when the feature genuinely must follow that face.
Sketch entities. The common entities are line, rectangle, circle, arc, and slot; splines exist but are used sparingly for mechanical parts. Keep each sketch to one clear job, with as few entities as the profile needs.
Reference (construction) geometry. Construction lines (and construction points, planes, axes) help you constrain a sketch (for example a centerline for symmetry) without becoming real edges of the solid. They are reference only.
Neutral terminology: construction geometry is called "construction" (Onshape, SolidWorks) or "for reference" in some tools; the idea is identical.
The skills, taught in order
Skill 19.1 - Choose the sketch plane
Concept. Prefer a stable default plane; use a model face only when necessary. Terminology. Sketch plane, default plane, face-as-plane. Procedure. For each sketch, ask whether a default plane works. If so, use it. Use a model face only when the feature must follow that face. Reasoning. Default planes never move, so sketches on them stay stable. Failure mode. Sketching on a model face out of habit, coupling the feature to that face. Check. State when a model face is the right sketch plane.
Skill 19.2 - Draw clean sketch entities
Concept. Use the simplest entities that make the profile. Terminology. Line, rectangle, circle, arc, slot, spline. Procedure. Build the profile from as few entities as needed; prefer rectangles and circles over many short lines; avoid splines for mechanical profiles unless required. Reasoning. Simple sketches are easier to constrain, read, and edit. Failure mode. Overbuilding a profile with unnecessary segments. Check. Redraw a many-line rectangle as a single rectangle entity.
Skill 19.3 - Use construction geometry
Concept. Construction geometry aids constraints without adding solid edges. Terminology. Construction (reference) geometry, centerline. Procedure. Add construction lines/points to enable symmetry, alignment, or centering, then constrain real geometry to them. Reasoning. Construction geometry encodes intent (symmetry) cleanly and does not print as an edge. Failure mode. Using real lines where construction lines belong, adding stray edges. Check. Add a construction centerline to make a profile symmetric.
Skill 19.4 - Keep sketches feature-ready
Concept. Each sketch should do one clear job for one feature. Terminology. Feature-ready sketch, single-purpose sketch. Procedure. Limit a sketch to the profile its feature needs; put unrelated geometry in separate sketches/features. Reasoning. Single-purpose sketches are robust and easy to edit. Failure mode. Cramming several features' geometry into one sketch. Check. Decide whether two features should share one sketch or use two.
Worked example 1: the L-bracket profile on a default plane
Problem. Sketch the L-bracket profile (a 50-tall by 10-wide vertical arm and a 40-wide by 10-tall horizontal foot) on the Front default plane, using a construction line where helpful, ready to extrude.
Planning. Use the Front plane, draw the L outline with lines, and add construction geometry only if it helps constrain.
Solution.
- Plane. Select the Front default plane (stable, no dependency on other features).
- Profile. Draw the L outline as a closed set of lines: up the vertical arm (50), across the top (10), down to the foot, across the foot (40), and back, forming a closed L.
- Construction geometry. If the bracket is to be centred or aligned, add a construction line at a reference edge; for a plain L, minimal construction geometry is needed, but a construction line along the inside corner can help locate features later.
- Simplicity. Use straight lines only; no splines. The profile is a single closed loop ready to extrude.
- Feature-ready. This one sketch defines the L profile for one extrude feature; the mounting hole will be a separate sketch/feature.
Result. A clean, closed L profile on the Front plane, built from lines, ready to extrude into the bracket, with the hole left for a later feature.
Why the method works. Sketching on a default plane keeps the profile independent of other features, and one closed loop is exactly what an extrude needs.
How to verify independently. Confirm the profile is a single closed loop with no gaps or overlaps; an extrude will only accept a clean closed region. If it extrudes, the sketch is valid.
Worked example 2: default plane versus model face for a boss
Problem. A boss (a raised cylindrical pad) must sit on the top face of a base block. Model it two ways: (a) sketch the boss circle on the Top default plane at the correct height using an offset, versus (b) sketch it directly on the block's top face. Show how each responds if the base height later changes. The complication is that plane choice changes what a later edit does.
Planning. Build both, then change the base height and observe.
Solution.
- Version (a), offset default plane. Create a plane offset from the Top default plane to the intended boss height, sketch the boss circle there, and extrude. The boss height is set by the offset parameter.
- Version (b), model face. Sketch the boss circle directly on the block's top face and extrude. The boss now sits on that face by dependency.
- Edit test, increase base height. In version (b), the top face rises with the base, so the boss rises with it automatically, which may be exactly what you want (boss always on top). In version (a), the boss stays at the fixed offset height unless you also change the offset, so it may end up buried or floating.
- Which to choose. If the boss must always sit on the top face, sketching on the face (version b) captures that intent directly. If the boss must sit at a fixed height regardless of base height, the offset plane (version a) is right. The choice depends on intent.
- Robustness nuance. Model faces are not always wrong; they are the right reference when the feature must follow the face. They are fragile only when used carelessly for features that should not depend on them (revisited in L23).
Comparison. Version (b) ties the boss to the top face (good if the boss must stay on top); version (a) fixes the boss height (good if it must stay at a set height). Neither is universally correct; the plane choice should encode the design intent.
Result. Sketch the boss on the top face when it must follow that face; use an offset default plane when it must stay at a fixed height. Plane choice is a design-intent decision.
Independent check. Change the base height in each version. The face-sketched boss follows the top; the offset-plane boss keeps its set height. Whichever matches the intended behavior is the correct choice for that part.
Misconceptions and diagnostics
| Misconception | Why it seems reasonable | Why it is wrong | Evidence that reveals it | Correction | Diagnostic question |
|---|---|---|---|---|---|
| "Sketch on any face; it is all the same." | Any flat face can host a sketch. | A model face may move with edits; a default plane will not. Choose by intent. | A face-sketched feature shifts when the base changes. | Prefer default planes unless the feature must follow the face. | "Should this feature follow this face, or stay put?" |
| "Construction lines print as edges." | They look like lines. | Construction geometry is reference only; it does not become a solid edge. | The extruded solid has no edge where the construction line was. | Use construction geometry for references, real lines for edges. | "Is this line reference-only or a real edge?" |
| "One big sketch is efficient." | Fewer sketches feel simpler. | Cramming features into one sketch makes it hard to constrain and edit. | A change to one feature disturbs unrelated geometry in the shared sketch. | Give each feature a single-purpose sketch. | "Does this sketch do one job for one feature?" |
Practice ladder
Task. In six sketches, identify entity types and mark which geometry is construction versus real. Deliverable. Six annotated sketches. Success criteria. Entities and construction/real correctly identified in at least five. Answer guidance. Construction geometry is styled differently and does not form solid edges. Common errors. Treating a construction centerline as a real edge. Difficulty. Low.
Level B - Guided applicationTask. Build a scaffolded profile sketch (given the profile) on a stated plane, adding a construction centerline for symmetry. Deliverable. The completed sketch. Success criteria. Correct plane; clean closed profile; construction centerline present. Answer guidance. Use the default plane specified; keep entities minimal. Common errors. Open profile (gaps) that will not extrude. Difficulty. Medium.
Level C - Independent applicationTask. Sketch a given profile from scratch on an appropriate plane, with a construction centerline, ready to extrude. Deliverable. A feature-ready sketch. Success criteria. Sensible plane; closed, simple profile; construction geometry used well. Answer guidance. Choose a default plane unless the feature must follow a face. Common errors. Choosing a fragile face without reason. Difficulty. Medium.
Level D - Transfer and designTask. For a feature that could be sketched on a default plane or a model face, choose the plane to match a stated design intent and justify it against a likely edit. Deliverable. The sketch plus a justification. Success criteria. Plane choice matches intent; justification uses an edit test. Answer guidance. If the feature must follow a face, sketch on the face; if it must stay put, use a plane. Common errors. Choosing a plane without considering intent. Difficulty. Medium to high.
Working with AI, and proving it yourself
Use AI as a tutor
Useful AI support:
- Ask it to explain when to sketch on a face versus a plane, then test with an edit.
- Ask it to suggest the simplest entities for a profile.
- Ask it to explain construction geometry.
Limits:
- A text assistant cannot see your sketch or its constraints.
- It may recommend a plane without knowing your intent.
Verify AI output against: the default-plane-preference principle, the single-purpose-sketch rule, and the edit test.
Prove it yourself
A plausible but incorrect AI answer, and how to catch it. You ask, "Where should I sketch a boss that must always sit on the top of the base?" and the assistant replies: "Always sketch on a default plane, never on a model face."
This is too absolute. Detect it with the intent principle: if the boss must always follow the top face, sketching on that face captures the intent, and the boss then rides the face when the base height changes. The evidence is the edit test: a face-sketched boss stays on top, an offset-plane boss does not. Correct conclusion: prefer default planes in general, but sketch on a face when the feature must follow that face; plane choice encodes intent.
Retrieval and spaced review
- What does every solid feature start from?
- When should you sketch on a model face rather than a default plane?
- What is construction geometry, and does it become a solid edge?
- Why keep each sketch single-purpose?
- Which entities suit mechanical profiles, and which to avoid?
- How does plane choice encode design intent?
- Cumulative (L18): How does preferring default planes support the stability idea from L18?
- Reconstruction task: From memory, describe the L-bracket profile sketch and its plane.
Answers. 1: a sketch. 2: when the feature must follow that face. 3: reference-only geometry that aids constraints and does not become a solid edge. 4: single-purpose sketches are easier to constrain and edit and more robust. 5: lines, rectangles, circles, arcs, slots; avoid splines for mechanical profiles unless needed. 6: sketching on a face makes the feature follow the face; on a fixed plane keeps it put. 7: default planes never move, so sketches on them stay stable.
Suggested review intervals. 1 day, 3 days, 7 days.
Reference mapping and next step
Read further
- Onshape docs (Sketching)
- Giesecke ch.4 (geometric constructions).
Standards details must be checked against the current official edition used by your institution or employer.
Finish the lesson
You can now: choose a sketch plane by intent; draw clean sketch entities; use construction geometry; and keep sketches feature-ready.
Self-assessment checklist.
- I prefer default planes unless a feature must follow a face.
- I build profiles from simple, minimal entities.
- I use construction geometry for references.
- Each of my sketches does one job.
- I can justify a plane choice by design intent.
Next lesson: L20 - Constraints and fully constrained sketches. Why it follows: you can now place a clean sketch on the right plane; next you lock its geometry with constraints so it is fully and intentionally defined, the single most important CAD skill.
Required files or submissions: submit your Level C feature-ready sketch. Optional extension: in Onshape, sketch the L profile on the Front plane and note which entities you used.