← mecheval / task / a5-ribbed-plate-01

Plate with three longitudinal stiffening ribs and corner bolts A · A5 · a5-ribbed-plate-01

plate · ribs · stiffener · boolean · structural

Expected

Prompt

Make a ribbed plate as a single solid. The top plate is 120mm × 80mm × 10mm with its bottom face at z = 10 and top face at z = 20, centered in X and Y (x in [-60, 60], y in [-40, 40]). Three stiffening ribs run along the full length of the plate (along X) on the underside: each rib is 120mm long × 8mm wide × 10mm tall (z = 0 to z = 10). Rib A is centered at y = -24: it spans x in [-60, 60], y in [-28, -20], z in [0, 10]. Rib B is centered at y = 0: it spans x in [-60, 60], y in [-4, 4], z in [0, 10]. Rib C is centered at y = 24: it spans x in [-60, 60], y in [20, 28], z in [0, 10]. Four bolt holes of diameter 8mm, axes parallel to Z, pass through the entire assembly height (z = 0 to z = 20), located at the four corners: (45, 30), (-45, 30), (-45, -30), (45, -30). Output a single solid.

Checks

0
valid_solid
{
  "type": "valid_solid"
}
1
bbox
{
  "type": "bbox",
  "min": [
    -60,
    -40,
    0
  ],
  "max": [
    60,
    40,
    20
  ],
  "tolerance_mm": 0.1
}
2
mass_props
{
  "type": "mass_props",
  "volume_mm3": 120778.76,
  "center_of_mass": [
    0,
    0,
    12.78
  ],
  "tolerance_pct": 1
}
3
hole_count
{
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}
4
hole_positions
{
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      45,
      30,
      0
    ],
    [
      -45,
      30,
      0
    ],
    [
      -45,
      -30,
      0
    ],
    [
      45,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.2
}
5
step_roundtrip
{
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

Anti-cheese

{
  "max_solid_count": 1
}

Limits

{
  "max_tokens": 40000,
  "max_wallclock_sec": 240,
  "max_tool_calls": 40
}

Recent attempts

Runs (5)

modelrun statusscorefirst failtokenswall
claude-mcp-claude-opus-4-7 20260611T225501Z-f9e0 fail 0.67 mass_props · volume off by 8.2% 515.2k 111.6s
claude-mcp-claude-opus-4-7 20260611T225355Z-2463 fail 0.50 mass_props · volume off by 291.0% 631.3k 103.1s
claude-mcp-claude-opus-4-7 20260611T225239Z-0a99 fail 0.83 mass_props · volume off by 5.9% 762.4k 142.4s
claude-mcp-claude-opus-4-7 20260611T225206Z-bce5 fail 0.33 bbox · X off by +60.00mm 658.3k 108.8s
claude-mcp-claude-opus-4-7 20260611T224928Z-4ec1 fail 0.83 mass_props · volume off by 5.9% 705.2k 490.8s

generated 2026-06-17T03:16:07.266Z · static site, regenerate with npm run build -w @mecheval/leaderboard