← mecheval / run / a4-rectangular-tube-01 / claude-mcp-claude-opus-4-7 / 20260611T222409Z-cd0a

run 20260611T222409Z-cd0a

a4-rectangular-tube-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:24:09.551Z
ended2026-06-11T22:25:21.416Z
tokens391,372 in · 3,680 out · 395,052 total
wallclock71.8s
tool calls27
task hash26b7bf3bb00bfe80…
vcad hashd46d7648ad9e82cc…

Prompt

Make a hollow square tube. The outer cross-section is a 40mm × 40mm square; the inner cavity is a 28mm × 28mm square, concentric with the outer. The cavity passes all the way through. The tube is 80mm long along Z, with the bottom face on the XY plane (so it spans x in [-20, 20], y in [-20, 20], z in [0, 80] for the outer envelope). The inner cavity spans x in [-14, 14], y in [-14, 14], z in [0, 80]. Wall thickness is 6mm uniformly. 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": [
    -20,
    -20,
    0
  ],
  "max": [
    20,
    20,
    80
  ],
  "tolerance_mm": 0.05
}

details: {
  "actual_max": [
    20,
    20,
    80
  ],
  "actual_min": [
    -20,
    -20,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.05
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 65280,
  "center_of_mass": [
    0,
    0,
    40
  ],
  "tolerance_pct": 0.5
}

details: {
  "center_of_mass": {
    "actual": [
      0,
      0,
      40
    ],
    "bbox_diagonal_mm": 97.97958971132712,
    "deviation": [
      0,
      0,
      0
    ],
    "max_abs_deviation_mm": 0,
    "pass": true,
    "spec": [
      0,
      0,
      40
    ],
    "tolerance_mm": 0.4898979485566356
  },
  "volume": {
    "actual_mm3": 65280,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 65280,
    "tolerance_pct": 0.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          20,
          80
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          80
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 0.4898979485566356
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 65280,
        "pass": true,
        "roundtripped_mm3": 65280
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "difference",
  "name": "Hollow Square Tube",
  "params": {
    "a": {
      "type": "translate",
      "params": {
        "x": -20,
        "y": -20,
        "z": 0,
        "s": {
          "type": "cube",
          "params": {
            "x": 40,
            "y": 40,
            "z": 80
          }
        }
      }
    },
    "b": {
      "type": "translate",
      "params": {
        "x": -14,
        "y": -14,
        "z": -1,
        "s": {
          "type": "cube",
          "params": {
            "x": 28,
            "y": 28,
            "z": 82
          }
        }
      }
    }
  }
}
2
create_cad_loon
ok
14ms
args
{
  "source": "[difference [translate -14 -14 -1 [cube 28 28 82]] [translate -20 -20 0 [cube 40 40 80]]]"
}
3
create
err
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "cube",
  "name": "Outer",
  "params": {
    "x": 40,
    "y": 40,
    "z": 80
  }
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "cube",
  "name": "Outer",
  "params": {
    "size": [
      40,
      40,
      80
    ]
  }
}
5
create
err
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "translate",
  "name": "Outer Centered",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -20,
      -20,
      0
    ]
  }
}
6
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1"
}
7
delete
ok
6ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "1"
}
8
create
err
4ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "difference",
  "name": "Hollow Square Tube",
  "params": {
    "left": {
      "type": "translate",
      "params": {
        "offset": [
          -20,
          -20,
          0
        ],
        "child": {
          "type": "cube",
          "params": {
            "size": [
              40,
              40,
              80
            ]
          }
        }
      }
    },
    "right": {
      "type": "translate",
      "params": {
        "offset": [
          -14,
          -14,
          -1
        ],
        "child": {
          "type": "cube",
          "params": {
            "size": [
              28,
              28,
              82
            ]
          }
        }
      }
    }
  }
}
9
create
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "cube",
  "name": "Outer",
  "params": {
    "size": [
      40,
      40,
      80
    ]
  }
}
10
create
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "cube",
  "name": "Inner",
  "params": {
    "size": [
      28,
      28,
      82
    ]
  }
}
11
create
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "translate",
  "name": "Outer Translate",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -20,
      -20,
      0
    ],
    "child": 1
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "translate",
  "name": "Inner Translate",
  "parent_part_id": "2",
  "params": {
    "offset": [
      -14,
      -14,
      -1
    ],
    "child": 2
  }
}
13
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1"
}
14
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "3"
}
15
read
ok
2ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "4"
}
16
delete
ok
4ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "1"
}
17
delete
ok
2ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "2"
}
18
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1"
}
19
read
ok
2ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "3"
}
20
create
ok
4ms
args
{
  "document_id": "doc_1781216649721_1",
  "type": "difference",
  "name": "Hollow Tube",
  "params": {
    "left": 3,
    "right": 4
  }
}
21
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1"
}
22
delete
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "3"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "4"
}
24
read
ok
3ms
args
{
  "document_id": "doc_1781216649721_1",
  "part_id": "5"
}
25
inspect_cad
ok
22ms
args
{
  "document_id": "doc_1781216649721_1"
}
26
get_document
ok
5ms
args
{
  "document_id": "doc_1781216649721_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Outer",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 80
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Inner",
      "op": {
        "type": "Cube",
        "size": {
          "x": 28,
          "y": 28,
          "z": 82
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Outer Translate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Inner Translate",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -14,
          "y": -14,
          "z": -1
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Hollow Tube",
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}

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