← mecheval / run / a1-stepped-shaft-01 / claude-mcp-claude-opus-4-7 / 20260611T172147Z-b479

run 20260611T172147Z-b479

a1-stepped-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-11T17:21:47.829Z
ended2026-06-11T17:23:00.114Z
tokens412,687 in · 3,472 out · 416,159 total
wallclock72.3s
tool calls27
task hash0b362741f05ae514…
vcad hash7cf75e6051eaeaa4…

Prompt

Make a stepped shaft along the Z axis: a base cylinder of diameter 40mm and height 10mm sitting on the XY plane (z = 0 to z = 10), with a smaller coaxial cylinder of diameter 20mm and height 15mm stacked directly on top (z = 10 to z = 25). The result is 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": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    25
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    20,
    20,
    25
  ],
  "actual_min": [
    -20,
    -20,
    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": 17278.76,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 17251.016758025387,
    "deviation_pct": 0.16056269069430337,
    "pass": true,
    "spec_mm3": 17278.76,
    "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": [
          20,
          20,
          25
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          25
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.6184658438426491
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5107110381514169,
        "original_mm3": 17251.016758025387,
        "pass": true,
        "roundtripped_mm3": 17162.9139112488
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
4ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "union",
  "name": "Stepped Shaft",
  "params": {
    "children": [
      {
        "type": "cylinder",
        "params": {
          "radius": 20,
          "height": 10
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 0,
          "y": 0,
          "z": 10,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 10,
              "height": 15
            }
          }
        }
      }
    ]
  }
}
2
create
err
4ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "cylinder",
  "name": "Base",
  "params": {
    "radius": 20,
    "height": 10
  }
}
3
create_cad_loon
ok
6ms
args
{
  "source": "[root [union [cylinder 20 10] [translate 0 0 10 [cylinder 10 15]]] \"steel\"]",
  "format": "json"
}
4
create
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "cylinder",
  "name": "Base",
  "params": {
    "radius": 20,
    "height": 10,
    "segments": 64
  }
}
5
create
ok
2ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "cylinder",
  "name": "TopCyl",
  "parent_part_id": "1",
  "params": {
    "radius": 10,
    "height": 15,
    "segments": 64
  }
}
6
read
ok
4ms
args
{
  "document_id": "doc_1781198508010_1"
}
7
read
ok
4ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "1"
}
8
read
ok
2ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "2"
}
9
delete
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "1"
}
10
delete
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "2"
}
11
create
ok
4ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "cylinder",
  "name": "Base",
  "params": {
    "radius": 20,
    "height": 10,
    "segments": 64
  }
}
12
create
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "cylinder",
  "name": "TopCyl",
  "params": {
    "radius": 10,
    "height": 15,
    "segments": 64
  }
}
13
create
err
2ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "translate",
  "name": "LiftTop",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 10
    }
  }
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "translate",
  "name": "LiftTop",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": 0,
      "y": 0,
      "z": 10
    },
    "child": 2
  }
}
15
read
ok
3ms
args
{
  "document_id": "doc_1781198508010_1"
}
16
read
ok
2ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "3"
}
17
create
ok
2ms
args
{
  "document_id": "doc_1781198508010_1",
  "type": "union",
  "name": "Shaft",
  "parent_part_id": "1",
  "params": {
    "left": 1,
    "right": 3
  }
}
18
read
ok
2ms
args
{
  "document_id": "doc_1781198508010_1"
}
19
read
ok
3ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "4"
}
20
get_document
ok
1ms
args
{
  "document_id": "doc_1781198508010_1"
}
21
delete
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "1"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "2"
}
23
delete
ok
0ms
args
{
  "document_id": "doc_1781198508010_1",
  "part_id": "3"
}
24
get_document
ok
1ms
args
{
  "document_id": "doc_1781198508010_1"
}
25
render_view
ok
172ms
args
{
  "document_id": "doc_1781198508010_1"
}
26
get_document
ok
2ms
args
{
  "document_id": "doc_1781198508010_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Base",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 10,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "TopCyl",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 15,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "LiftTop",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Shaft",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 3
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    }
  ]
}

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