← mecheval / run / a3-hex-bolt-pattern-01 / claude-mcp-claude-opus-4-7 / 20260611T180944Z-3cb7

run 20260611T180944Z-3cb7

a3-hex-bolt-pattern-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.33 (2/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T18:09:44.559Z
ended2026-06-11T18:11:47.760Z
tokens577,114 in · 7,031 out · 584,145 total
wallclock123.2s
tool calls42
task hash01a4b0ae34f8c19b…
vcad hash0c4fc4ded7e06dbd…

Prompt

Make a flat square plate 60mm × 60mm × 8mm thick. Center it in X and Y with the bottom face on the XY plane (z = 0 to z = 8). Drill seven through-holes of diameter 5mm, axes parallel to Z, arranged in a hexagonal grid pattern: one hole at the center (0, 0), and six surrounding holes at the vertices of a regular hexagon with circumradius 15mm (distance from center to each surrounding hole is exactly 15mm). The first surrounding hole is on the +X axis, and the remaining five are evenly spaced every 60 degrees. Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 9,
  "solids_produced": 9
}
1
bbox
fail
X off by +30.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    60,
    60,
    10
  ],
  "actual_min": [
    -30,
    -30,
    0
  ],
  "deviation_max": [
    30,
    30,
    2
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 30,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 112.9%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 27700.44,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 58972.23996938839,
    "deviation_pct": 112.8927914841367,
    "pass": false,
    "spec_mm3": 27700.44,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 0/7 holes of ⌀5mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 7,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 7,
  "found": []
}
4
hole_positions
fail
7/7 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      0,
      0,
      0
    ],
    [
      15,
      0,
      0
    ],
    [
      7.5,
      12.99,
      0
    ],
    [
      -7.5,
      12.99,
      0
    ],
    [
      -15,
      0,
      0
    ],
    [
      -7.5,
      -12.99,
      0
    ],
    [
      7.5,
      -12.99,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        15,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        7.5,
        12.99
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -7.5,
        12.99
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -15,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -7.5,
        -12.99
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        7.5,
        -12.99
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          60,
          8
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          60,
          8
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 0.4261455150532503
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 28800,
        "pass": true,
        "roundtripped_mm3": 28800
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          30,
          30,
          8
        ],
        "original_min": [
          -30,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          30,
          8
        ],
        "roundtripped_min": [
          -30,
          -30,
          0
        ],
        "tolerance_mm": 0.4261455150532503
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 28800,
        "pass": true,
        "roundtripped_mm3": 28800
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          2.5,
          2.5,
          10
        ],
        "original_min": [
          -2.5,
          -2.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          2.5,
          2.5,
          10
        ],
        "roundtripped_min": [
          -2.5,
          -2.5,
          0
        ],
        "tolerance_mm": 0.06123724356957945
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025717725,
        "original_mm3": 196.0342813411977,
        "pass": true,
        "roundtripped_mm3": 195.09032226859117
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
read
ok
3ms
args
{
  "document_id": "doc_1781201384726_1"
}
2
create
ok
8ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cube",
  "name": "Plate",
  "params": {
    "size": [
      60,
      60,
      8
    ],
    "center": [
      true,
      true,
      false
    ]
  }
}
3
read
ok
4ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "1"
}
4
delete
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "1"
}
5
create
err
6ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Plate",
  "params": {
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    },
    "child": {
      "type": "Cube",
      "size": {
        "x": 60,
        "y": 60,
        "z": 8
      }
    }
  }
}
6
create_cad_loon
err
11ms
args
{
  "source": "[let\n  [plate [translate -30 -30 0 [cube 60 60 8]]]\n  [hole [translate 0 0 -1 [cylinder 2.5 10]]]\n  [center-hole hole]\n  [outer-holes [circular-pattern 0 0 0 0 0 1 6 360 [translate 15 0 0 hole]]]\n  [difference [union outer-holes center-hole] plate]]",
  "format": "json"
}
7
create_cad_loon
ok
8ms
args
{
  "source": "[difference\n  [union\n    [translate 0 0 -1 [cylinder 2.5 10]]\n    [circular-pattern 0 0 0 0 0 1 6 360 [translate 15 0 -1 [cylinder 2.5 10]]]]\n  [translate -30 -30 0 [cube 60 60 8]]]",
  "format": "json"
}
8
create
ok
4ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cube",
  "name": "PlateRaw",
  "params": {
    "size": {
      "x": 60,
      "y": 60,
      "z": 8
    }
  }
}
9
create
ok
5ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Plate",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  },
  "parent_part_id": "1"
}
10
read
ok
3ms
args
{
  "document_id": "doc_1781201384726_1"
}
11
read
ok
5ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "2"
}
12
delete
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "1"
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781201384726_1"
}
14
read
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "2"
}
15
create
err
4ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "CenterHoleCyl",
  "params": {
    "radius": 2.5,
    "height": 10
  },
  "parent_part_id": "2"
}
16
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "CenterHoleCyl",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  },
  "parent_part_id": "2"
}
17
read
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "3"
}
18
delete
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "2"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "3"
}
20
read
ok
2ms
args
{
  "document_id": "doc_1781201384726_1"
}
21
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cube",
  "name": "PlateCube",
  "params": {
    "size": {
      "x": 60,
      "y": 60,
      "z": 8
    }
  }
}
22
create
err
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Plate",
  "params": {
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  },
  "parent_part_id": "1"
}
23
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Plate",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  },
  "parent_part_id": "1"
}
24
create
ok
4ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "HoleCyl0",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
25
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Hole0",
  "params": {
    "child": 3,
    "offset": {
      "x": 0,
      "y": 0,
      "z": -1
    }
  },
  "parent_part_id": "3"
}
26
read
ok
2ms
args
{
  "document_id": "doc_1781201384726_1"
}
27
get_document
ok
2ms
args
{
  "document_id": "doc_1781201384726_1"
}
28
delete
ok
2ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "1"
}
29
delete
ok
2ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "2"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "3"
}
31
delete
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "part_id": "4"
}
32
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cube",
  "name": "PlateCube",
  "params": {
    "size": {
      "x": 60,
      "y": 60,
      "z": 8
    }
  }
}
33
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "translate",
  "name": "Plate",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  },
  "parent_part_id": "1"
}
34
create
ok
3ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_center",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
35
create
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k0",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
36
create
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k1",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
37
create
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k2",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
38
create
ok
2ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k3",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
39
create
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k4",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
40
create
ok
1ms
args
{
  "document_id": "doc_1781201384726_1",
  "type": "cylinder",
  "name": "Cyl_k5",
  "params": {
    "radius": 2.5,
    "height": 10,
    "segments": 64
  }
}
41
get_document
ok
0ms
args
{
  "document_id": "doc_1781201384726_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T180944Z-3cb7.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "PlateCube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 60,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Cyl_center",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Cyl_k0",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "Cyl_k1",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": "Cyl_k2",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": "Cyl_k3",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "8": {
      "id": 8,
      "name": "Cyl_k4",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "9": {
      "id": 9,
      "name": "Cyl_k5",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    },
    {
      "root": 8,
      "material": "default"
    },
    {
      "root": 9,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:55.849Z · static site, regenerate with npm run build -w @mecheval/leaderboard