About this Block
What it does: Combines adjacent nodes of multiple FE Meshes to generate a single FE Mesh. Nodes from the different meshes, within a distance tolerance, collapse into a single node. Commons uses:- Export one mesh object that may have disconnected pieces.
- Merging a list of meshes for downstream use.
Example File
Download Example: Merge FE Mesh
Inputs
| Name | Type | Description |
|---|---|---|
| Meshes | FE Mesh List | The meshes to merge. |
| Distance threshold | Scalar | Vertices within this distance threshold will be merged together into one vertex. |
Outputs
| Type |
|---|
| FE Mesh |

