← mecheval / run / a2-cubemark-01 / claude-mcp-claude-opus-4-7 / 20260611T173430Z-f9b7

run 20260611T173430Z-f9b7

a2-cubemark-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:34:30.988Z
ended2026-06-11T17:37:15.358Z
tokens610,936 in · 4,804 out · 615,740 total
wallclock164.3s
tool calls34
task hash04f3bf7a653dc3fd…
vcad hashece530ee484d5a69…

Prompt

Make a 30mm cube. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 30). Drill nine through-holes of diameter 3mm, axes parallel to Z, arranged in a 3×3 grid on the top face spaced 8mm apart in both X and Y, centered on the Z axis. Hole centers are at (x, y) = (-8, -8), (0, -8), (8, -8), (-8, 0), (0, 0), (8, 0), (-8, 8), (0, 8), (8, 8). 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": [
    -15,
    -15,
    0
  ],
  "max": [
    15,
    15,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    15,
    15,
    30
  ],
  "actual_min": [
    -15,
    -15,
    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": 25091.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 25094.546791865287,
    "deviation_pct": 0.012222443097366465,
    "pass": true,
    "spec_mm3": 25091.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 9,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 9,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 9,
  "found": [
    [
      -8,
      -8,
      3
    ],
    [
      0,
      -8,
      3
    ],
    [
      8,
      -8,
      3
    ],
    [
      -8,
      0,
      3
    ],
    [
      0,
      0,
      3
    ],
    [
      8,
      0,
      3
    ],
    [
      -8,
      8,
      3
    ],
    [
      0,
      8,
      3
    ],
    [
      8,
      8,
      3
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 3,
  "positions": [
    [
      -8,
      -8,
      0
    ],
    [
      0,
      -8,
      0
    ],
    [
      8,
      -8,
      0
    ],
    [
      -8,
      0,
      0
    ],
    [
      0,
      0,
      0
    ],
    [
      8,
      0,
      0
    ],
    [
      -8,
      8,
      0
    ],
    [
      0,
      8,
      0
    ],
    [
      8,
      8,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 3,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        -8
      ],
      "pass": true,
      "spec_xy": [
        -8,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        -8
      ],
      "pass": true,
      "spec_xy": [
        0,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        -8
      ],
      "pass": true,
      "spec_xy": [
        8,
        -8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        0
      ],
      "pass": true,
      "spec_xy": [
        -8,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        0
      ],
      "pass": true,
      "spec_xy": [
        8,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -8,
        8
      ],
      "pass": true,
      "spec_xy": [
        -8,
        8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        8
      ],
      "pass": true,
      "spec_xy": [
        0,
        8
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        8,
        8
      ],
      "pass": true,
      "spec_xy": [
        8,
        8
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "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": [
          15,
          15,
          30
        ],
        "original_min": [
          -15,
          -15,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          15,
          15,
          30
        ],
        "roundtripped_min": [
          -15,
          -15,
          0
        ],
        "tolerance_mm": 0.5196152422706632
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.02437471955503715,
        "original_mm3": 25094.546791865287,
        "pass": true,
        "roundtripped_mm3": 25100.66351726941
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
7ms
args
{
  "source": "[let\n  [let cube-block [translate -15 -15 0 [cube 30 30 30]]\n   [let hole [cylinder 1.5 30]\n    [let holes [circular-pattern 0 0 0 0 0 1 1 0 hole]\n     [difference\n      [union [translate -8 -8 0 hole]\n       [union [translate 0 -8 0 hole]\n        [union [translate 8 -8 0 hole]\n         [union [translate -8 0 0 hole]\n          [union [translate 0 0 0 hole]\n           [union [translate 8 0 0 hole]\n            [union [translate -8 8 0 hole]\n             [union [translate 0 8 0 hole]\n              [translate 8 8 0 hole]]]]]]]]]\n      cube-block]]]]]",
  "format": "json"
}
2
create
err
9ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "cube",
  "name": "Block",
  "params": {
    "size_x": 30,
    "size_y": 30,
    "size_z": 30,
    "origin": {
      "x": -15,
      "y": -15,
      "z": 0
    }
  }
}
3
create
ok
5ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "cube",
  "name": "Block",
  "params": {
    "size": [
      30,
      30,
      30
    ]
  }
}
4
read
ok
3ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "1"
}
5
delete
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "1"
}
6
create_cad_loon
ok
7ms
args
{
  "source": "[root\n  [difference\n    [union\n      [translate -8 -8 0 [cylinder 1.5 30]]\n      [union\n        [translate 0 -8 0 [cylinder 1.5 30]]\n        [union\n          [translate 8 -8 0 [cylinder 1.5 30]]\n          [union\n            [translate -8 0 0 [cylinder 1.5 30]]\n            [union\n              [translate 0 0 0 [cylinder 1.5 30]]\n              [union\n                [translate 8 0 0 [cylinder 1.5 30]]\n                [union\n                  [translate -8 8 0 [cylinder 1.5 30]]\n                  [union\n                    [translate 0 8 0 [cylinder 1.5 30]]\n                    [translate 8 8 0 [cylinder 1.5 30]]]]]]]]]]\n    [translate -15 -15 0 [cube 30 30 30]]]\n  \"steel\"]",
  "format": "json"
}
7
create
ok
1ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "cube",
  "name": "RawBlock",
  "params": {
    "size": [
      30,
      30,
      30
    ]
  }
}
8
create
ok
5ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "translate",
  "name": "CenterBlock",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -15,
      -15,
      0
    ],
    "child": 1
  }
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781199271164_1"
}
10
read
ok
3ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "2"
}
11
read
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "1"
}
12
delete
ok
1ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "1"
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781199271164_1"
}
14
read
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "2"
}
15
create
err
3ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "cylinder",
  "name": "Hole1",
  "params": {
    "radius": 1.5,
    "height": 30
  }
}
16
create
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "cylinder",
  "name": "Hole",
  "params": {
    "radius": 1.5,
    "height": 30,
    "segments": 64
  }
}
17
create
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "translate",
  "name": "HoleStart",
  "parent_part_id": "3",
  "params": {
    "offset": [
      -8,
      -8,
      0
    ],
    "child": 3
  }
}
18
read
ok
2ms
args
{
  "document_id": "doc_1781199271164_1"
}
19
delete
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "3"
}
20
create
ok
3ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "linear_pattern",
  "name": "HolesRowX",
  "parent_part_id": "4",
  "params": {
    "direction": [
      1,
      0,
      0
    ],
    "count": 3,
    "spacing": 8,
    "child": 4
  }
}
21
create
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "linear_pattern",
  "name": "HolesGrid",
  "parent_part_id": "5",
  "params": {
    "direction": [
      0,
      1,
      0
    ],
    "count": 3,
    "spacing": 8,
    "child": 5
  }
}
22
read
ok
1ms
args
{
  "document_id": "doc_1781199271164_1"
}
23
read
ok
1ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "6"
}
24
delete
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "4"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "5"
}
26
read
ok
1ms
args
{
  "document_id": "doc_1781199271164_1"
}
27
create
ok
2ms
args
{
  "document_id": "doc_1781199271164_1",
  "type": "difference",
  "name": "DrilledBlock",
  "params": {
    "left": 2,
    "right": 6
  }
}
28
read
ok
1ms
args
{
  "document_id": "doc_1781199271164_1"
}
29
read
ok
3ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "7"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "2"
}
31
delete
ok
0ms
args
{
  "document_id": "doc_1781199271164_1",
  "part_id": "6"
}
32
read
ok
1ms
args
{
  "document_id": "doc_1781199271164_1"
}
33
get_document
ok
0ms
args
{
  "document_id": "doc_1781199271164_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "RawBlock",
      "op": {
        "type": "Cube",
        "size": {
          "x": 30,
          "y": 30,
          "z": 30
        }
      }
    },
    "2": {
      "id": 2,
      "name": "CenterBlock",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -15,
          "y": -15,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Hole",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 30,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "HoleStart",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -8,
          "y": -8,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "HolesRowX",
      "op": {
        "type": "LinearPattern",
        "child": 4,
        "direction": {
          "x": 1,
          "y": 0,
          "z": 0
        },
        "count": 3,
        "spacing": 8
      }
    },
    "6": {
      "id": 6,
      "name": "HolesGrid",
      "op": {
        "type": "LinearPattern",
        "child": 5,
        "direction": {
          "x": 0,
          "y": 1,
          "z": 0
        },
        "count": 3,
        "spacing": 8
      }
    },
    "7": {
      "id": 7,
      "name": "DrilledBlock",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 6
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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