← mecheval / run / a1-cone-01 / claude-mcp-claude-opus-4-7 / 20260611T171044Z-fa2f

run 20260611T171044Z-fa2f

a1-cone-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:10:44.013Z
ended2026-06-11T17:10:53.121Z
tokens45,189 in · 389 out · 45,578 total
wallclock9.1s
tool calls4
task hash736e216be7a1e5d8…
vcad hash9385725c98a40899…

Prompt

Make a truncated cone with bottom radius 20mm, top radius 10mm, and height 30mm. Axis along Z, base on the XY plane (z = 0 to z = 30). 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,
    30
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    20,
    20,
    30
  ],
  "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": 21991.15,
  "tolerance_pct": 2
}

details: {
  "volume": {
    "actual_mm3": 21955.839510214148,
    "deviation_pct": 0.16056681795110242,
    "pass": true,
    "spec_mm3": 21991.15,
    "tolerance_pct": 2
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 2
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          20,
          30
        ],
        "original_min": [
          -20,
          -20,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          20,
          30
        ],
        "roundtripped_min": [
          -20,
          -20,
          0
        ],
        "tolerance_mm": 1.2806248474865698
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152755025712946,
        "original_mm3": 21955.839510214148,
        "pass": true,
        "roundtripped_mm3": 21850.116094082226
      }
    }
  ],
  "tolerance_pct": 2
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781197844211_1",
  "type": "cone",
  "params": {
    "radius_bottom": 20,
    "radius_top": 10,
    "height": 30
  },
  "name": "Truncated Cone"
}
2
create
ok
3ms
args
{
  "document_id": "doc_1781197844211_1",
  "type": "cone",
  "params": {
    "radius_bottom": 20,
    "radius_top": 10,
    "height": 30,
    "segments": 64
  },
  "name": "Truncated Cone"
}
3
get_document
ok
1ms
args
{
  "document_id": "doc_1781197844211_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Truncated Cone",
      "op": {
        "type": "Cone",
        "radius_bottom": 20,
        "radius_top": 10,
        "height": 30,
        "segments": 64
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    }
  ]
}

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