# Sandbox.PolygonMesh.GetFacesConnectedToVertex

```csharp
bool GetFacesConnectedToVertex(VertexHandle hVertex, out List<FaceHandle> faces)
```

### Parameters

- `hVertex` (`VertexHandle`)
- `out faces` (`List<FaceHandle>`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
