← mecheval / run / a3-cross-shaft-01 / claude-mcp-claude-opus-4-7 / 20260611T180638Z-1980

run 20260611T180638Z-1980

a3-cross-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-11T18:06:38.335Z
ended2026-06-11T18:09:19.539Z
tokens624,330 in · 8,137 out · 632,467 total
wallclock161.2s
tool calls38
task hash9e7917fe01d0892e…
vcad hash4161e85ab3e431e7…

Prompt

Make a single solid that is the union of two cylinders intersecting at right angles. Vertical cylinder: outside diameter 20mm, length 40mm, axis along Z, base on the XY plane (z = 0 to z = 40), centered on the Z axis. Horizontal cylinder: outside diameter 20mm, length 40mm, axis along the X axis, centered at (0, 0, 20) (so it passes through the middle of the vertical cylinder). The two cylinders are merged into one solid (their intersection region counts only once).

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,
    -10,
    0
  ],
  "max": [
    20,
    10,
    40
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    20,
    10,
    40
  ],
  "actual_min": [
    -20,
    -10,
    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": 19799.41,
  "tolerance_pct": 1.5
}

details: {
  "volume": {
    "actual_mm3": 19542.540886227045,
    "deviation_pct": 1.297357415059109,
    "pass": true,
    "spec_mm3": 19799.41,
    "tolerance_pct": 1.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          10,
          40
        ],
        "original_min": [
          -20,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          10,
          40
        ],
        "roundtripped_min": [
          -20,
          -10,
          0
        ],
        "tolerance_mm": 0.8999999999999999
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 19542.540886227045,
        "pass": true,
        "roundtripped_mm3": 19542.540886227045
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "cylinder",
  "name": "Vertical Cylinder",
  "params": {
    "radius": 10,
    "height": 40
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[union [translate 0 0 20 [rotate 0 1.5707963267948966 0 [translate 0 0 -20 [cylinder 10 40]]]] [cylinder 10 40]]",
  "format": "json"
}
3
create
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "cylinder",
  "name": "Vertical Cylinder",
  "params": {
    "radius": 10,
    "height": 40,
    "segments": 64
  }
}
4
create
ok
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "cylinder",
  "name": "Horizontal Cylinder Base",
  "params": {
    "radius": 10,
    "height": 40,
    "segments": 64
  }
}
5
read
ok
3ms
args
{
  "document_id": "doc_1781201198511_1"
}
6
delete
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "1"
}
7
delete
ok
1ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "2"
}
8
create
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "cylinder",
  "name": "V",
  "params": {
    "radius": 10,
    "height": 40,
    "segments": 64
  }
}
9
create
ok
5ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "cylinder",
  "name": "H",
  "params": {
    "radius": 10,
    "height": 40,
    "segments": 64
  },
  "parent_part_id": "1"
}
10
read
ok
3ms
args
{
  "document_id": "doc_1781201198511_1"
}
11
read
ok
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "2"
}
12
create
err
6ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "translate",
  "name": "center H on origin",
  "params": {
    "x": 0,
    "y": 0,
    "z": -20
  },
  "parent_part_id": "2"
}
13
create
err
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "rotate",
  "name": "rotate H to X axis",
  "params": {
    "angles": {
      "x": 0,
      "y": 90,
      "z": 0
    }
  },
  "parent_part_id": "2"
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "rotate",
  "name": "rotate H to X axis",
  "params": {
    "angles": {
      "x": 0,
      "y": 90,
      "z": 0
    },
    "child": 2
  },
  "parent_part_id": "2"
}
15
create
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "translate",
  "name": "position H",
  "params": {
    "offset": {
      "x": -20,
      "y": 0,
      "z": 20
    },
    "child": 3
  },
  "parent_part_id": "3"
}
16
update
ok
6ms
args
{
  "document_id": "doc_1781201198511_1",
  "node_id": "3",
  "params": {
    "angles": {
      "x": 0,
      "y": 1.5707963267948966,
      "z": 0
    }
  }
}
17
create
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "type": "union",
  "name": "Cross",
  "params": {
    "left": 1,
    "right": 4
  }
}
18
read
ok
3ms
args
{
  "document_id": "doc_1781201198511_1"
}
19
get_document
ok
2ms
args
{
  "document_id": "doc_1781201198511_1"
}
20
render_view
ok
318ms
args
{
  "document_id": "doc_1781201198511_1"
}
21
delete
ok
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "2"
}
22
delete
ok
2ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "3"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "4"
}
24
delete
ok
1ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "1"
}
25
get_document
ok
2ms
args
{
  "document_id": "doc_1781201198511_1"
}
26
render_view
ok
122ms
args
{
  "document_id": "doc_1781201198511_1"
}
27
inspect_cad
ok
50ms
args
{
  "document_id": "doc_1781201198511_1"
}
28
get_changelog
ok
2ms
args
{
  "feature": "rotate"
}
29
update
ok
4ms
args
{
  "document_id": "doc_1781201198511_1",
  "node_id": "3",
  "params": {
    "angles": {
      "x": 0,
      "y": 1.5707963,
      "z": 0
    }
  }
}
30
render_view
ok
118ms
args
{
  "document_id": "doc_1781201198511_1"
}
31
read
ok
3ms
args
{
  "document_id": "doc_1781201198511_1",
  "part_id": "5"
}
32
update
ok
5ms
args
{
  "document_id": "doc_1781201198511_1",
  "node_id": "3",
  "params": {
    "angles": {
      "x": 1.5707963,
      "y": 0,
      "z": 0
    }
  }
}
33
inspect_cad
ok
41ms
args
{
  "document_id": "doc_1781201198511_1"
}
34
update
ok
5ms
args
{
  "document_id": "doc_1781201198511_1",
  "node_id": "3",
  "params": {
    "angles": {
      "x": 0,
      "y": 90,
      "z": 0
    }
  }
}
35
inspect_cad
ok
8ms
args
{
  "document_id": "doc_1781201198511_1"
}
36
render_view
ok
102ms
args
{
  "document_id": "doc_1781201198511_1"
}
37
get_document
ok
2ms
args
{
  "document_id": "doc_1781201198511_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "V",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 40,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "H",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 40,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "rotate H to X axis",
      "op": {
        "type": "Rotate",
        "child": 2,
        "angles": {
          "x": 0,
          "y": 90,
          "z": 0
        }
      }
    },
    "4": {
      "id": 4,
      "name": "position H",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": 0,
          "z": 20
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Cross",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}

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