> ## 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.

# Export Mesh

## About this Block

**What it does:**
The Export Mesh block saves a surface mesh to a specified file path as either an .OBJ, .STL, .PLY, or .3MF file. The length units are specified as an input.

**Common uses:**

* Exporting meshes for use in alternative software or other instances of nTop.

**Tips:**

* Easiest way to export an STL, OBJ, or PLY file.
* For information on all import/export file types: ([https://support.ntopology.com/hc/articles/360048249514](https://support.ntopology.com/hc/articles/360048249514))
* If you are having trouble exporting a complex mesh, consider using Refine Mesh, Simplify Mesh by Amount, or Simplify Mesh by Threshold blocks to reduce the file size. ([https://support.ntopology.com/hc/articles/360061372374](https://support.ntopology.com/hc/articles/360061372374))

***

Export mesh file to an external location.

### Inputs

| Name  | Type                                               | Description                        |
| ----- | -------------------------------------------------- | ---------------------------------- |
| Path  | [Path](../../../../block-documentation/types/path) | System path of exported mesh file. |
| Mesh  | [Mesh](../../../../block-documentation/types/mesh) | Mesh to export.                    |
| Units | Length Unit Enum                                   | Units of exported file.            |

### Outputs

| Type                                                                   |
| ---------------------------------------------------------------------- |
| [Mesh File Data](../../../../block-documentation/types/mesh-file-data) |
