# Sandbox.PolygonMesh.FindCornerVerticesForFace

```csharp
void FindCornerVerticesForFace(FaceHandle hFace, float minCornerAngle, out List<VertexHandle> outCornerVertices)
```

### Parameters

- `hFace` (`FaceHandle`)
- `minCornerAngle` (`float`)
- `out outCornerVertices` (`List<VertexHandle>`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
