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

# Mirror FE Mesh

<CardGroup cols={2}>
  <Card title="FE Mesh, Planes, Bool, Scalar" href="#fe-mesh-planes-bool-scalar" />

  <Card title="FE Mesh, Planes, Bool, Scalar, 1.1.0" href="#fe-mesh-planes-bool-scalar-110" />
</CardGroup>

***

## About this Block

**What it does:**  This block mirrors an existing FE Mesh to cut down processing time for symmetrical parts.

**Commons uses:**

* Topology Optimization
* Analysis

**Tips:**

* Start with a part that is already halved or cut it in half using a Plane with **Boolean Subtract**.
* You can merge the meshes after mirroring or keep them separate. If you keep them separate, you will need to use a Connector in your **FE Model**.

## Example File

Download Example: [Mirror FE Mesh](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/mirror_fe_mesh_1.ntop)

![Mirror FE Mesh](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/mirrorfemesh.png)

***

<h2 id="fe-mesh-planes-bool-scalar">
  FE Mesh, Planes, Bool, Scalar
</h2>

Mirror an FE Mesh using planar symmetry

### Inputs

| Name      | Type                                                      | Description                                     |
| --------- | --------------------------------------------------------- | ----------------------------------------------- |
| Mesh      | [FE Mesh](../../../../block-documentation/types/fe-mesh)  | The mesh to mirror.                             |
| Planes    | [Plane List](../../../../block-documentation/types/plane) | The mirror planes.                              |
| Merge     | [Bool](../../../../block-documentation/types/bool)        | Option to merge all meshes after mirroring.     |
| Tolerance | [Scalar](../../../../block-documentation/types/scalar)    | The tolerance for determining coincident nodes. |

### Outputs

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

***

<h2 id="fe-mesh-planes-bool-scalar-110">
  FE Mesh, Planes, Bool, Scalar, 1.1.0
</h2>

Mirror an FE Mesh using planar symmetry

### Inputs

| Name      | Type                                                      | Description                                     |
| --------- | --------------------------------------------------------- | ----------------------------------------------- |
| Mesh      | [FE Mesh](../../../../block-documentation/types/fe-mesh)  | The mesh to mirror.                             |
| Planes    | [Plane List](../../../../block-documentation/types/plane) | The mirror planes.                              |
| Merge     | [Bool](../../../../block-documentation/types/bool)        | Option to merge all meshes after mirroring.     |
| Tolerance | [Scalar](../../../../block-documentation/types/scalar)    | The tolerance for determining coincident nodes. |

### Outputs

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