← mecheval / run / a1-sphere-01 / claude-mcp-claude-opus-4-7 / 20260611T172120Z-31ac
run 20260611T172120Z-31ac
Summary
| status | PASS |
| score | 1.00 (4/4) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T17:21:20.658Z |
| ended | 2026-06-11T17:21:29.686Z |
| tokens | 45,036 in · 331 out · 45,367 total |
| wallclock | 9.0s |
| tool calls | 4 |
| task hash | ebf88120c06a0cab… |
| vcad hash | 2839f699d058be20… |
Prompt
Make a sphere of diameter 30mm (radius 15mm) centered at the origin. Output a single solid.
Checks
0
valid_solidpass
params + details
params: {
"type": "valid_solid"
}
details: {
"root_count": 1,
"solids_produced": 1
}
1
bboxpass
params + details
params: {
"type": "bbox",
"min": [
-15,
-15,
-15
],
"max": [
15,
15,
15
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
15,
15,
15
],
"actual_min": [
-15,
-15,
-15
],
"deviation_max": [
0,
0,
0
],
"deviation_min": [
0,
0,
0
],
"max_abs_deviation_mm": 0,
"tolerance_mm": 0.1
}
2
mass_propspass
params + details
params: {
"type": "mass_props",
"volume_mm3": 14137.17,
"center_of_mass": [
0,
0,
0
],
"tolerance_pct": 2
}
details: {
"center_of_mass": {
"actual": [
3.745553528084382e-17,
-4.8431496826920635e-17,
-5.992885644935011e-17
],
"bbox_diagonal_mm": 51.96152422706632,
"deviation": [
3.745553528084382e-17,
-4.8431496826920635e-17,
-5.992885644935011e-17
],
"max_abs_deviation_mm": 5.992885644935011e-17,
"pass": true,
"spec": [
0,
0,
0
],
"tolerance_mm": 1.0392304845413265
},
"volume": {
"actual_mm3": 13911.55323195267,
"deviation_pct": 1.5959118271006854,
"pass": true,
"spec_mm3": 14137.17,
"tolerance_pct": 2
}
}
3
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 2
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
15,
15,
15
],
"original_min": [
-15,
-15,
-15
],
"pass": true,
"roundtripped_max": [
15,
15,
15
],
"roundtripped_min": [
-15,
-15,
-15
],
"tolerance_mm": 1.0392304845413265
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0,
"original_mm3": 13911.55323195267,
"pass": true,
"roundtripped_mm3": 13911.55323195267
}
}
],
"tolerance_pct": 2
}
Tool calls
0
open_documentok
2ms
args
{}1
createerr
6ms
args
{
"document_id": "doc_1781198480843_1",
"type": "sphere",
"params": {
"radius": 15
},
"name": "Sphere"
}2
createok
2ms
args
{
"document_id": "doc_1781198480843_1",
"type": "sphere",
"params": {
"radius": 15,
"segments": 32
},
"name": "Sphere"
}3
get_documentok
2ms
args
{
"document_id": "doc_1781198480843_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T172120Z-31ac.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "Sphere",
"op": {
"type": "Sphere",
"radius": 15,
"segments": 32
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 1,
"material": "default"
}
]
}