# Sandbox.PolygonMesh.AddFace

```csharp
FaceHandle AddFace(VertexHandle[] hVertices)
```

Connect these vertices to make a face

### Parameters

- `hVertices` (`VertexHandle[]`)

### Returns

`FaceHandle`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
