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

<CardGroup cols={2}>
  <Card title="Path, Graph, Length Unit Enum" href="#path-graph-length-unit-enum" />

  <Card title="Path, Graph, Length Unit Enum, 2.0.0" href="#path-graph-length-unit-enum-200" />

  <Card title="Path, Lattice, Length Unit Enum, 2.0.0" href="#path-lattice-length-unit-enum-200" />

  <Card title="Path, Thick Graph, Length Unit Enum" href="#path-thick-graph-length-unit-enum" />

  <Card title="Path, Thick Graph, Length Unit Enum, 2.0.0" href="#path-thick-graph-length-unit-enum-200" />
</CardGroup>

***

## About this Block

**What it does:**
The export lattice block exports lattice structures to other software. Export lattice allows exports to be in Lattice Graph Interchange Module (LTCX) and 3MF (3MF) format.

**Common uses:**

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

**Tips:**

* For information on all import/export file types: ([https://support.ntopology.com/hc/articles/360048249514](https://support.ntopology.com/hc/articles/360048249514))
* For an overview of lattice exportation: ([https://support.ntopology.com/hc/articles/360048784874](https://support.ntopology.com/hc/articles/360048784874))
* Be sure to specify the units to export the lattice successfully.

***

<h2 id="path-graph-length-unit-enum">
  Path, Graph, Length Unit Enum
</h2>

Export a Graph lattice object to an external location. Supported formats are .ltcx and .3mf.

### Inputs

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

### Outputs

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

***

<h2 id="path-graph-length-unit-enum-200">
  Path, Graph, Length Unit Enum, 2.0.0
</h2>

Export a Graph lattice to an external location. Supported formats are .ltcx and .3mf.

### Inputs

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

### Outputs

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

***

<h2 id="path-lattice-length-unit-enum-200">
  Path, Lattice, Length Unit Enum, 2.0.0
</h2>

Export a Lattice object to an external location. Supported formats are .ltcx and .3mf. Only graph-based Lattice Bodies will be exported. The thickness in the exported 3mf file will be the value sampled at the end points of the lattice beams.

### Inputs

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

### Outputs

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

***

<h2 id="path-thick-graph-length-unit-enum">
  Path, Thick Graph, Length Unit Enum
</h2>

Export a Graph lattice object to an external location. Supported formats are .ltcx and .3mf.

### Inputs

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

### Outputs

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

***

<h2 id="path-thick-graph-length-unit-enum-200">
  Path, Thick Graph, Length Unit Enum, 2.0.0
</h2>

Export a Thick Graph lattice object to an external location. Supported formats are .ltcx and .3mf.

### Inputs

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

### Outputs

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