# Sandbox.PhysicsGroup.Pos

```csharp
Vector3 Pos { get; set; }
```

Returns position of the first physics body of this group, or zero vector if it has none.

## Remarks

TODO: How useful is this in its current form? Should it be removed, or at least renamed to Position?

Declared in [Sandbox.PhysicsGroup](/api/Sandbox.PhysicsGroup).
Assembly: `Sandbox.Engine`.
