How to Cut a 3D Model in Blender: Step-by-Step Guide

Victoria Aponte12 min read
How to Cut a 3D Model in Blender: Step-by-Step Guide

Whether you’re splitting a large model for 3D printing, removing a damaged section to retopologize, or creating a cross-section to showcase an interior design, cutting a 3D model is one of the most common (and most useful) operations in Blender. New users often struggle to find the right tool for the job: the software offers half a dozen different methods for splitting geometry, and choosing the wrong one can leave you with messy ngons, broken normals, or non-manifold edges that ruin 3D prints or rendering. In this guide, we’ll break down the most reliable cutting methods for every use case, from simple slice cuts to complex custom shapes, so you can get clean, usable results every time.

Preparing Your Model for Cutting

Before you make any cuts, taking a few minutes to prepare your model will save you hours of fixing errors later. Blender’s cutting tools work best on clean, manifold geometry, and skipping preparation often leads to messy results that are hard to repair. A little prep goes a long way, whether you’re working on a sculpted character, a mechanical part, or a architectural model.

Check for Non-Manifold Geometry

Non-manifold geometry is any mesh that has edges connected to more than two faces, overlapping faces, or disconnected vertices. Most cutting tools in Blender will struggle to process non-manifold geometry, often producing incomplete cuts or extra stray faces that you’ll have to clean up manually. To check your model for issues:

  1. Enter Edit Mode by pressing Tab once with your model selected.
  2. Press Shift + N to recalculate your model’s outer normals (this fixes common normal inversion issues that can break boolean operations).
  3. Open the Select menu, hover over Select All by Trait, and choose Non-Manifold. Blender will automatically select any problematic edges or vertices.
  4. Fix selected issues by merging overlapping vertices (press M > By Distance) or deleting extra stray faces.

Apply Scale and Transformation

One of the most common mistakes new Blender users make when cutting models is forgetting to apply object transformations before starting work. If you’ve scaled, rotated, or moved your model in Object Mode, those transformations are still stored as relative data rather than being baked into the mesh. This causes particular issues with Boolean operations, which rely on accurate object dimensions to calculate cuts. To fix this, simply select your model in Object Mode, press Ctrl + A, and select Scale from the apply menu. You can also apply Location and Rotation at the same time to avoid any future issues with other operations.

Choose the Right Cut Type for Your Project

Before you dive in, it helps to know which cutting method is best suited to what you’re trying to achieve. Blender’s different tools are built for different jobs, so matching the tool to your task will save time and frustration:

  • A simple straight slice: Best done with the Knife Project tool
  • Cutting a custom shape out of a model: Boolean Modifier is the easiest option
  • Slicing a model into multiple separate pieces: Bisect tool or Boolean with a solid cut
  • Freehand cutting for organic shapes: The Knife Tool
  • Cutting a cross-section for visualization: The Slices add-on or Boolean with a cube cutter

Method 1: The Bisect Tool for Quick Straight Cuts

If you just need to make a single straight cut across your model to split it in half or remove an unwanted section, the Bisect tool is the fastest option available. Built directly into Blender’s Edit Mode, Bisect creates a straight cut along a plane you draw, and it even gives you the option to automatically fill the cut edge with a new face or delete one side of the cut. It’s ideal for quick jobs like splitting a model for 3D printing on a small printer bed, or trimming the bottom of a model to make it sit flat on a build plate.

Step-by-Step Guide to Using Bisect

To use the Bisect tool, start with your model selected and enter Edit Mode by pressing Tab. Make sure you’re in Vertex or Edge selection mode (Bisect works across the entire mesh regardless of your selection, but this makes it easier to see the cut after you make it). Next, find the Bisect tool in the left-hand toolbar (the icon that looks like a knife) or press Shift + Space to open the search bar and search for "Bisect".

Click and drag your mouse to draw the cut plane: the line you draw will be the intersection of the cut plane with your viewport. Drag across the entire model to ensure the cut goes all the way through. As soon as you release your mouse, the cut will be applied, and you’ll see options for the tool in the bottom-left corner of the viewport.

The most useful options here are Clear Inner and Clear Outer. Check Clear Inner if you want to delete the part of the model that’s on the inside of the cut plane, or Clear Outer to delete the outside part. If you just want to split the model into two connected parts without deleting anything, leave both boxes unchecked. Check the Fill box to automatically add a new solid face where the cut was made — this is essential if you plan to 3D print the resulting pieces, as an open edge will produce a non-manifold mesh that your slicer will reject.

Pros and Cons of Bisect

Bisect is extremely fast, works on any single mesh, and doesn’t require adding any extra objects or modifiers, which keeps your file size small and your workflow clean. However, it only makes straight cuts, so it’s not useful if you need to cut a custom shape or a curved line. It also can struggle with extremely dense meshes, though for most standard models it works flawlessly.

Method 2: Boolean Modifier for Custom and Complex Cuts

The Boolean Modifier is the most versatile cutting tool in Blender, and it’s the go-to method for most professional work where you need clean, editable cuts of any shape. Boolean uses a second object (called a cutter) to cut into your base mesh, supporting any shape from simple rectangles to complex organic forms. It’s also non-destructive by default, which means you can move or adjust the cutter at any time even after you’ve made the cut, without damaging your original base mesh.

The Boolean modifier is the workhorse of Blender modeling operations. Once you learn how to use it reliably with clean mesh preparation, there’s almost no cut you can’t execute quickly and cleanly.

How to Make a Cut With Boolean

To get started with a Boolean cut, first set up your base model and your cutter object. The cutter can be any mesh: a simple cube for a straight cross-section cut, a sphere for a circular hole, or even a complex custom shape you’ve modeled to cut a logo or intricate pattern into your base model. Follow these steps for a clean cut:

  1. Position your cutter object so that it overlaps the part of the base model you want to cut. For example, if you want to cut the base model in half, position a cube so that it overlaps half of the model completely.
  2. Select your base model, go to the Modifiers tab (the wrench icon in the right-hand properties panel), and add a Boolean Modifier.
  3. Set the Operation dropdown to Difference: this will cut away any part of the base mesh that overlaps the cutter object. If you want to keep the overlapping part and delete the rest, use Intersect instead.
  4. Click the Cutter field, then select your cutter object from the list or click on the cutter object in the viewport.
  5. Blender will automatically calculate the cut. If the cut looks correct, you can either leave the modifier as-is (for non-destructive editing) or apply the modifier by clicking the Apply button in the modifier settings.

Troubleshooting Common Boolean Issues

Even experienced Blender users run into issues with Boolean cuts from time to time, usually caused by bad geometry or incorrect settings. If your Boolean cut comes out with missing faces, weird glitches, or no cut at all, try these common fixes:

  • Check that your cutter object is a closed, solid mesh. Open meshes (meshes with holes or open edges) often produce bad Boolean results. For a straight cut, use a solid cube instead of a plane, which is an open mesh by default.
  • Make sure you’ve applied scale to both the base model and the cutter object. As we mentioned earlier, unapplied scale is the number one cause of unexpected Boolean failures.
  • Switch the Boolean solver from Fast to Accurate in the modifier settings. The Fast solver is quicker, but it struggles with complex geometry, so the Accurate solver will usually fix glitches at the cost of a little extra calculation time.
  • Simplify your mesh if it’s extremely high-poly. Boolean tools struggle with millions of polygons, so decimate your base model or use a remesh modifier before cutting if you’re working with a high-poly sculpt.

When to Use Boolean for Cutting

Boolean is perfect for almost any cutting job that Bisect can’t handle: cutting custom holes, splitting a model into multiple custom-shaped pieces, cutting intricate patterns, or creating non-destructive cuts that you can adjust later. It’s also the best method for cutting a model into multiple separate pieces: after you apply the Boolean cut, you can separate the two pieces into different objects by pressing P > Selection in Edit Mode.

Method 3: Knife Tool and Knife Project for Freehand and Aligned Cuts

If you need to make a freehand cut that follows a custom line you draw directly on the model, the Knife Tool is your best option. It lets you click and draw a cut line directly on the surface of your mesh, creating new edges exactly where you draw them. A related tool, Knife Project, lets you project a 2D line or curve from your viewport onto a 3D model to make a perfectly aligned straight or custom cut, which is great for cutting along reference lines or matching a 2D sketch.

Using the Knife Tool for Freehand Cuts

To use the Knife Tool, select your model, enter Edit Mode, and press K to activate the tool. Your cursor will change to a knife icon, and you can click to add points along your cut line directly on the model’s surface. Each click adds a new vertex to the cut line, and you can draw curved cuts by adding multiple points close together. When you’ve finished drawing your cut line, press Enter to apply the cut.

Useful Knife Tool options to know include: holding Ctrl to constrain your cut line to 45-degree angles for straight cuts, holding Shift to cut through the entire model (instead of just the visible front faces), and checking the "Cut Through" option in the bottom-left toolbar after you make the cut to ensure the cut goes all the way through multiple layers of geometry.

Cutting With Knife Project

Knife Project is even more useful for many workflow, because it lets you align your cut perfectly with a reference or a 2D shape. For example, if you have a reference image of a logo that you want to cut into your model, you can trace the logo in the 2D viewport, then project the trace onto your 3D model to get an accurate cut. To use Knife Project:

  1. In Object Mode, add a curve that matches the shape of the cut you want to make, or draw the cut line in Edit Mode on a separate plane aligned to your view.
  2. Position your viewport so that the cut shape is aligned exactly how you want it to appear on your model.
  3. Select your base model, enter Edit Mode, then select the cut curve or line object by Shift-right-clicking it.
  4. Open the Edge menu in Edit Mode and select Knife Project. Blender will project the selected cut shape onto your base mesh, creating a perfectly aligned cut along the shape.

Knife Project is particularly useful for cutting cross-sections aligned to your camera view, or for cutting along reference lines you’ve drawn on a separate image plane. It produces cleaner results than freehand cutting for any cut that needs to match an existing shape or reference.

Pros and Cons of Knife Tools

The Knife Tool and Knife Project give you full control over exactly where your cut goes, which is perfect for organic sculpting or custom freehand work. However, they can produce messy topology if you don’t draw carefully, and they’re not as easy to adjust after you make the cut as the non-destructive Boolean method. They work best for one-off custom cuts where you don’t need to edit the cut position after you make it.

Cleaning Up Your Cut After Cutting

No matter which cutting method you use, you’ll almost always need to do a little cleanup to get a perfectly clean, usable mesh. Even the best cutting tools can leave extra vertices, small stray faces, or non-manifold edges that will cause issues later if you don’t fix them. Taking 5 minutes to clean up your cut will ensure your model is ready for 3D printing, rendering, or further editing.

Merge Vertices and Remove Stray Geometry

After cutting, you’ll often have extra overlapping vertices along the cut edge, especially if you used the Knife Tool or Bisect. To fix this, enter Edit Mode, select all vertices along the cut edge (or select the entire mesh with A), press M, and select By Distance. Blender will automatically merge any vertices that are closer than a small threshold, removing overlapping points that cause non-manifold geometry. After merging, check for any small stray faces or disconnected vertices that were left behind by the cut, and delete them by pressing X and selecting the appropriate option.

Check and Fill Open Edges

If you’ve cut away a section of your model and need a solid closed mesh for 3D printing, you’ll need to make sure the cut edge is filled with a solid face. Most tools (like Bisect) have an option to fill the edge automatically, but sometimes the fill can be incomplete or messy. To check for open edges, enter Edit Mode, switch to Edge selection mode, open the Select menu, and select Boundary Loops. Blender will select all open edges, so you can see if you have any open edges along your cut. To fill an open edge loop, select the entire open edge loop, press F, and Blender will automatically fill it with a new face. If the new face has inverted normals, just press Alt + N to flip the normals to the correct side.

Retopologize the Cut Area for Clean Topology

If you’re cutting a high-poly model or you need clean topology for animation or subdivision surface modeling, you may want to retopologize the cut area to fix messy geometry left by the cut. Boolean cuts in particular can leave small irregular faces around the cut edge, which can cause issues when you subdivide the mesh. To fix this, you can use the Snap tool to draw new clean quads over the cut area, or use Blender’s built-in Remesh tool to create a clean uniform mesh over the entire model after cutting. For most 3D printing use cases, a quick merge by distance and non-manifold check is enough, but for rendering or animation, a little retopology goes a long way.

Conclusion

Cutting a 3D model in Blender doesn’t have to be confusing or frustrating once you know which tool to use for the job and how to prepare your mesh correctly. Start with preparation: always check for non-manifold geometry and apply scale before you cut, and you’ll avoid 90% of the common issues that trip up new users. For quick straight cuts, use the Bisect tool; for complex, editable custom cuts, the Boolean Modifier is the most versatile option; and for freehand or reference-aligned cuts, the Knife Tool and Knife Project give you full control. After cutting, a few minutes of cleanup will leave you with a clean, usable mesh that works perfectly for 3D printing, rendering, or any other project you have planned. With practice, these techniques will become second nature, and you’ll be able to make clean cuts in any model in just a few minutes.

blender tutorial3d modelingcut 3d modelblender for beginners3d printing prep