# Sandbox.PolygonMesh.ConnectEdges

```csharp
bool ConnectEdges(IReadOnlyList<HalfEdgeHandle> edges, out List<HalfEdgeHandle> newEdges)
```

### Parameters

- `edges` (`IReadOnlyList<HalfEdgeHandle>`)
- `out newEdges` (`List<HalfEdgeHandle>`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
