# Sandbox.PhysicsBody.Shapes

```csharp
IEnumerable<PhysicsShape> Shapes { get; set; }
```

All shapes that belong to this body.

Declared in [Sandbox.PhysicsBody](/api/Sandbox.PhysicsBody).
Assembly: `Sandbox.Engine`.
