# Sandbox.Rigidbody.ClearForces

```csharp
void ClearForces()
```

Clear accumulated linear forces ([Sandbox.Rigidbody.ApplyForce](/api/Sandbox.Rigidbody/ApplyForce) and [Sandbox.Rigidbody.ApplyForceAt](/api/Sandbox.Rigidbody/ApplyForceAt)) during this physics frame that were not yet applied to the physics body.

Declared in [Sandbox.Rigidbody](/api/Sandbox.Rigidbody).
Assembly: `Sandbox.Engine`.
