# Sandbox.PolygonMesh.RemoveColinearVertexAndUpdateTable

```csharp
bool RemoveColinearVertexAndUpdateTable(VertexHandle hVertex, SortedSet<HalfEdgeHandle> edgeTable, float flColinearAngleTolerance = 5)
```

### Parameters

- `hVertex` (`VertexHandle`)
- `edgeTable` (`SortedSet<HalfEdgeHandle>`)
- `flColinearAngleTolerance` (`float`), default `5`

### Returns

`bool`

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
