# Display cabinet capacity calculator — DisplayFit

Canonical: https://thedollscout.com/workbench/displayfit
Language: en
Method version: 2026-09-19.2

Check display capacity and visible front-row space before buying a cabinet.

## How this tool works

Across = floor((width + gap) ÷ (figure width + gap)). Depth rows use the same rule. Total = across × depth rows × usable levels. Each figure must fit the clear shelf height.

## Input format

- Internal shelf width (mm): `width`
- Clear height per shelf (mm): `height`
- Internal shelf depth (mm): `depth`
- Figure bounding width (mm): `figurewidth`
- Figure bounding height (mm): `figureheight`
- Figure bounding depth (mm): `figuredepth`
- Gap between figures (mm): `gap`
- Usable shelf levels: `shelves`

## Reproducible example

All prefilled business examples are fictional. Replace them with your own checked inputs.

```json
{
  "columns": [
    "Orientation",
    "Across",
    "Depth rows",
    "Usable shelf levels",
    "Total fit",
    "Visible front row"
  ],
  "rows": [
    [
      "Facing forward",
      5,
      2,
      3,
      30,
      15
    ],
    [
      "Turned sideways",
      6,
      2,
      3,
      36,
      18
    ]
  ]
}
```

## Limits and assumptions

All dimensions are millimetres. Height is clear height per shelf, excluding risers. Bounding boxes ignore irregular poses and doors.

This checks space only, not shelf strength, weight limits or safe installation. Depth rows may hide collectibles.

Browser-based tools · Your inputs stay in this browser. No account, cloud backup or paid membership is provided.

[RFC 4180 — CSV format](https://www.rfc-editor.org/rfc/rfc4180)
