← mecheval / run / a3-spherical-dome-block-01 / claude-mcp-claude-opus-4-7 / 20260611T182550Z-2990
run 20260611T182550Z-2990
Summary
| status | PASS |
| score | 1.00 (4/4) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T18:25:50.339Z |
| ended | 2026-06-11T18:27:53.968Z |
| tokens | 444,288 in · 5,280 out · 449,568 total |
| wallclock | 123.6s |
| tool calls | 37 |
| task hash | c684f817f90fd823… |
| vcad hash | 909c18243a26dd4d… |
Prompt
Make a single solid consisting of a cube with a hemispherical dome fused onto its top face. Cube: 40mm × 40mm × 40mm, centered in X and Y with the bottom face on the XY plane (so it spans x in [-20, 20], y in [-20, 20], z in [0, 40]). Dome: a hemisphere of radius 15mm sitting on top of the cube, centered on the Z axis. The flat (circular) face of the hemisphere is flush with the top face of the cube at z = 40, and the dome extends upward from there. The two parts are joined into a single solid (their shared circular interface is internal, not a face). Note: the kernel only has a full Sphere primitive — to get a hemisphere you must boolean a sphere with a half-space (e.g. intersect a sphere with a large cube positioned at z ≥ 40).
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": [
-20,
-20,
0
],
"max": [
20,
20,
55
],
"tolerance_mm": 0.2
}
details: {
"actual_max": [
20,
20,
55
],
"actual_min": [
-20,
-20,
0
],
"deviation_max": [
0,
0,
0
],
"deviation_min": [
0,
0,
0
],
"max_abs_deviation_mm": 0,
"tolerance_mm": 0.2
}
2
mass_propspass
params + details
params: {
"type": "mass_props",
"volume_mm3": 71068.58,
"tolerance_pct": 2
}
details: {
"volume": {
"actual_mm3": 71048.92234099135,
"deviation_pct": 0.027660126329593044,
"pass": true,
"spec_mm3": 71068.58,
"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": [
20,
20,
55
],
"original_min": [
-20,
-20,
0
],
"pass": true,
"roundtripped_max": [
20,
20,
55
],
"roundtripped_min": [
-20,
-20,
0
],
"tolerance_mm": 1.57797338380595
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0.08441602720548447,
"original_mm3": 71049.4097472348,
"pass": true,
"roundtripped_mm3": 70989.43265817323
}
}
],
"tolerance_pct": 2
}
Tool calls
0
open_documentok
2ms
args
{}1
createerr
5ms
args
{
"document_id": "doc_1781202350530_1",
"type": "union",
"name": "Cube + Dome",
"params": {
"children": [
{
"type": "translate",
"params": {
"x": -20,
"y": -20,
"z": 0,
"child": {
"type": "cube",
"params": {
"x": 40,
"y": 40,
"z": 40
}
}
}
},
{
"type": "intersection",
"params": {
"children": [
{
"type": "translate",
"params": {
"x": 0,
"y": 0,
"z": 40,
"child": {
"type": "sphere",
"params": {
"r": 15
}
}
}
},
{
"type": "translate",
"params": {
"x": -50,
"y": -50,
"z": 40,
"child": {
"type": "cube",
"params": {
"x": 100,
"y": 100,
"z": 100
}
}
}
}
]
}
}
]
}
}2
create_cad_loonok
13ms
args
{
"source": "[let cube [translate -20 -20 0 [cube 40 40 40]]\n [let dome [intersection [translate -50 -50 40 [cube 100 100 100]] [translate 0 0 40 [sphere 15]]]\n [union dome cube]]]",
"format": "json"
}3
createerr
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "Cube",
"params": {
"x": 40,
"y": 40,
"z": 40
}
}4
createok
4ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "Cube",
"params": {
"size": {
"x": 40,
"y": 40,
"z": 40
}
}
}5
createerr
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "sphere",
"name": "Sphere",
"params": {
"radius": 15
}
}6
createok
2ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "HalfSpace",
"params": {
"size": {
"x": 100,
"y": 100,
"z": 100
}
}
}7
readok
2ms
args
{
"document_id": "doc_1781202350530_1"
}8
deleteok
5ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "1"
}9
deleteok
2ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "2"
}10
createerr
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "union",
"name": "Cube + Dome",
"params": {
"left": {
"type": "translate",
"params": {
"offset": {
"x": -20,
"y": -20,
"z": 0
},
"child": {
"type": "cube",
"params": {
"size": {
"x": 40,
"y": 40,
"z": 40
}
}
}
}
},
"right": {
"type": "intersection",
"params": {
"left": {
"type": "translate",
"params": {
"offset": {
"x": 0,
"y": 0,
"z": 40
},
"child": {
"type": "sphere",
"params": {
"radius": 15,
"segments": 64
}
}
}
},
"right": {
"type": "translate",
"params": {
"offset": {
"x": -50,
"y": -50,
"z": 40
},
"child": {
"type": "cube",
"params": {
"size": {
"x": 100,
"y": 100,
"z": 100
}
}
}
}
}
}
}
}
}11
createok
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "CubeLeaf",
"params": {
"size": {
"x": 40,
"y": 40,
"z": 40
}
}
}12
createok
6ms
args
{
"document_id": "doc_1781202350530_1",
"type": "translate",
"name": "CubeXlate",
"parent_part_id": "1",
"params": {
"offset": {
"x": -20,
"y": -20,
"z": 0
},
"child": 1
}
}13
readok
3ms
args
{
"document_id": "doc_1781202350530_1"
}14
deleteok
2ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "1"
}15
deleteok
1ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "2"
}16
createok
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "Cube",
"params": {
"size": {
"x": 40,
"y": 40,
"z": 40
}
}
}17
createok
1ms
args
{
"document_id": "doc_1781202350530_1",
"type": "sphere",
"name": "Sphere",
"params": {
"radius": 15,
"segments": 64
}
}18
createok
2ms
args
{
"document_id": "doc_1781202350530_1",
"type": "cube",
"name": "HalfSpace",
"params": {
"size": {
"x": 100,
"y": 100,
"z": 100
}
}
}19
createok
3ms
args
{
"document_id": "doc_1781202350530_1",
"type": "translate",
"parent_part_id": "1",
"params": {
"offset": {
"x": -20,
"y": -20,
"z": 0
},
"child": 1
}
}20
createok
2ms
args
{
"document_id": "doc_1781202350530_1",
"type": "translate",
"parent_part_id": "2",
"params": {
"offset": {
"x": 0,
"y": 0,
"z": 40
},
"child": 2
}
}21
createok
1ms
args
{
"document_id": "doc_1781202350530_1",
"type": "translate",
"parent_part_id": "3",
"params": {
"offset": {
"x": -50,
"y": -50,
"z": 40
},
"child": 3
}
}22
readok
2ms
args
{
"document_id": "doc_1781202350530_1"
}23
deleteok
2ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "1"
}24
deleteok
1ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "2"
}25
deleteok
1ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "3"
}26
readok
2ms
args
{
"document_id": "doc_1781202350530_1"
}27
createok
2ms
args
{
"document_id": "doc_1781202350530_1",
"type": "intersection",
"name": "Hemisphere",
"parent_part_id": "5",
"params": {
"left": 5,
"right": 6
}
}28
readok
2ms
args
{
"document_id": "doc_1781202350530_1"
}29
deleteok
2ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "5"
}30
deleteok
1ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "6"
}31
createok
1ms
args
{
"document_id": "doc_1781202350530_1",
"type": "union",
"name": "Cube + Dome",
"parent_part_id": "4",
"params": {
"left": 4,
"right": 7
}
}32
deleteok
2ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "4"
}33
deleteok
1ms
args
{
"document_id": "doc_1781202350530_1",
"part_id": "7"
}34
readok
1ms
args
{
"document_id": "doc_1781202350530_1"
}35
render_viewok
116ms
args
{
"document_id": "doc_1781202350530_1"
}36
get_documentok
2ms
args
{
"document_id": "doc_1781202350530_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T182550Z-2990.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "Cube",
"op": {
"type": "Cube",
"size": {
"x": 40,
"y": 40,
"z": 40
}
}
},
"2": {
"id": 2,
"name": "Sphere",
"op": {
"type": "Sphere",
"radius": 15,
"segments": 64
}
},
"3": {
"id": 3,
"name": "HalfSpace",
"op": {
"type": "Cube",
"size": {
"x": 100,
"y": 100,
"z": 100
}
}
},
"4": {
"id": 4,
"name": null,
"op": {
"type": "Translate",
"child": 1,
"offset": {
"x": -20,
"y": -20,
"z": 0
}
}
},
"5": {
"id": 5,
"name": null,
"op": {
"type": "Translate",
"child": 2,
"offset": {
"x": 0,
"y": 0,
"z": 40
}
}
},
"6": {
"id": 6,
"name": null,
"op": {
"type": "Translate",
"child": 3,
"offset": {
"x": -50,
"y": -50,
"z": 40
}
}
},
"7": {
"id": 7,
"name": "Hemisphere",
"op": {
"type": "Intersection",
"left": 5,
"right": 6
}
},
"8": {
"id": 8,
"name": "Cube + Dome",
"op": {
"type": "Union",
"left": 4,
"right": 7
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 8,
"material": "default"
}
]
}