1. Inputs
We load package dimensions per box and vehicle constraints per config (opening, cargo length/width/height).
Car Fit Check is deterministic. For each package and seat configuration, we compare required dimensions against opening and cargo limits, then classify the result into YES, MAYBE, or NO using fixed thresholds.
1. Inputs
We load package dimensions per box and vehicle constraints per config (opening, cargo length/width/height).
2. Orientation checks
Each package is evaluated across eligible orientations (for example straight or diagonal), then the best valid orientation is selected.
3. Margin classification
Margin thresholds map directly to result classes: safe positive margins produce YES, borderline margins produce MAYBE, and negative margins beyond threshold produce NO.
4. Page synthesis
The result page presents package table, limiting factor, assumptions, FAQ, and alternatives generated from deterministic rules.
These are the pass-through measurements at the trunk hatch. If a box cannot clear the opening, it will not load, even if it would fit deeper inside.
This is the usable width inside the trunk between wheel arches or interior trim. It often differs from opening width.
We evaluate both configurations separately because usable length and geometry can change significantly when seats fold.
Margins show how much spare space you have (positive) or how short you are (negative). Tight margins are treated as borderline.
Margin is above the safe threshold for the selected config and orientation.
Fit is borderline near the threshold. It can work, but loading precision matters.
At least one critical dimension fails by more than the borderline range.