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

# Merge Graphs

<CardGroup cols={2}>
  <Card title="Graphs, 1.1.0" href="#graphs-110" />

  <Card title="Graphs, 1.2.0" href="#graphs-120" />

  <Card title="Graphs, 1.3.0" href="#graphs-130" />

  <Card title="Lattices, Scalar Field, 1.1.0" href="#lattices-scalar-field-110" />

  <Card title="Lattices, Scalar Field, 1.2.0" href="#lattices-scalar-field-120" />

  <Card title="Lattices, Scalar Field, 1.3.0" href="#lattices-scalar-field-130" />

  <Card title="Meshes" href="#meshes" />
</CardGroup>

***

## About this Block

**What it does:** The **Merge Meshes** block merges multiple meshes into a single mesh.

**Common uses:**

* Combining multiple meshes into a single mesh.

**Tips:**

* Adjacent nodes from the meshes will not be shifted or combined, and connectivity will not be assigned between nodes from separate meshes.
* Adjacent nodes can be merged using **Collapse Mesh Vertices**, and the **Remesh Surface** block can redefine the connectivity of a mesh for downstream use.
* Different methods for refining meshes: ([https://support.ntopology.com/hc/articles/360061372374](https://support.ntopology.com/hc/articles/360061372374))
* How to export multiple mesh objects as a single STL: ([https://support.ntopology.com/hc/articles/1500002149622](https://support.ntopology.com/hc/articles/1500002149622))

## Example File

![MergeMeshes](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/MergeMeshes.jpg)

***

<h2 id="graphs-110">
  Graphs, 1.1.0
</h2>

Merges multiple Graph together into a single Graph.

Duplicate vertices, beams, and faces will be removed.

### Inputs

| Name   | Type                                                      | Description               |
| ------ | --------------------------------------------------------- | ------------------------- |
| Graphs | [Graph List](../../../../block-documentation/types/graph) | Graphs to merge together. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Graph](../../../../block-documentation/types/graph) |

***

<h2 id="graphs-120">
  Graphs, 1.2.0
</h2>

Merges multiple Graph together into a single Graph.

Duplicate vertices, beams, and faces will be removed.

### Inputs

| Name   | Type                                                      | Description               |
| ------ | --------------------------------------------------------- | ------------------------- |
| Graphs | [Graph List](../../../../block-documentation/types/graph) | Graphs to merge together. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Graph](../../../../block-documentation/types/graph) |

***

<h2 id="graphs-130">
  Graphs, 1.3.0
</h2>

Merges multiple Graphs together into a single Graph.

### Inputs

| Name   | Type                                                      | Description               |
| ------ | --------------------------------------------------------- | ------------------------- |
| Graphs | [Graph List](../../../../block-documentation/types/graph) | Graphs to merge together. |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Graph](../../../../block-documentation/types/graph) |

***

<h2 id="lattices-scalar-field-110">
  Lattices, Scalar Field, 1.1.0
</h2>

Merge multiple Lattices together into a single Lattice.

Duplicate vertices, beams, and faces will be removed.

### Inputs

| Name      | Type                                                               | Description                       |
| --------- | ------------------------------------------------------------------ | --------------------------------- |
| Lattices  | [Lattice List](../../../../block-documentation/types/lattice)      | Lattices to merge together.       |
| Thickness | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thickness for the merged Lattice. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Lattice](../../../../block-documentation/types/lattice) |

***

<h2 id="lattices-scalar-field-120">
  Lattices, Scalar Field, 1.2.0
</h2>

Merge multiple Lattices together into a single Lattice.

Duplicate vertices, beams, and faces will be removed.

### Inputs

| Name      | Type                                                               | Description                       |
| --------- | ------------------------------------------------------------------ | --------------------------------- |
| Lattices  | [Lattice List](../../../../block-documentation/types/lattice)      | Lattices to merge together.       |
| Thickness | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thickness for the merged Lattice. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Lattice](../../../../block-documentation/types/lattice) |

***

<h2 id="lattices-scalar-field-130">
  Lattices, Scalar Field, 1.3.0
</h2>

Merge multiple Lattices together into a single Lattice.

### Inputs

| Name      | Type                                                               | Description                       |
| --------- | ------------------------------------------------------------------ | --------------------------------- |
| Lattices  | [Lattice List](../../../../block-documentation/types/lattice)      | Lattices to merge together.       |
| Thickness | [Scalar Field](../../../../block-documentation/types/scalar-field) | Thickness for the merged Lattice. |

### Outputs

| Type                                                     |
| -------------------------------------------------------- |
| [Lattice](../../../../block-documentation/types/lattice) |

***

<h2 id="meshes">
  Meshes
</h2>

Merge multiple Meshes into a single Mesh. Duplicate vertices will not be removed.

### Inputs

| Name   | Type                                                    | Description      |
| ------ | ------------------------------------------------------- | ---------------- |
| Meshes | [Mesh List](../../../../block-documentation/types/mesh) | Meshes to merge. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [Mesh](../../../../block-documentation/types/mesh) |

## About this Block

**What it does:** The **Merge Meshes** block merges multiple meshes into a single mesh.

**Common uses:**

* Combining multiple meshes into a single mesh.

**Tips:**

* Adjacent nodes from the meshes will not be shifted or combined, and connectivity will not be assigned between nodes from separate meshes.
* Adjacent nodes can be merged using **Collapse Mesh Vertices**, and the **Remesh Surface** block can redefine the connectivity of a mesh for downstream use.
* Different methods for refining meshes: ([https://support.ntopology.com/hc/articles/360061372374](https://support.ntopology.com/hc/articles/360061372374))
* How to export multiple mesh objects as a single STL: ([https://support.ntopology.com/hc/articles/1500002149622](https://support.ntopology.com/hc/articles/1500002149622))

## Example File

![MergeMeshes](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/MergeMeshes.jpg)
