# Sandbox.PhysicsGroupDescription.BodyPart.SpherePart.GetOutline

```csharp
void GetOutline(out Vector3[] vertices, out int[] indices)
```

Get line outline vertices and edge index pairs for debug rendering.

### Parameters

- `out vertices` (`Vector3[]`)
- `out indices` (`int[]`)

Declared in [Sandbox.PhysicsGroupDescription.BodyPart.SpherePart](/api/Sandbox.PhysicsGroupDescription.BodyPart.SpherePart).
Assembly: `Sandbox.Engine`.
