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

# Triangulate Mesh

Triangulates a mesh by splitting each quad to a pair of triangular faces. Triangular faces will be left unchanged.

### Inputs

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

### Outputs

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