# Sandbox.PolygonMesh.AddVertex

```csharp
VertexHandle AddVertex(Vector3 position)
```

Add a vertex to the topology

### Parameters

- `position` (`Vector3`)

### Returns

`VertexHandle`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
