# Sandbox.Gizmo.GizmoDraw.SolidCylinder

```csharp
void SolidCylinder(Vector3 start, Vector3 end, float radius, int hSegments = 32)
```

Draw a solid cylinder shape

### Parameters

- `start` (`Vector3`)
- `end` (`Vector3`)
- `radius` (`float`)
- `hSegments` (`int`), default `32`

Declared in [Sandbox.Gizmo.GizmoDraw](/api/Sandbox.Gizmo.GizmoDraw).
Assembly: `Sandbox.Engine`.
