← mecheval. / run / a1-plate-01 / claude-mcp-claude-opus-4-7 / 20260428T145526Z-5eb0

run 20260428T145526Z-5eb0

a1-plate-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.33 (2/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-04-28T14:55:26.046Z
ended2026-04-28T14:57:24.471Z
tokens359,787 in · 5,139 out · 364,926 total
wallclock118.4s
tool calls34
task hashda973cc23a8773df…
vcad hash4789ce49df4b6d13…

Prompt

Make a 50mm × 30mm × 10mm rectangular plate centered on the origin. Drill four cylindrical through-holes of diameter 3mm, axes parallel to Z, positioned 5mm in from each corner of the top face.

Checks

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

details: {
  "root_count": 2,
  "solids_produced": 2
}
1
bbox
fail
Z off by -5.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -25,
    -15,
    0
  ],
  "max": [
    25,
    15,
    10
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    25,
    15,
    12
  ],
  "actual_min": [
    -25,
    -15,
    -5
  ],
  "deviation_max": [
    0,
    0,
    2
  ],
  "deviation_min": [
    0,
    0,
    -5
  ],
  "max_abs_deviation_mm": 5,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 2.0%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 14717.3,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 15014.046524331361,
    "deviation_pct": 2.016310901669204,
    "pass": false,
    "spec_mm3": 14717.3,
    "tolerance_pct": 0.5
  }
}
3
hole_count
fail
found 1/4 holes of ⌀3mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 1,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      20,
      10,
      3
    ]
  ]
}
4
hole_positions
fail
3/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 3,
  "positions": [
    [
      20,
      10,
      0
    ],
    [
      -20,
      10,
      0
    ],
    [
      -20,
      -10,
      0
    ],
    [
      20,
      -10,
      0
    ]
  ],
  "tolerance_mm": 0.1
}

details: {
  "diameter_mm": 3,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        10
      ],
      "pass": true,
      "spec_xy": [
        20,
        10
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -20,
        10
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -20,
        -10
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        20,
        -10
      ]
    }
  ],
  "tolerance_mm": 0.1,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          25,
          15,
          5
        ],
        "original_min": [
          -25,
          -15,
          -5
        ],
        "pass": true,
        "roundtripped_max": [
          25,
          15,
          5
        ],
        "roundtripped_min": [
          -25,
          -15,
          -5
        ],
        "tolerance_mm": 0.05916079783099616
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 14929.767504942394,
        "pass": true,
        "roundtripped_mm3": 14929.767504942394
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          1.5,
          1.5,
          12
        ],
        "original_min": [
          -1.5,
          -1.5,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          1.5,
          1.5,
          12
        ],
        "roundtripped_min": [
          -1.5,
          -1.5,
          0
        ],
        "tolerance_mm": 0.012727922061357855
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 84.27901938896767,
        "pass": true,
        "roundtripped_mm3": 84.27901938896767
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
12ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "difference",
  "name": "Plate with Holes",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -15,
          "z": -5,
          "child": {
            "type": "cube",
            "params": {
              "x": 50,
              "y": 30,
              "z": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 20,
          "y": 10,
          "z": -6,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 1.5,
              "height": 12
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": 10,
          "z": -6,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 1.5,
              "height": 12
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 20,
          "y": -10,
          "z": -6,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 1.5,
              "height": 12
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": -10,
          "z": -6,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 1.5,
              "height": 12
            }
          }
        }
      }
    ]
  }
}
2
read
ok
2ms
args
{
  "document_id": "doc_1777388126229_1"
}
3
create
err
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cube",
  "name": "Plate Body",
  "params": {
    "x": 50,
    "y": 30,
    "z": 10
  }
}
4
create
ok
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cube",
  "name": "Plate Body",
  "params": {
    "size": [
      50,
      30,
      10
    ]
  }
}
5
read
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "1"
}
6
delete
ok
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "1"
}
7
create
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cube",
  "name": "plate_raw",
  "params": {
    "size": [
      50,
      30,
      10
    ]
  }
}
8
create
ok
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "translate",
  "name": "plate",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -25,
      -15,
      -5
    ],
    "child": 1
  }
}
9
read
ok
2ms
args
{
  "document_id": "doc_1777388126229_1"
}
10
read
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "2"
}
11
delete
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "1"
}
12
read
ok
1ms
args
{
  "document_id": "doc_1777388126229_1"
}
13
create
err
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cylinder",
  "name": "hole_cyl",
  "parent_part_id": "2",
  "params": {
    "radius": 1.5,
    "height": 12
  }
}
14
create
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cylinder",
  "name": "hole_cyl",
  "parent_part_id": "2",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 32
  }
}
15
read
ok
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "3"
}
16
read
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "2"
}
17
delete
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "2"
}
18
delete
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "3"
}
19
create
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cube",
  "name": "plate_raw",
  "params": {
    "size": [
      50,
      30,
      10
    ]
  }
}
20
create
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "translate",
  "name": "plate",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -25,
      -15,
      -5
    ],
    "child": 1
  }
}
21
read
ok
1ms
args
{
  "document_id": "doc_1777388126229_1"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "1"
}
23
create
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cylinder",
  "name": "hole1_raw",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 32
  }
}
24
create
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "translate",
  "name": "hole1",
  "parent_part_id": "3",
  "params": {
    "offset": [
      20,
      10,
      -6
    ],
    "child": 3
  }
}
25
delete
ok
2ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "3"
}
26
create
ok
3ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "difference",
  "name": "plate_h1",
  "parent_part_id": "2",
  "params": {
    "left": 2,
    "right": 4
  }
}
27
read
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "5"
}
28
read
ok
1ms
args
{
  "document_id": "doc_1777388126229_1"
}
29
delete
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "2"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "4"
}
31
create
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "type": "cylinder",
  "name": "hole2_raw",
  "parent_part_id": "5",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 32
  }
}
32
read
ok
1ms
args
{
  "document_id": "doc_1777388126229_1",
  "part_id": "5"
}
33
get_document
ok
0ms
args
{
  "document_id": "doc_1777388126229_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T145526Z-5eb0.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -25,
          "y": -15,
          "z": -5
        }
      }
    },
    "3": {
      "id": 3,
      "name": "hole1_raw",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "hole1",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 20,
          "y": 10,
          "z": -6
        }
      }
    },
    "5": {
      "id": 5,
      "name": "plate_h1",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "hole2_raw",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 32
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    }
  ]
}
drawing
mecheval.
sheet
RUN · 20260428T145526Z-5eb0
scale
2/6
date
2026-04-29
drawn by
muni
project
mecheval

generated 2026-04-29T00:03:43.117Z · static site, regenerate with npm run build -w @mecheval/leaderboard