# Sandbox.PolygonMesh.FindEdgeConnectingVertices

```csharp
HalfEdgeHandle FindEdgeConnectingVertices(VertexHandle hVertexA, VertexHandle hVertexB)
```

### Parameters

- `hVertexA` (`VertexHandle`)
- `hVertexB` (`VertexHandle`)

### Returns

`HalfEdgeHandle`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
