# Sandbox.PolygonMesh.BridgeEdgesInterpolated

```csharp
bool BridgeEdgesInterpolated(IReadOnlyList<HalfEdgeHandle> fromEdges, IReadOnlyList<HalfEdgeHandle> toEdges, BridgeInterpolationParameters parameters, out List<HalfEdgeHandle> outEdgesCreated)
```

### Parameters

- `fromEdges` (`IReadOnlyList<HalfEdgeHandle>`)
- `toEdges` (`IReadOnlyList<HalfEdgeHandle>`)
- `parameters` (`BridgeInterpolationParameters`)
- `out outEdgesCreated` (`List<HalfEdgeHandle>`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
