← mecheval / run / a3-rotated-block-01 / claude-mcp-claude-opus-4-7 / 20260611T182126Z-a96a

run 20260611T182126Z-a96a

a3-rotated-block-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.75 (3/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T18:21:26.449Z
ended2026-06-11T18:23:18.632Z
tokens250,776 in · 2,456 out · 253,232 total
wallclock112.2s
tool calls18
task hash3fcbc632c20f9b4b…
vcad hash9b6fe054e651f51c…

Prompt

Make a rectangular block 40mm long (X) × 30mm wide (Y) × 20mm tall (Z), centered at the origin BEFORE any rotation. Then rotate the block about its center by 30 degrees around the Z axis (the rotation matrix Rz(30°)), and after that rotate again by 15 degrees around the X axis (Rx(15°)). Both rotations are about the origin, which is the block's center. Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
fail
Y off by -9.58mm
params + details
params: {
  "type": "bbox",
  "min": [
    -24.82,
    -24.81,
    -15.62
  ],
  "max": [
    24.82,
    24.81,
    15.62
  ],
  "tolerance_mm": 0.5
}

details: {
  "actual_max": [
    20.136240810817647,
    15.227675534580882,
    10.06926653991608
  ],
  "actual_min": [
    -20.13624081081765,
    -15.227675534580882,
    -10.06926653991608
  ],
  "deviation_max": [
    -4.683759189182354,
    -9.582324465419116,
    -5.550733460083919
  ],
  "deviation_min": [
    4.68375918918235,
    9.582324465419116,
    5.550733460083919
  ],
  "max_abs_deviation_mm": 9.582324465419116,
  "tolerance_mm": 0.5
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 24000,
  "center_of_mass": [
    0,
    0,
    0
  ],
  "tolerance_pct": 0.5
}

details: {
  "center_of_mass": {
    "actual": [
      2.0210993819146292e-16,
      -2.0210993819146292e-16,
      -5.052748454786573e-17
    ],
    "bbox_diagonal_mm": 54.359559410634844,
    "deviation": [
      2.0210993819146292e-16,
      -2.0210993819146292e-16,
      -5.052748454786573e-17
    ],
    "max_abs_deviation_mm": 2.0210993819146292e-16,
    "pass": true,
    "spec": [
      0,
      0,
      0
    ],
    "tolerance_mm": 0.27179779705317425
  },
  "volume": {
    "actual_mm3": 23999.999469894978,
    "deviation_pct": 0.0000022087709263966343,
    "pass": true,
    "spec_mm3": 24000,
    "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": 3.552713678800501e-15,
        "original_max": [
          20.136240810817647,
          15.227675534580882,
          10.06926653991608
        ],
        "original_min": [
          -20.13624081081765,
          -15.227675534580882,
          -10.06926653991608
        ],
        "pass": true,
        "roundtripped_max": [
          20.13624081081765,
          15.22767553458088,
          10.06926653991608
        ],
        "roundtripped_min": [
          -20.13624081081765,
          -15.22767553458088,
          -10.06926653991608
        ],
        "tolerance_mm": 0.27179779705317425
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 23999.999469894978,
        "pass": true,
        "roundtripped_mm3": 23999.999469894978
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "cube",
  "params": {
    "x": 40,
    "y": 30,
    "z": 20
  },
  "name": "Block"
}
2
create
ok
3ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "cube",
  "params": {
    "size": [
      40,
      30,
      20
    ]
  },
  "name": "Block"
}
3
read
ok
3ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "1"
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "translate",
  "params": {
    "offset": [
      -20,
      -15,
      -10
    ],
    "child": 1
  },
  "name": "Center",
  "parent_part_id": "1"
}
5
read
ok
3ms
args
{
  "document_id": "doc_1781202086630_1"
}
6
read
ok
3ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "2"
}
7
create
err
3ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "rotate",
  "params": {
    "euler": [
      0,
      0,
      0.5235987755982988
    ],
    "child": 2
  },
  "name": "Rz30",
  "parent_part_id": "2"
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "rotate",
  "params": {
    "angles": [
      0,
      0,
      0.5235987755982988
    ],
    "child": 2
  },
  "name": "Rz30",
  "parent_part_id": "2"
}
9
create
ok
3ms
args
{
  "document_id": "doc_1781202086630_1",
  "type": "rotate",
  "params": {
    "angles": [
      0.2617993877991494,
      0,
      0
    ],
    "child": 3
  },
  "name": "Rx15",
  "parent_part_id": "3"
}
10
read
ok
2ms
args
{
  "document_id": "doc_1781202086630_1"
}
11
read
ok
1ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "4"
}
12
get_document
ok
1ms
args
{
  "document_id": "doc_1781202086630_1"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "1"
}
14
delete
ok
0ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "2"
}
15
delete
ok
0ms
args
{
  "document_id": "doc_1781202086630_1",
  "part_id": "3"
}
16
get_document
ok
1ms
args
{
  "document_id": "doc_1781202086630_1"
}
17
get_document
ok
1ms
args
{
  "document_id": "doc_1781202086630_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 30,
          "z": 20
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Center",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -15,
          "z": -10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Rz30",
      "op": {
        "type": "Rotate",
        "child": 2,
        "angles": {
          "x": 0,
          "y": 0,
          "z": 0.5235987755982988
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Rx15",
      "op": {
        "type": "Rotate",
        "child": 3,
        "angles": {
          "x": 0.2617993877991494,
          "y": 0,
          "z": 0
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    }
  ]
}

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