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