# Sandbox.PolygonMesh.GetVertexPosition

## Overload 1

```csharp
Vector3 GetVertexPosition(VertexHandle hVertex)
```

Get the position of a vertex

### Parameters

- `hVertex` (`VertexHandle`)

### Returns

`Vector3`

## Overload 2

```csharp
void GetVertexPosition(VertexHandle hVertex, Transform transform, out Vector3 outPosition)
```

Get the position of a vertex

### Parameters

- `hVertex` (`VertexHandle`)
- `transform` (`Transform`)
- `out outPosition` (`Vector3`)

Declared in [Sandbox.PolygonMesh](/api/Sandbox.PolygonMesh).
Assembly: `Sandbox.Engine`.
