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

# Volume Mesh

> A collection of vertices, edges, and faces, and cells that defines a volume mesh.

### Properties

| Name         | Type                                                            |
| ------------ | --------------------------------------------------------------- |
| Cell Count   | [Integer](../../block-documentation/types/integer)              |
| Edges        | [Line List](../../block-documentation/types/line)               |
| List         | [Volume Mesh List](../../block-documentation/types/volume-mesh) |
| Surface      | [Mesh](../../block-documentation/types/mesh)                    |
| Vertex Count | [Integer](../../block-documentation/types/integer)              |
| Vertices     | [Point List](../../block-documentation/types/point)             |

### Block Reference

| Block Name                                                                                          | Location        |
| --------------------------------------------------------------------------------------------------- | --------------- |
| [Volume Mesh](../../block-documentation/blocks/structures/mesh/volume-mesh)                         | Structures/Mesh |
| [Robust Tetrahedral Mesh](../../block-documentation/blocks/structures/mesh/robust-tetrahedral-mesh) | Structures/Mesh |
| [Delaunay Volume Mesh](../../block-documentation/blocks/structures/mesh/delaunay-volume-mesh)       | Structures/Mesh |
| [Boundary Layer Mesh](../../block-documentation/blocks/structures/mesh/boundary-layer-mesh)         | Structures/Mesh |
