← mecheval / run / a5-lightened-disc-01 / claude-mcp-claude-opus-4-7 / 20260611T224721Z-9407

run 20260611T224721Z-9407

a5-lightened-disc-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (8/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:47:21.954Z
ended2026-06-11T22:49:27.999Z
tokens650,775 in · 8,235 out · 659,010 total
wallclock125.9s
tool calls63
task hash06516ef0f89da8d5…
vcad hash16de8722f0af2475…

Prompt

Make a lightened disc as a single solid. The outer disc is a cylinder of diameter 120mm and height 15mm, base on the XY plane (z = 0 to z = 15), centered on the Z axis. Subtract a central through-bore of diameter 22mm along the Z axis. Subtract six through-holes of diameter 16mm, axes parallel to Z, arranged on a bolt circle of diameter 76mm (radius 38mm) centered on the Z axis, evenly spaced every 60 degrees with the first hole on the +X axis: positions (38, 0), (19, 32.909), (-19, 32.909), (-38, 0), (-19, -32.909), (19, -32.909). All holes pass through the full disc height (z = 0 to z = 15). 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": [
    -60,
    -60,
    0
  ],
  "max": [
    60,
    60,
    15
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    60,
    60,
    15
  ],
  "actual_min": [
    -60,
    -60,
    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": 145848.66,
  "center_of_mass": [
    0,
    0,
    7.5
  ],
  "tolerance_pct": 1.5
}

details: {
  "center_of_mass": {
    "actual": [
      1.9154147432943183e-16,
      1.6655780376472334e-16,
      7.500000000000041
    ],
    "bbox_diagonal_mm": 170.36725037400822,
    "deviation": [
      1.9154147432943183e-16,
      1.6655780376472334e-16,
      4.085620730620576e-14
    ],
    "max_abs_deviation_mm": 4.085620730620576e-14,
    "pass": true,
    "spec": [
      0,
      0,
      7.5
    ],
    "tolerance_mm": 2.555508755610123
  },
  "volume": {
    "actual_mm3": 145614.26423188034,
    "deviation_pct": 0.16071163637681865,
    "pass": true,
    "spec_mm3": 145848.66,
    "tolerance_pct": 1.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 22,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 1,
  "diameter_mm": 22,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": [
    [
      0,
      0,
      22
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 22,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 22,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 16,
  "expected": 6,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 6,
  "diameter_mm": 16,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": [
    [
      38,
      0,
      16
    ],
    [
      19,
      32.909,
      16
    ],
    [
      -19,
      32.909,
      16
    ],
    [
      -38,
      0,
      16
    ],
    [
      -19,
      -32.909,
      16
    ],
    [
      19,
      -32.909,
      16
    ]
  ]
}
6
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 16,
  "positions": [
    [
      38,
      0,
      0
    ],
    [
      19,
      32.909,
      0
    ],
    [
      -19,
      32.909,
      0
    ],
    [
      -38,
      0,
      0
    ],
    [
      -19,
      -32.909,
      0
    ],
    [
      19,
      -32.909,
      0
    ]
  ],
  "tolerance_mm": 0.3
}

details: {
  "diameter_mm": 16,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        38,
        0
      ],
      "pass": true,
      "spec_xy": [
        38,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        19,
        32.909
      ],
      "pass": true,
      "spec_xy": [
        19,
        32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -19,
        32.909
      ],
      "pass": true,
      "spec_xy": [
        -19,
        32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -38,
        0
      ],
      "pass": true,
      "spec_xy": [
        -38,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -19,
        -32.909
      ],
      "pass": true,
      "spec_xy": [
        -19,
        -32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        19,
        -32.909
      ],
      "pass": true,
      "spec_xy": [
        19,
        -32.909
      ]
    }
  ],
  "tolerance_mm": 0.3,
  "unmatched_extras": []
}
7
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          60,
          15
        ],
        "original_min": [
          -60,
          -60,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          60,
          15
        ],
        "roundtripped_min": [
          -60,
          -60,
          0
        ],
        "tolerance_mm": 2.555508755610123
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5077154945252176,
        "original_mm3": 145614.2642318804,
        "pass": true,
        "roundtripped_mm3": 144874.95805013625
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create_cad_loon
err
8ms
args
{
  "source": "[let\n  [disc [translate 0 0 0 [cylinder 60 15]]]\n  [bore [translate 0 0 0 [cylinder 11 15]]]\n  [holes [circular-pattern 0 0 0 0 0 1 6 360 [translate 38 0 0 [cylinder 8 15]]]]\n  [root [difference [union holes bore] disc] \"steel\"]]",
  "format": "json"
}
2
create
err
8ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "Disc",
  "params": {
    "radius": 60,
    "height": 15,
    "center_x": 0,
    "center_y": 0,
    "center_z": 0
  }
}
3
create_cad_loon
err
5ms
args
{
  "source": "[let\n  [disc [cylinder 60 15]]\n  [root\n    [pipe\n      disc\n      [difference [cylinder 11 15]]\n      [difference [translate 38 0 0 [cylinder 8 15]]]\n      [difference [translate 19 32.909 0 [cylinder 8 15]]]\n      [difference [translate -19 32.909 0 [cylinder 8 15]]]\n      [difference [translate -38 0 0 [cylinder 8 15]]]\n      [difference [translate -19 -32.909 0 [cylinder 8 15]]]\n      [difference [translate 19 -32.909 0 [cylinder 8 15]]]]\n    \"steel\"]]",
  "format": "json"
}
4
create_cad_loon
ok
8ms
args
{
  "source": "[root\n  [pipe\n    [cylinder 60 15]\n    [difference [cylinder 11 15]]\n    [difference [translate 38 0 0 [cylinder 8 15]]]\n    [difference [translate 19 32.909 0 [cylinder 8 15]]]\n    [difference [translate -19 32.909 0 [cylinder 8 15]]]\n    [difference [translate -38 0 0 [cylinder 8 15]]]\n    [difference [translate -19 -32.909 0 [cylinder 8 15]]]\n    [difference [translate 19 -32.909 0 [cylinder 8 15]]]]\n  \"steel\"]",
  "format": "json"
}
5
create
ok
4ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "Disc",
  "params": {
    "radius": 60,
    "height": 15,
    "segments": 64
  }
}
6
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 32
  }
}
7
delete
ok
6ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "1"
}
8
delete
ok
2ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "2"
}
9
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "Disc",
  "params": {
    "radius": 60,
    "height": 15,
    "segments": 64
  }
}
10
create
ok
4ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "parent_part_id": "1",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 32
  }
}
11
read
ok
3ms
args
{
  "document_id": "doc_1781218042123_1"
}
12
delete
ok
5ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "1"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "2"
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "Disc",
  "params": {
    "radius": 60,
    "height": 15,
    "segments": 64
  }
}
15
create
err
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "parent_part_id": "1",
  "name": "Bore",
  "params": {
    "tool": {
      "type": "cylinder",
      "params": {
        "radius": 11,
        "height": 15,
        "segments": 32
      }
    }
  }
}
16
get_document
ok
3ms
args
{
  "document_id": "doc_1781218042123_1"
}
17
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "parent_part_id": "1",
  "name": "Bore",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 32
  }
}
18
get_document
ok
2ms
args
{
  "document_id": "doc_1781218042123_1"
}
19
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "name": "Disc with Bore",
  "params": {
    "left": 1,
    "right": 2
  }
}
20
get_document
ok
2ms
args
{
  "document_id": "doc_1781218042123_1"
}
21
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H1cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
22
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H2cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
23
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H3cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
24
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H4cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
25
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H5cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
26
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "cylinder",
  "name": "H6cyl",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
27
create
ok
4ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H1",
  "params": {
    "child": 4,
    "offset": {
      "x": 38,
      "y": 0,
      "z": 0
    }
  }
}
28
create
ok
2ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H2",
  "params": {
    "child": 5,
    "offset": {
      "x": 19,
      "y": 32.909,
      "z": 0
    }
  }
}
29
create
ok
2ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H3",
  "params": {
    "child": 6,
    "offset": {
      "x": -19,
      "y": 32.909,
      "z": 0
    }
  }
}
30
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H4",
  "params": {
    "child": 7,
    "offset": {
      "x": -38,
      "y": 0,
      "z": 0
    }
  }
}
31
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H5",
  "params": {
    "child": 8,
    "offset": {
      "x": -19,
      "y": -32.909,
      "z": 0
    }
  }
}
32
create
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "translate",
  "name": "H6",
  "params": {
    "child": 9,
    "offset": {
      "x": 19,
      "y": -32.909,
      "z": 0
    }
  }
}
33
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "params": {
    "left": 3,
    "right": 10
  }
}
34
create
ok
2ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "params": {
    "left": 16,
    "right": 11
  }
}
35
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "params": {
    "left": 17,
    "right": 12
  }
}
36
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "params": {
    "left": 18,
    "right": 13
  }
}
37
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "params": {
    "left": 19,
    "right": 14
  }
}
38
create
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "type": "difference",
  "name": "Lightened Disc",
  "params": {
    "left": 20,
    "right": 15
  }
}
39
delete
ok
4ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "1"
}
40
get_document
ok
2ms
args
{
  "document_id": "doc_1781218042123_1"
}
41
delete
ok
3ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "2"
}
42
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "3"
}
43
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "4"
}
44
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "5"
}
45
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "6"
}
46
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "7"
}
47
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "8"
}
48
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "9"
}
49
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "10"
}
50
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "11"
}
51
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "12"
}
52
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "13"
}
53
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "14"
}
54
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "15"
}
55
delete
ok
1ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "16"
}
56
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "17"
}
57
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "18"
}
58
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "19"
}
59
delete
ok
0ms
args
{
  "document_id": "doc_1781218042123_1",
  "part_id": "20"
}
60
get_document
ok
2ms
args
{
  "document_id": "doc_1781218042123_1"
}
61
render_view
ok
164ms
args
{
  "document_id": "doc_1781218042123_1"
}
62
get_document
ok
0ms
args
{
  "document_id": "doc_1781218042123_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Disc",
      "op": {
        "type": "Cylinder",
        "radius": 60,
        "height": 15,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "Bore",
      "op": {
        "type": "Cylinder",
        "radius": 11,
        "height": 15,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "Disc with Bore",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 2
      }
    },
    "4": {
      "id": 4,
      "name": "H1cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "5": {
      "id": 5,
      "name": "H2cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "H3cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "H4cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "H5cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "H6cyl",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "H1",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 38,
          "y": 0,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "H2",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 19,
          "y": 32.909,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "H3",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -19,
          "y": 32.909,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "H4",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -38,
          "y": 0,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "H5",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -19,
          "y": -32.909,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "H6",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": 19,
          "y": -32.909,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 10
      }
    },
    "17": {
      "id": 17,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 16,
        "right": 11
      }
    },
    "18": {
      "id": 18,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 17,
        "right": 12
      }
    },
    "19": {
      "id": 19,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 18,
        "right": 13
      }
    },
    "20": {
      "id": 20,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 19,
        "right": 14
      }
    },
    "21": {
      "id": 21,
      "name": "Lightened Disc",
      "op": {
        "type": "Difference",
        "left": 20,
        "right": 15
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 21,
      "material": "default"
    }
  ]
}

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