# Sandbox.PolygonMesh.GetEdgeVertices

```csharp
void GetEdgeVertices(HalfEdgeHandle hEdge, out VertexHandle hVertexA, out VertexHandle hVertexB)
```

Get the two vertices of this half edge

### Parameters

- `hEdge` (`HalfEdgeHandle`)
- `out hVertexA` (`VertexHandle`)
- `out hVertexB` (`VertexHandle`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
