Concept

Manifold

A manifold mesh is a watertight 3D surface with no holes, non-manifold edges, or self-intersections — a requirement for 3D printing and many geometry processing operations.

What is Manifold?

A manifold mesh is a 3D surface in which every edge is shared by exactly two faces, there are no holes or open boundaries, and no faces intersect each other, making the mesh topologically equivalent to a closed surface. Manifold geometry is required for 3D printing slicers and many boolean and simulation operations.

How it works

Non-manifold geometry includes edges shared by more than two faces (T-junctions), edges with only one face (open boundaries), and vertices where the connected faces do not form a single continuous fan. These conditions confuse slicers, physics engines, and boolean operations because the software cannot determine which side of the surface is inside and which is outside. Checking for manifold geometry before uploading to a 3D printing service or running a boolean operation prevents failed prints and unexpected results. Tools like Blender's 3D Print Toolbox and Meshy's mesh validator can identify and repair non-manifold issues.

Use cases

  • Verifying a model is watertight before sending it to a 3D printing service

  • Ensuring clean geometry for boolean union and subtraction operations

  • Preparing a mesh for physics simulation or collision detection

Related Tools

3D File Converter

Convert between FBX, OBJ, GLB, STL and more.

3D File Compressor

Shrink 3D file size without losing visible quality.

Online 3D Viewer

View and inspect any 3D file right in your browser.

3D Text Generator

Turn text descriptions into 3D text and shapes.

Frequently Asked Questions

A manifold mesh is a closed, watertight surface where every edge is shared by exactly two faces and no faces intersect. It has a clearly defined inside and outside, which is required for 3D printing, boolean operations, and many simulation tasks.

In Edit Mode, use Select > Select All by Trait > Non-Manifold to highlight problem edges. Common fixes include filling open holes with the Fill command (F), merging duplicate vertices with Merge by Distance, and deleting internal faces. The 3D Print Toolbox add-on automates many of these checks.

Slicers require manifold geometry to compute the interior volume of a print. Non-manifold issues like holes, open edges, or self-intersecting faces prevent the slicer from determining the correct shell, causing it to reject or misprint the model. Repair the mesh in Blender or a dedicated tool like Meshmixer before re-exporting.

Non-manifold geometry contains edges shared by more than two faces, edges with only one face, or vertices where faces do not form a single continuous surface. These conditions have no valid physical equivalent, so slicers, boolean tools, and simulations cannot determine a consistent inside and outside.

Watertight means the surface has no holes, forming a fully enclosed volume. Manifold means the connectivity is valid everywhere, with each edge joining exactly two faces and no self-intersections. A print-ready mesh must be both: watertight so it has volume, and manifold so that volume is unambiguous.

In Blender, use the Select menu, Select All by Trait, Non-Manifold in Edit Mode to highlight problem edges, or run the 3D Print Toolbox check. Dedicated tools like Meshmixer and Netfabb also report non-manifold edges, holes, and self-intersections and can attempt automatic repair.

Boolean union, difference, and intersection rely on a clear definition of which space is inside each solid. Non-manifold input leaves that undefined, so the operation produces holes, floating fragments, or incorrect cuts. Cleaning the mesh to manifold before the boolean is the reliable fix.

Common causes include internal faces left inside a model, edges extruded without their neighbors, duplicate overlapping vertices, faces flipped inconsistently, and booleans that leave coincident surfaces. Careful modeling, merging vertices by distance, and recalculating normals prevent most of these issues.

Meshy generates closed, manifold-ready meshes for 3D printing, reducing the need for manual repair. Its export pipeline checks for common non-manifold issues so models arrive at a slicer with a clearly defined volume, ready to slice and print.