← mecheval / run / a2-bolt-circle-block-01 / claude-mcp-claude-opus-4-7 / 20260611T172337Z-9747

run 20260611T172337Z-9747

a2-bolt-circle-block-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:23:37.782Z
ended2026-06-11T17:24:31.659Z
tokens267,135 in · 2,693 out · 269,828 total
wallclock53.7s
tool calls21
task hash5478fe0e89d6ecbb…
vcad hash0af04f788d04d3c5…

Prompt

Make a square block 60mm × 60mm × 10mm. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 10). Drill eight through-holes of diameter 5mm, axes parallel to Z, on a bolt circle of radius 20mm centered on the Z axis. Holes are evenly spaced every 45 degrees, with the first hole on the +X axis. Output a single solid.

Checks

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

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -30,
    -30,
    0
  ],
  "max": [
    30,
    30,
    10
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    30,
    30,
    10
  ],
  "actual_min": [
    -30,
    -30,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 34429.2,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 34431.7256078744,
    "deviation_pct": 0.007335656577573623,
    "pass": true,
    "spec_mm3": 34429.2,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 8,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 8,
  "diameter_mm": 5,
  "diameter_tolerance_mm": 0.05,
  "expected": 8,
  "found": [
    [
      20,
      0,
      5
    ],
    [
      14.142135623730951,
      14.14213562373095,
      5
    ],
    [
      1.2246467991473533e-15,
      20,
      5
    ],
    [
      -14.14213562373095,
      14.142135623730951,
      5
    ],
    [
      -20,
      2.4492935982947065e-15,
      5
    ],
    [
      -14.142135623730955,
      -14.14213562373095,
      5
    ],
    [
      -3.673940397442059e-15,
      -20,
      5
    ],
    [
      14.142135623730947,
      -14.142135623730955,
      5
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 5,
  "positions": [
    [
      20,
      0,
      0
    ],
    [
      14.14,
      14.14,
      0
    ],
    [
      0,
      20,
      0
    ],
    [
      -14.14,
      14.14,
      0
    ],
    [
      -20,
      0,
      0
    ],
    [
      -14.14,
      -14.14,
      0
    ],
    [
      0,
      -20,
      0
    ],
    [
      14.14,
      -14.14,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        0
      ],
      "pass": true,
      "spec_xy": [
        20,
        0
      ]
    },
    {
      "distance_mm": 0.0030202280444346892,
      "matched_hole": [
        14.142135623730951,
        14.14213562373095
      ],
      "pass": true,
      "spec_xy": [
        14.14,
        14.14
      ]
    },
    {
      "distance_mm": 1.2246467991473533e-15,
      "matched_hole": [
        1.2246467991473533e-15,
        20
      ],
      "pass": true,
      "spec_xy": [
        0,
        20
      ]
    },
    {
      "distance_mm": 0.0030202280444346892,
      "matched_hole": [
        -14.14213562373095,
        14.142135623730951
      ],
      "pass": true,
      "spec_xy": [
        -14.14,
        14.14
      ]
    },
    {
      "distance_mm": 2.4492935982947065e-15,
      "matched_hole": [
        -20,
        2.4492935982947065e-15
      ],
      "pass": true,
      "spec_xy": [
        -20,
        0
      ]
    },
    {
      "distance_mm": 0.003020228044437201,
      "matched_hole": [
        -14.142135623730955,
        -14.14213562373095
      ],
      "pass": true,
      "spec_xy": [
        -14.14,
        -14.14
      ]
    },
    {
      "distance_mm": 3.673940397442059e-15,
      "matched_hole": [
        -3.673940397442059e-15,
        -20
      ],
      "pass": true,
      "spec_xy": [
        0,
        -20
      ]
    },
    {
      "distance_mm": 0.003020228044435945,
      "matched_hole": [
        14.142135623730947,
        -14.142135623730955
      ],
      "pass": true,
      "spec_xy": [
        14.14,
        -14.14
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          30,
          30,
          10
        ],
        "original_min": [
          -30,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          30,
          30,
          10
        ],
        "roundtripped_min": [
          -30,
          -30,
          0
        ],
        "tolerance_mm": 0.8544003745317531
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.014621695313011378,
        "original_mm3": 34431.7256078744,
        "pass": true,
        "roundtripped_mm3": 34436.7601098838
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create_cad_loon
err
7ms
args
{
  "source": "[let\n  [translate -30 -30 0\n    [difference\n      [circular-pattern 0 0 0 0 0 1 8 360\n        [translate 20 0 -1 [cylinder 2.5 12]]]\n      [cube 60 60 10]]]]",
  "format": "json"
}
2
create_cad_loon
ok
9ms
args
{
  "source": "[translate -30 -30 0\n  [difference\n    [circular-pattern 0 0 0 0 0 1 8 360\n      [translate 20 0 -1 [cylinder 2.5 12]]]\n    [cube 60 60 10]]]",
  "format": "json"
}
3
create
ok
10ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "cube",
  "name": "Block",
  "params": {
    "size": {
      "x": 60,
      "y": 60,
      "z": 10
    }
  }
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "translate",
  "name": "Center Block",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  }
}
5
create
err
2ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "cylinder",
  "name": "Hole",
  "params": {
    "radius": 2.5,
    "height": 12
  }
}
6
create
ok
2ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "cylinder",
  "name": "Hole",
  "params": {
    "radius": 2.5,
    "height": 12,
    "segments": 64
  }
}
7
create
ok
4ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "translate",
  "name": "Hole on +X",
  "params": {
    "child": 3,
    "offset": {
      "x": 20,
      "y": 0,
      "z": -1
    }
  }
}
8
create
ok
4ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "circular_pattern",
  "name": "Bolt Circle",
  "params": {
    "child": 4,
    "axis_origin": {
      "x": 0,
      "y": 0,
      "z": 0
    },
    "axis_dir": {
      "x": 0,
      "y": 0,
      "z": 1
    },
    "count": 8,
    "angle_deg": 360
  }
}
9
create
ok
1ms
args
{
  "document_id": "doc_1781198617978_1",
  "type": "difference",
  "name": "Drilled Block",
  "params": {
    "left": 2,
    "right": 5
  }
}
10
read
ok
1ms
args
{
  "document_id": "doc_1781198617978_1"
}
11
render_view
ok
610ms
args
{
  "document_id": "doc_1781198617978_1"
}
12
get_document
ok
1ms
args
{
  "document_id": "doc_1781198617978_1"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781198617978_1",
  "part_id": "1"
}
14
delete
ok
0ms
args
{
  "document_id": "doc_1781198617978_1",
  "part_id": "2"
}
15
delete
ok
0ms
args
{
  "document_id": "doc_1781198617978_1",
  "part_id": "3"
}
16
delete
ok
0ms
args
{
  "document_id": "doc_1781198617978_1",
  "part_id": "4"
}
17
delete
ok
0ms
args
{
  "document_id": "doc_1781198617978_1",
  "part_id": "5"
}
18
get_document
ok
2ms
args
{
  "document_id": "doc_1781198617978_1"
}
19
render_view
ok
229ms
args
{
  "document_id": "doc_1781198617978_1"
}
20
get_document
ok
3ms
args
{
  "document_id": "doc_1781198617978_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 60,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Center Block",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Hole",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 12,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Hole on +X",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 20,
          "y": 0,
          "z": -1
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Bolt Circle",
      "op": {
        "type": "CircularPattern",
        "child": 4,
        "axis_origin": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "axis_dir": {
          "x": 0,
          "y": 0,
          "z": 1
        },
        "count": 8,
        "angle_deg": 360
      }
    },
    "6": {
      "id": 6,
      "name": "Drilled Block",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 6,
      "material": "default"
    }
  ]
}

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