# Sandbox.PolygonMesh.ConnectVertices

```csharp
bool ConnectVertices(VertexHandle hVertexA, VertexHandle hVertexB, out HalfEdgeHandle hNewEdge)
```

### Parameters

- `hVertexA` (`VertexHandle`)
- `hVertexB` (`VertexHandle`)
- `out hNewEdge` (`HalfEdgeHandle`)

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
