# Sandbox.PolygonMesh.BevelVertices

```csharp
bool BevelVertices(IReadOnlyList<VertexHandle> vertices, float distance, out List<VertexHandle> newVertices)
```

### Parameters

- `vertices` (`IReadOnlyList<VertexHandle>`)
- `distance` (`float`)
- `out newVertices` (`List<VertexHandle>`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
