← mecheval / run / a5-double-d-shaft-01 / claude-mcp-claude-opus-4-7 / 20260611T223941Z-5b84

run 20260611T223941Z-5b84

a5-double-d-shaft-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:39:41.727Z
ended2026-06-11T22:40:34.315Z
tokens261,901 in · 2,642 out · 264,543 total
wallclock52.6s
tool calls22
task hashfe39d8a3436856ee…
vcad hash32794811eebf2d1e…

Prompt

Make a double-D profile shaft as a single solid. Start with a cylinder of diameter 40mm (radius 20mm) and height 60mm, with its base on the XY plane (z = 0 to z = 60), centered on the Z axis. Mill a flat on each side by subtracting a rectangular block from the left and from the right. The left flat is at x = -14: subtract all material at x < -14 (i.e. remove the cylindrical segment from x = -20 to x = -14, running the full height z = 0 to z = 60 and the full cylinder width in Y). The right flat is at x = +14: subtract all material at x > 14. The result is a shaft with flat-to-flat width 28mm and circular arc sections of radius 20mm on the front and back (+Y and -Y sides). 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": [
    -14,
    -20,
    0
  ],
  "max": [
    14,
    20,
    60
  ],
  "tolerance_mm": 0.15
}

details: {
  "actual_max": [
    14,
    20,
    60
  ],
  "actual_min": [
    -14,
    -20,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.15
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 61214.28,
  "center_of_mass": [
    0,
    0,
    30
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      -0.000006513502554597363,
      1.824299310292602e-15,
      29.999701349950552
    ],
    "bbox_diagonal_mm": 77.35631842325486,
    "deviation": [
      -0.000006513502554597363,
      1.824299310292602e-15,
      -0.00029865004944795714
    ],
    "max_abs_deviation_mm": 0.00029865004944795714,
    "pass": true,
    "spec": [
      0,
      0,
      30
    ],
    "tolerance_mm": 0.7735631842325487
  },
  "volume": {
    "actual_mm3": 61154.81313183481,
    "deviation_pct": 0.09714541797304359,
    "pass": true,
    "spec_mm3": 61214.28,
    "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": [
          14,
          20,
          60
        ],
        "original_min": [
          -14,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          14,
          20,
          60
        ],
        "roundtripped_min": [
          -14,
          -20,
          0
        ],
        "tolerance_mm": 0.7735631842325487
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.19013455816841565,
        "original_mm3": 61154.81313183481,
        "pass": true,
        "roundtripped_mm3": 61038.536698087875
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "cylinder",
  "name": "Shaft Blank",
  "params": {
    "radius": 20,
    "height": 60,
    "center": [
      0,
      0,
      0
    ]
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[let shaft [cylinder 20 60]\n [let left-block [translate -25 -25 0 [cube 11 50 60]]\n  [let right-block [translate 14 -25 0 [cube 11 50 60]]\n   [root [difference right-block [difference left-block shaft]] \"steel\"]]]]",
  "format": "json"
}
3
create
ok
3ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "cylinder",
  "name": "Blank",
  "params": {
    "radius": 20,
    "height": 60,
    "segments": 64
  }
}
4
create
ok
5ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "cube",
  "name": "LeftCutterBase",
  "params": {
    "size": [
      11,
      50,
      60
    ]
  }
}
5
create
ok
2ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "cube",
  "name": "RightCutterBase",
  "params": {
    "size": [
      11,
      50,
      60
    ]
  }
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "translate",
  "name": "LeftCutter",
  "params": {
    "offset": [
      -25,
      -25,
      0
    ],
    "child": 2
  }
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "translate",
  "name": "RightCutter",
  "params": {
    "offset": [
      14,
      -25,
      0
    ],
    "child": 3
  }
}
8
create
err
6ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "difference",
  "name": "CutLeft",
  "params": {
    "base": 1,
    "tools": [
      4
    ]
  }
}
9
create
ok
4ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "difference",
  "name": "CutLeft",
  "params": {
    "left": 1,
    "right": 4
  }
}
10
create
ok
4ms
args
{
  "document_id": "doc_1781217581896_1",
  "type": "difference",
  "name": "DoubleDShaft",
  "params": {
    "left": 6,
    "right": 5
  }
}
11
read
ok
3ms
args
{
  "document_id": "doc_1781217581896_1"
}
12
get_document
ok
2ms
args
{
  "document_id": "doc_1781217581896_1"
}
13
delete
ok
5ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "6"
}
14
get_document
ok
2ms
args
{
  "document_id": "doc_1781217581896_1"
}
15
delete
ok
3ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "1"
}
16
delete
ok
1ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "2"
}
17
delete
ok
1ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "3"
}
18
delete
ok
1ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "4"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781217581896_1",
  "part_id": "5"
}
20
render_view
ok
110ms
args
{
  "document_id": "doc_1781217581896_1"
}
21
get_document
ok
1ms
args
{
  "document_id": "doc_1781217581896_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Blank",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 60,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "LeftCutterBase",
      "op": {
        "type": "Cube",
        "size": {
          "x": 11,
          "y": 50,
          "z": 60
        }
      }
    },
    "3": {
      "id": 3,
      "name": "RightCutterBase",
      "op": {
        "type": "Cube",
        "size": {
          "x": 11,
          "y": 50,
          "z": 60
        }
      }
    },
    "4": {
      "id": 4,
      "name": "LeftCutter",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -25,
          "y": -25,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "RightCutter",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 14,
          "y": -25,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "CutLeft",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 4
      }
    },
    "7": {
      "id": 7,
      "name": "DoubleDShaft",
      "op": {
        "type": "Difference",
        "left": 6,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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