# Sandbox.PolygonMesh.FindVerticesConnectedToEdges

```csharp
void FindVerticesConnectedToEdges(IReadOnlyList<HalfEdgeHandle> edgeList, out VertexHandle[] outVertices)
```

### Parameters

- `edgeList` (`IReadOnlyList<HalfEdgeHandle>`)
- `out outVertices` (`VertexHandle[]`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
