← mecheval / run / a6-compound-bore-ring-01 / claude-mcp-claude-opus-4-7 / 20260611T230301Z-acdf

run 20260611T230301Z-acdf

a6-compound-bore-ring-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T23:03:01.972Z
ended2026-06-11T23:04:20.829Z
tokens331,181 in · 4,275 out · 335,456 total
wallclock78.8s
tool calls30
task hash98e31f23f65c1080…
vcad hashccb58912305c2968…

Prompt

Make a stepped-bore ring as a single solid. The outer body is a cylinder of diameter 80mm and height 50mm, base on the XY plane (z = 0 to z = 50), centered on the Z axis. From the bottom face, subtract a coaxial blind bore of diameter 30mm that extends 25mm deep (z = 0 to z = 25). From the top face, subtract a coaxial blind bore of diameter 50mm that extends 25mm deep (z = 25 to z = 50). The two bores meet exactly at z = 25, forming a stepped interior: a narrow (30mm) chamber below and a wide (50mm) chamber above, connected at the mid-plane. The outer wall is 25mm thick at the bottom half and 15mm thick at the top half. 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": [
    -40,
    -40,
    0
  ],
  "max": [
    40,
    40,
    50
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    40,
    40,
    50
  ],
  "actual_min": [
    -40,
    -40,
    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": 184568.57,
  "center_of_mass": [
    0,
    0,
    22.87
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      5.59368436742031e-16,
      -2.5181862161419743e-15,
      22.872340435608
    ],
    "bbox_diagonal_mm": 123.69316876852982,
    "deviation": [
      5.59368436742031e-16,
      -2.5181862161419743e-15,
      0.002340435607997904
    ],
    "max_abs_deviation_mm": 0.002340435607997904,
    "pass": true,
    "spec": [
      0,
      0,
      22.87
    ],
    "tolerance_mm": 1.2369316876852983
  },
  "volume": {
    "actual_mm3": 184272.22458472103,
    "deviation_pct": 0.16056114823828246,
    "pass": true,
    "spec_mm3": 184568.57,
    "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,
          40,
          50
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          50
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.2369316876852983
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5822730355282881,
        "original_mm3": 184272.22458472103,
        "pass": true,
        "roundtripped_mm3": 183199.25710899607
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
7ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "difference",
  "name": "Stepped Bore Ring",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 40,
              "height": 50
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": -0.01,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 15,
              "height": 25.01
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": 25,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 25,
              "height": 25.01
            }
          }
        }
      }
    ]
  }
}
2
create
err
4ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "Outer Body",
  "params": {
    "radius": 40,
    "height": 50
  }
}
3
create
ok
5ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "Outer Body",
  "params": {
    "radius": 40,
    "height": 50,
    "segments": 64
  }
}
4
create
ok
5ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "Bottom Bore Tool",
  "params": {
    "radius": 15,
    "height": 25,
    "segments": 64
  }
}
5
create
ok
2ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "Top Bore Tool",
  "params": {
    "radius": 25,
    "height": 25,
    "segments": 64
  }
}
6
read
ok
5ms
args
{
  "document_id": "doc_1781218982148_1"
}
7
delete
ok
3ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "1"
}
8
delete
ok
2ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "2"
}
9
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "3"
}
10
create_cad_loon
ok
11ms
args
{
  "source": "[root\n  [difference\n    [translate 0 0 25 [cylinder 25 25.1]]\n    [difference\n      [translate 0 0 -0.05 [cylinder 15 25.1]]\n      [cylinder 40 50]]]\n  \"steel\"]"
}
11
get_document
ok
2ms
args
{
  "document_id": "doc_1781219005446_2"
}
12
create
err
3ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "difference",
  "name": "Stepped Bore Ring",
  "params": {
    "left": {
      "op": {
        "type": "Difference",
        "left": {
          "op": {
            "type": "Cylinder",
            "radius": 40,
            "height": 50,
            "segments": 64
          }
        },
        "right": {
          "op": {
            "type": "Translate",
            "offset": {
              "x": 0,
              "y": 0,
              "z": -0.05
            },
            "child": {
              "op": {
                "type": "Cylinder",
                "radius": 15,
                "height": 25.1,
                "segments": 64
              }
            }
          }
        }
      }
    },
    "right": {
      "op": {
        "type": "Translate",
        "offset": {
          "x": 0,
          "y": 0,
          "z": 25
        },
        "child": {
          "op": {
            "type": "Cylinder",
            "radius": 25,
            "height": 25.1,
            "segments": 64
          }
        }
      }
    }
  }
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "Outer",
  "params": {
    "radius": 40,
    "height": 50,
    "segments": 64
  }
}
14
create
ok
2ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "BottomBoreCyl",
  "params": {
    "radius": 15,
    "height": 25.1,
    "segments": 64
  }
}
15
create
ok
2ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "cylinder",
  "name": "TopBoreCyl",
  "params": {
    "radius": 25,
    "height": 25.1,
    "segments": 64
  }
}
16
create
ok
5ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "translate",
  "name": "BottomBoreXlat",
  "params": {
    "child": 2,
    "offset": {
      "x": 0,
      "y": 0,
      "z": -0.05
    }
  }
}
17
create
ok
2ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "translate",
  "name": "TopBoreXlat",
  "params": {
    "child": 3,
    "offset": {
      "x": 0,
      "y": 0,
      "z": 25
    }
  }
}
18
create
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "difference",
  "name": "MinusBottomBore",
  "params": {
    "left": 1,
    "right": 4
  }
}
19
create
ok
3ms
args
{
  "document_id": "doc_1781218982148_1",
  "type": "difference",
  "name": "SteppedBoreRing",
  "params": {
    "left": 6,
    "right": 5
  }
}
20
get_document
ok
1ms
args
{
  "document_id": "doc_1781218982148_1"
}
21
delete
ok
3ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "1"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "2"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "3"
}
24
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "4"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "5"
}
26
delete
ok
1ms
args
{
  "document_id": "doc_1781218982148_1",
  "part_id": "6"
}
27
get_document
ok
2ms
args
{
  "document_id": "doc_1781218982148_1"
}
28
render_view
ok
140ms
args
{
  "document_id": "doc_1781218982148_1"
}
29
get_document
ok
2ms
args
{
  "document_id": "doc_1781218982148_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Outer",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 50,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "BottomBoreCyl",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 25.1,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "TopBoreCyl",
      "op": {
        "type": "Cylinder",
        "radius": 25,
        "height": 25.1,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "BottomBoreXlat",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -0.05
        }
      }
    },
    "5": {
      "id": 5,
      "name": "TopBoreXlat",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 25
        }
      }
    },
    "6": {
      "id": 6,
      "name": "MinusBottomBore",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 4
      }
    },
    "7": {
      "id": 7,
      "name": "SteppedBoreRing",
      "op": {
        "type": "Difference",
        "left": 6,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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