← mecheval / run / a4-rounded-bar-01 / claude-mcp-claude-opus-4-7 / 20260611T222521Z-96ef

run 20260611T222521Z-96ef

a4-rounded-bar-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:25:21.451Z
ended2026-06-11T22:26:42.876Z
tokens466,646 in · 4,356 out · 471,002 total
wallclock81.3s
tool calls34
task hash7d784df0d0a20935…
vcad hasha6c41848f5e4a0ff…

Prompt

Make a flat bar with a stadium-shaped (rectangle with semicircular ends) footprint, extruded 10mm along Z. Total end-to-end length is 80mm along X; total width is 20mm along Y. The footprint is the union of a 60mm × 20mm rectangle (x in [-30, 30], y in [-10, 10]) and two semicircles of radius 10mm centered at (-30, 0) and (30, 0). The bottom face sits on the XY plane (z = 0 to z = 10). Output a single solid (no holes or other features).

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": [
    -40,
    -10,
    0
  ],
  "max": [
    40,
    10,
    10
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    40,
    10,
    10
  ],
  "actual_min": [
    -40,
    -10,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.2
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 15141.59,
  "center_of_mass": [
    0,
    0,
    5
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      9.944468081153662e-15,
      -4.753874623593503e-17,
      4.999999999999997
    ],
    "bbox_diagonal_mm": 83.06623862918075,
    "deviation": [
      9.944468081153662e-15,
      -4.753874623593503e-17,
      -2.6645352591003757e-15
    ],
    "max_abs_deviation_mm": 9.944468081153662e-15,
    "pass": true,
    "spec": [
      0,
      0,
      5
    ],
    "tolerance_mm": 0.8306623862918074
  },
  "volume": {
    "actual_mm3": 15136.548745363963,
    "deviation_pct": 0.03329409022458463,
    "pass": true,
    "spec_mm3": 15141.59,
    "tolerance_pct": 1
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          10,
          10
        ],
        "original_min": [
          -40,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          10,
          10
        ],
        "roundtripped_min": [
          -40,
          -10,
          0
        ],
        "tolerance_mm": 0.8306623862918074
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.2823713416216259,
        "original_mm3": 15136.548745363963,
        "pass": true,
        "roundtripped_mm3": 15093.807469596468
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create
err
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "union",
  "name": "Stadium Bar",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -30,
          "y": -10,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 60,
              "y": 20,
              "z": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -30,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "r": 10,
              "h": 10
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 30,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "r": 10,
              "h": 10
            }
          }
        }
      }
    ]
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[root\n  [union\n    [translate -30 0 0 [cylinder 10 10]]\n    [union\n      [translate 30 0 0 [cylinder 10 10]]\n      [translate -30 -10 0 [cube 60 20 10]]]]\n  \"steel\"]",
  "format": "json"
}
3
create
err
4ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cube",
  "name": "rect",
  "params": {
    "x": 60,
    "y": 20,
    "z": 10
  }
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cube",
  "name": "rect",
  "params": {
    "size": {
      "x": 60,
      "y": 20,
      "z": 10
    }
  }
}
5
create
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "translate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -30,
      "y": -10,
      "z": 0
    },
    "child": 1
  }
}
6
create
err
2ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cylinder",
  "name": "cap1",
  "params": {
    "radius": 10,
    "height": 10
  }
}
7
create
err
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cylinder",
  "name": "cap2",
  "params": {
    "radius": 10,
    "height": 10
  }
}
8
read
ok
6ms
args
{
  "document_id": "doc_1781216721623_1"
}
9
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "2"
}
10
create
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cylinder",
  "name": "cap1",
  "params": {
    "radius": 10,
    "height": 10,
    "segments": 64
  }
}
11
create
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "cylinder",
  "name": "cap2",
  "params": {
    "radius": 10,
    "height": 10,
    "segments": 64
  }
}
12
delete
ok
4ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "1"
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}
14
read
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "2"
}
15
create
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "translate",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    },
    "child": 3
  }
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "translate",
  "parent_part_id": "4",
  "params": {
    "offset": {
      "x": 30,
      "y": 0,
      "z": 0
    },
    "child": 4
  }
}
17
read
ok
3ms
args
{
  "document_id": "doc_1781216721623_1"
}
18
delete
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "3"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "4"
}
20
create
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "union",
  "name": "stadium union 1",
  "params": {
    "left": 2,
    "right": 5
  }
}
21
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}
22
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "7"
}
23
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "6"
}
24
create
ok
3ms
args
{
  "document_id": "doc_1781216721623_1",
  "type": "union",
  "name": "Stadium Bar",
  "params": {
    "left": 7,
    "right": 6
  }
}
25
read
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}
26
get_document
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}
27
delete
ok
2ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "2"
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "5"
}
29
delete
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "6"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781216721623_1",
  "part_id": "7"
}
31
get_document
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}
32
render_view
ok
129ms
args
{
  "document_id": "doc_1781216721623_1"
}
33
get_document
ok
2ms
args
{
  "document_id": "doc_1781216721623_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "rect",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -10,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "cap1",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 10,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "cap2",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 10,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 30,
          "y": 0,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "stadium union 1",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 5
      }
    },
    "8": {
      "id": 8,
      "name": "Stadium Bar",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 6
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 8,
      "material": "default"
    }
  ]
}

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