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

# Voronoi Surface Graph

Creates a Graph from the Voronoi Diagram of a list of Points restricted to the surface boundary of a body.

### Inputs

| Name        | Type                                                      | Description                                        |
| ----------- | --------------------------------------------------------- | -------------------------------------------------- |
| Seed points | [Point List](../../../../block-documentation/types/point) | List of Points to generate the Voronoi Graph from. |
| Mesh        | [Mesh](../../../../block-documentation/types/mesh)        | Mesh to generate the Voronoi Graph on.             |

### Outputs

| Type                                                 |
| ---------------------------------------------------- |
| [Graph](../../../../block-documentation/types/graph) |
