← mecheval / run / a1-plate-01 / claude-mcp-claude-opus-4-7 / 20260611T172012Z-cb3d

run 20260611T172012Z-cb3d

a1-plate-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:20:12.389Z
ended2026-06-11T17:21:53.329Z
tokens491,028 in · 5,791 out · 496,819 total
wallclock100.9s
tool calls42
task hashfedd0fa098bf5361…
vcad hash6d095feb6a5bb06f…

Prompt

Make a 50mm × 30mm × 10mm rectangular plate. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 10). 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": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -25,
    -15,
    0
  ],
  "max": [
    25,
    15,
    10
  ],
  "tolerance_mm": 0.1
}

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

details: {
  "volume": {
    "actual_mm3": 14717.71070826306,
    "deviation_pct": 0.002790649528513109,
    "pass": true,
    "spec_mm3": 14717.3,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 3,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 4,
  "diameter_mm": 3,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      -20,
      -10,
      3
    ],
    [
      20,
      -10,
      3
    ],
    [
      -20,
      10,
      3
    ],
    [
      20,
      10,
      3
    ]
  ]
}
4
hole_positions
pass
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
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -20,
        10
      ],
      "pass": true,
      "spec_xy": [
        -20,
        10
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -20,
        -10
      ],
      "pass": true,
      "spec_xy": [
        -20,
        -10
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        20,
        -10
      ],
      "pass": true,
      "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,
          10
        ],
        "original_min": [
          -25,
          -15,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          25,
          15,
          10
        ],
        "roundtripped_min": [
          -25,
          -15,
          0
        ],
        "tolerance_mm": 0.05916079783099616
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.0061572597056147186,
        "original_mm3": 14717.71070826306,
        "pass": true,
        "roundtripped_mm3": 14718.616915934088
      }
    }
  ],
  "tolerance_pct": 0.1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "difference",
  "name": "Plate with Holes",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -15,
          "z": 0,
          "children": [
            {
              "type": "cube",
              "params": {
                "x": 50,
                "y": 30,
                "z": 10
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": -10,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "radius": 1.5,
                "height": 12
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 20,
          "y": -10,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "radius": 1.5,
                "height": 12
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -20,
          "y": 10,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "radius": 1.5,
                "height": 12
              }
            }
          ]
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 20,
          "y": 10,
          "z": -1,
          "children": [
            {
              "type": "cylinder",
              "params": {
                "radius": 1.5,
                "height": 12
              }
            }
          ]
        }
      }
    ]
  }
}
2
read
ok
2ms
args
{
  "document_id": "doc_1781198412564_1"
}
3
create
ok
3ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cube",
  "name": "Plate Block",
  "params": {
    "size": [
      50,
      30,
      10
    ]
  }
}
4
read
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "1"
}
5
delete
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "1"
}
6
create_cad_loon
ok
13ms
args
{
  "source": "[root\n  [pipe\n    [translate -25 -15 0 [cube 50 30 10]]\n    [difference [translate -20 -10 -1 [cylinder 1.5 12]]]\n    [difference [translate  20 -10 -1 [cylinder 1.5 12]]]\n    [difference [translate -20  10 -1 [cylinder 1.5 12]]]\n    [difference [translate  20  10 -1 [cylinder 1.5 12]]]]\n  \"steel\"]",
  "format": "json"
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cube",
  "name": "plate raw",
  "params": {
    "size": {
      "x": 50,
      "y": 30,
      "z": 10
    }
  }
}
8
create
err
5ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "center plate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -25,
      "y": -15,
      "z": 0
    }
  }
}
9
create
ok
2ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "center plate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -25,
      "y": -15,
      "z": 0
    },
    "child": 1
  }
}
10
create
err
4ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cylinder",
  "name": "hole1 cyl",
  "params": {
    "radius": 1.5,
    "height": 12
  }
}
11
create
ok
3ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cylinder",
  "name": "hole1 cyl",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 64
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "hole1 pos",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": -20,
      "y": -10,
      "z": -1
    },
    "child": 3
  }
}
13
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "difference",
  "name": "drill hole1",
  "params": {
    "left": 2,
    "right": 4
  }
}
14
read
ok
2ms
args
{
  "document_id": "doc_1781198412564_1"
}
15
create
ok
2ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cylinder",
  "name": "hole2 cyl",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 64
  }
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cylinder",
  "name": "hole3 cyl",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 64
  }
}
17
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "cylinder",
  "name": "hole4 cyl",
  "params": {
    "radius": 1.5,
    "height": 12,
    "segments": 64
  }
}
18
create
ok
2ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "hole2 pos",
  "parent_part_id": "6",
  "params": {
    "offset": {
      "x": 20,
      "y": -10,
      "z": -1
    },
    "child": 6
  }
}
19
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "hole3 pos",
  "parent_part_id": "7",
  "params": {
    "offset": {
      "x": -20,
      "y": 10,
      "z": -1
    },
    "child": 7
  }
}
20
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "translate",
  "name": "hole4 pos",
  "parent_part_id": "8",
  "params": {
    "offset": {
      "x": 20,
      "y": 10,
      "z": -1
    },
    "child": 8
  }
}
21
create
ok
2ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "difference",
  "name": "drill hole2",
  "params": {
    "left": 5,
    "right": 9
  }
}
22
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "difference",
  "name": "drill hole3",
  "params": {
    "left": 12,
    "right": 10
  }
}
23
create
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "type": "difference",
  "name": "drill hole4",
  "params": {
    "left": 13,
    "right": 11
  }
}
24
read
ok
2ms
args
{
  "document_id": "doc_1781198412564_1"
}
25
get_document
ok
1ms
args
{
  "document_id": "doc_1781198412564_1"
}
26
delete
ok
1ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "1"
}
27
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "2"
}
28
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "3"
}
29
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "4"
}
30
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "5"
}
31
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "6"
}
32
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "7"
}
33
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "8"
}
34
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "9"
}
35
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "10"
}
36
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "11"
}
37
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "12"
}
38
delete
ok
0ms
args
{
  "document_id": "doc_1781198412564_1",
  "part_id": "13"
}
39
get_document
ok
0ms
args
{
  "document_id": "doc_1781198412564_1"
}
40
render_view
ok
119ms
args
{
  "document_id": "doc_1781198412564_1"
}
41
get_document
ok
1ms
args
{
  "document_id": "doc_1781198412564_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T172012Z-cb3d.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": "center plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -25,
          "y": -15,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "hole1 cyl",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "hole1 pos",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -10,
          "z": -1
        }
      }
    },
    "5": {
      "id": 5,
      "name": "drill hole1",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "hole2 cyl",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": "hole3 cyl",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 64
      }
    },
    "8": {
      "id": 8,
      "name": "hole4 cyl",
      "op": {
        "type": "Cylinder",
        "radius": 1.5,
        "height": 12,
        "segments": 64
      }
    },
    "9": {
      "id": 9,
      "name": "hole2 pos",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 20,
          "y": -10,
          "z": -1
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole3 pos",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -20,
          "y": 10,
          "z": -1
        }
      }
    },
    "11": {
      "id": 11,
      "name": "hole4 pos",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": 20,
          "y": 10,
          "z": -1
        }
      }
    },
    "12": {
      "id": 12,
      "name": "drill hole2",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 9
      }
    },
    "13": {
      "id": 13,
      "name": "drill hole3",
      "op": {
        "type": "Difference",
        "left": 12,
        "right": 10
      }
    },
    "14": {
      "id": 14,
      "name": "drill hole4",
      "op": {
        "type": "Difference",
        "left": 13,
        "right": 11
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 14,
      "material": "default"
    }
  ]
}

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