> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is a mesh?

## Objective:

Learn what a mesh is and how they work in nTop.

## Applies to:

* Additive manufacturing
* Rendering
* Simulation
* Exporting

## Procedure:

#### **What is a mesh?**

It is a discretization of surface geometry using vertices, edges, and faces. Meshes are saved as their own file types (STL, OBJ, PLY, 3MF...) and used for analysis, manufacturing preparation, and exporting to other programs.

#### **Meshes in nTop**

![A flow diagram showing how to create an FE Mesh.](https://files.learn.ntop.com/help-articles/meshing-workflows/360104182493.png)

There are three kinds of meshing blocks in nTop. Surface meshes, solid meshes, and Finite Element (FE) volume meshes. In nTop we refer to surface meshes as simply 'meshes', while volume meshes are specified as volume or solid meshes.

Typically meshes start as a surface mesh, get refined, and can be converted to solid and FE meshes depending on your goal. If you want to export your mesh, you can keep it as a surface mesh, but if you want to analyze it in nTop or another program, you will need to create a volume mesh and then an FE volume mesh.

#### **Surface Meshes**

Implicits and CAD bodies can both be converted into surface meshes. The two articles below teach you how to build a surface mesh in nTop and the various methods for creating them.

* [How to create a surface mesh](/help-articles/knowledge-base/meshing-workflows/how-to-create-a-surface-mesh)
* [Methods for creating surface meshes](/help-articles/knowledge-base/meshing-workflows/methods-for-creating-surface-meshes)

#### **What is a clean mesh?**

A clean mesh means that it is closed, oriented, manifold, and not self-intersecting. All of these properties can be checked in the Property Panel of a mesh block. A clean mesh is necessary to ensure there are no errors with further operations.

* Closed: Has no boundary edges.
* Oriented: Normal vectors of all mesh faces are consistently facing outward or inward.
* [Manifold](/help-articles/knowledge-base/meshing-workflows/input-mesh-must-be-manifold): A continuous surface that resembles Euclidean space up close.
* Self-Intersecting: A part of a surface mesh collides with another part of itself.

![An example properties panel of a mesh.](https://files.learn.ntop.com/help-articles/meshing-workflows/43194650940819.png)

#### **Refining Surface Meshes**

Refining meshes is a complex process and can vary for different parts. Read the article below to learn about the methods available in nTop for refining.

* [Methods for refining meshes](/help-articles/knowledge-base/meshing-workflows/methods-for-refining-meshes)

#### **Solid Meshes**

Solid meshes convert surface meshes into tetrahedrons to fill the volume of the mesh. Read the article below to learn more about solid meshes.

* [Methods for creating solid meshes](/help-articles/knowledge-base/meshing-workflows/methods-for-creating-solid-meshes)

#### **FE Meshes**

FE Meshes are created by adding linear or quadratic nodes to a solid mesh. This enables the mesh for analysis.

* [How to create an FE Mesh](/help-articles/knowledge-base/meshing-workflows/how-to-create-an-fe-volume-mesh)

## Keywords:

*mesh volume what is fe solid manifold self discretization clea closed intersecting oriented*
