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

***

<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) |
