← mecheval / run / a5-double-d-shaft-01 / claude-mcp-claude-opus-4-7 / 20260611T223919Z-a85f

run 20260611T223919Z-a85f

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:19.394Z
ended2026-06-11T22:40:17.146Z
tokens264,555 in · 3,088 out · 267,643 total
wallclock57.7s
tool calls23
task hashfe39d8a3436856ee…
vcad hash703a2d0bccdd9b16…

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.000006513502555073269,
      -7.931736131706966e-17,
      29.999701349950556
    ],
    "bbox_diagonal_mm": 77.35631842325486,
    "deviation": [
      -0.000006513502555073269,
      -7.931736131706966e-17,
      -0.00029865004944440443
    ],
    "max_abs_deviation_mm": 0.00029865004944440443,
    "pass": true,
    "spec": [
      0,
      0,
      30
    ],
    "tolerance_mm": 0.7735631842325487
  },
  "volume": {
    "actual_mm3": 61154.813131834795,
    "deviation_pct": 0.09714541797306736,
    "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.1901345581683443,
        "original_mm3": 61154.813131834795,
        "pass": true,
        "roundtripped_mm3": 61038.536698087904
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "difference",
  "name": "Double-D Shaft",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 20,
              "height": 60
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -25,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 11,
              "y": 50,
              "z": 60
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 14,
          "y": -25,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 11,
              "y": 50,
              "z": 60
            }
          }
        }
      }
    ]
  }
}
2
create
err
4ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "difference",
  "name": "Double-D Shaft",
  "params": {
    "left": {
      "type": "difference",
      "params": {
        "left": {
          "type": "cylinder",
          "params": {
            "radius": 20,
            "height": 60
          }
        },
        "right": {
          "type": "translate",
          "params": {
            "x": -25,
            "y": -25,
            "z": 0,
            "child": {
              "type": "cube",
              "params": {
                "x": 11,
                "y": 50,
                "z": 60
              }
            }
          }
        }
      }
    },
    "right": {
      "type": "translate",
      "params": {
        "x": 14,
        "y": -25,
        "z": 0,
        "child": {
          "type": "cube",
          "params": {
            "x": 11,
            "y": 50,
            "z": 60
          }
        }
      }
    }
  }
}
3
read
ok
3ms
args
{
  "document_id": "doc_1781217559560_1"
}
4
create_cad_loon
ok
13ms
args
{
  "source": "[root\n  [difference\n    [translate 14 -25 0 [cube 11 50 60]]\n    [difference\n      [translate -25 -25 0 [cube 11 50 60]]\n      [cylinder 20 60]]]\n  \"steel\"]",
  "format": "json"
}
5
create
err
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "cylinder",
  "name": "Shaft Blank",
  "params": {
    "radius": 20,
    "height": 60
  }
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "cylinder",
  "name": "Shaft Blank",
  "params": {
    "radius": 20,
    "height": 60,
    "segments": 64
  }
}
7
create
ok
5ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "cube",
  "name": "Left Cutter",
  "params": {
    "size": {
      "x": 11,
      "y": 50,
      "z": 60
    }
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "cube",
  "name": "Right Cutter",
  "params": {
    "size": {
      "x": 11,
      "y": 50,
      "z": 60
    }
  }
}
9
create
ok
6ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "translate",
  "params": {
    "child": 2,
    "offset": {
      "x": -25,
      "y": -25,
      "z": 0
    }
  }
}
10
create
ok
2ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "translate",
  "params": {
    "child": 3,
    "offset": {
      "x": 14,
      "y": -25,
      "z": 0
    }
  }
}
11
create
ok
3ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "difference",
  "params": {
    "left": 1,
    "right": 4
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781217559560_1",
  "type": "difference",
  "name": "Double-D Shaft",
  "params": {
    "left": 6,
    "right": 5
  }
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781217559560_1"
}
14
inspect_cad
ok
58ms
args
{
  "document_id": "doc_1781217559560_1"
}
15
delete
ok
3ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "1"
}
16
delete
ok
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "2"
}
17
delete
ok
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "3"
}
18
delete
ok
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "4"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "5"
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781217559560_1",
  "part_id": "6"
}
21
inspect_cad
ok
8ms
args
{
  "document_id": "doc_1781217559560_1"
}
22
get_document
ok
2ms
args
{
  "document_id": "doc_1781217559560_1"
}

What the model built

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

.vcad source

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

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