# Sandbox.PolygonMesh.GetFaceVerticesConnectedToFace

```csharp
bool GetFaceVerticesConnectedToFace(FaceHandle hFace, out HalfEdgeHandle[] hEdges)
```

### Parameters

- `hFace` (`FaceHandle`)
- `out hEdges` (`HalfEdgeHandle[]`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
