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