# Sandbox.PhysicsJointBuilderExtensions.WithAngularStrength

```csharp
static T WithAngularStrength(T b, float v)
```

Sets the joint's breaking torque.

### Parameters

- `b` (`T`): The joint builder.
- `v` (`float`): The maximum torque.

### Returns

`T`: The joint builder.

Declared in [Sandbox.PhysicsJointBuilderExtensions](/api/Sandbox.PhysicsJointBuilderExtensions).
Assembly: `Sandbox.Engine`.
