Modeling Basics: Extrude, Bevel, and Loop Cuts

Blender Fundamentals

Chapter 5 · Modeling Basics: Extrude, Bevel, and Loop Cuts

Chapter 4's own tip box pointed here directly: this chapter's own toolkit is built around Chapter 4's vocabulary of vertices, edges, and faces. Extrude, Bevel, and Loop Cuts are the three tools that actually turn a simple starting shape into a genuinely custom one.

Extrude: Pulling New Geometry Out of Existing Geometry

Extrude takes a selected face, edge, or vertex and pulls a new copy of it outward, automatically connecting the new geometry back to whatever it was extruded from with new faces along the way. A cube's own single top face, extruded upward, becomes a taller box shape — new geometry generated directly from what was already there, rather than added as a separate, disconnected piece.

Bevel: Softening a Sharp Edge or Corner

Bevel replaces a sharp edge or corner with a small, rounded or chamfered transition, adding new geometry to smooth out what would otherwise be a hard, perfectly sharp angle. Real-world objects almost never have perfectly sharp edges at a physical level, which is exactly why even a very subtle bevel often makes a model read as noticeably more realistic.

Loop Cuts: Adding Edge Loops for More Detail

A loop cut adds a new ring of edges running around an existing mesh, subdividing it into more, smaller faces without changing its overall shape. This is essential preparation for later, more localized edits — bending just the middle section of a cylinder, for instance, requires enough edge loops already present in that middle area to actually bend around.

Inset Faces: Creating a Smaller Face Within a Face

Inset creates a new, smaller face nested inside a selected face, with a thin border of new geometry connecting the two — commonly used as a first step before extruding that new inner face inward or outward, a common pattern for building details like a window frame or a recessed panel.

Combining These Tools: A Simple Modeling Workflow

A real modeling session typically combines all four tools in sequence — loop-cutting to add detail where it's needed, insetting a face to define a smaller region, extruding that region to give it depth, and beveling any resulting sharp edges to soften them. No single tool builds a complex shape alone; the combination, applied thoughtfully, is what does the real work.

ToolWhat it doesTypical shortcut
ExtrudePulls new, connected geometry out from a selectionE
BevelSoftens a sharp edge or corner with a rounded transitionCtrl+B
Loop CutAdds a ring of edges, subdividing the meshCtrl+R
Inset FacesCreates a smaller nested face within a selected faceI
Chapter 6 gives this shape an actual appearance
Everything in this chapter shapes geometry alone — no color or surface appearance yet. Chapter 6's own materials and basic shading is where a modeled shape actually gets a visible color and surface property.
Extruding without moving still creates new geometry
It's tempting to press E (Extrude) and then immediately click or press Enter without actually moving the mouse, assuming nothing happened since the shape looks unchanged. Extrude always creates new geometry the moment it's activated, even if it's then confirmed at zero distance — the result is an invisible, overlapping duplicate face sitting exactly on top of the original, which can cause confusing selection or shading problems later when that hidden duplicate gets caught up in a future edit. Moving the mouse at least slightly before confirming (or explicitly cancelling with Escape if no extrusion was actually intended) avoids leaving this kind of invisible duplicate behind.

Hands-On Exercises

Exercise 1

A student wants to bend just the middle section of a plain, unsubdivided cylinder without affecting its top and bottom. Using this chapter's own material, explain what preparation step is needed before that bend is even possible.

📄 View solution
Exercise 2

A student presses E to extrude a face, then immediately confirms without moving the mouse, assuming nothing happened since the model looks identical. Using this chapter's own warning box, explain what actually happened and why it can cause problems later.

📄 View solution
Exercise 3

Explain, using this chapter's own material, why a subtle bevel on a hard corner often makes a 3D model look more realistic, even though the change itself is visually very small.

📄 View solution

Chapter 5 Quick Reference

  • Extrude pulls new, connected geometry out from a selected face, edge, or vertex
  • Bevel softens a sharp edge or corner with a rounded or chamfered transition
  • Loop Cuts add a ring of edges, subdividing the mesh for more localized detail
  • Inset Faces creates a smaller nested face, often as a first step before extruding it
  • Extrude always creates new geometry immediately, even at zero distance — move the mouse or cancel, don't just confirm blindly