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