# Sandbox.PolygonMesh.GetFaceVertices

```csharp
VertexHandle[] GetFaceVertices(FaceHandle hFace)
```

Get all vertex handles of a face

### Parameters

- `hFace` (`FaceHandle`)

### Returns

`VertexHandle[]`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
