# Joint.getBoundingBox

Returns the bounding box of a joint &ndash; the dimensions that a joint occupies when building.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
joint:getBoundingBox(  )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/Joint.md#getboundingbox)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `joint` | [Joint](../Game-Script-Environment/Userdata/Joint.md) | The joint. |

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The size of the joint's bounding box. |
