# Sandbox.PhysicsJointBuilderExtensions.WithFrame2

```csharp
static T WithFrame2(T b, Transform v)
```

Sets the joint frame in the second body's local space.

### Parameters

- `b` (`T`): The joint builder.
- `v` (`Transform`): The local joint frame.

### Returns

`T`: The joint builder.

Declared in [Sandbox.PhysicsJointBuilderExtensions](/api/Sandbox.PhysicsJointBuilderExtensions).
Assembly: `Sandbox.Engine`.
