← mecheval / run / a6-yoke-block-01 / claude-mcp-claude-opus-4-7 / 20260612T004924Z-7249
run 20260612T004924Z-7249
Summary
| status | PASS |
| score | 1.00 (4/4) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-12T00:49:24.880Z |
| ended | 2026-06-12T00:51:22.032Z |
| tokens | 491,344 in · 5,931 out · 497,275 total |
| wallclock | 117.1s |
| tool calls | 42 |
| task hash | b5ef575b6d36db34… |
| vcad hash | 53b57faf6d8d3998… |
Prompt
Make a fork yoke as a single solid. The base block is 80mm × 40mm × 12mm, centered in X and Y with its bottom face on the XY plane (x in [-40, 40], y in [-20, 20], z in [0, 12]). Two vertical tines (fork arms) rise from the base. The left tine is 14mm × 40mm × 45mm at x in [-40, -26], y in [-20, 20], z in [12, 57]. The right tine is 14mm × 40mm × 45mm at x in [26, 40], y in [-20, 20], z in [12, 57]. The gap between the tines (x in [-26, 26]) is open. Through both tines, drill a coaxial cross-bore of diameter 18mm whose axis is parallel to X, centered at y = 0, z = 44.5, passing through the left tine (x in [-40, -26]) and the right tine (x in [26, 40]). The cross-bore removes a cylindrical channel of diameter 18mm from each tine; the open gap between the tines is unaffected. 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": [
-40,
-20,
0
],
"max": [
40,
20,
57
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
40,
20,
57
],
"actual_min": [
-40,
-20,
0
],
"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": 81674.78,
"center_of_mass": [
0,
0,
20.23
],
"tolerance_pct": 1.5
}
details: {
"center_of_mass": {
"actual": [
8.758740351650981e-16,
-1.0078582316717032e-16,
20.23155110949607
],
"bbox_diagonal_mm": 106.061303028013,
"deviation": [
8.758740351650981e-16,
-1.0078582316717032e-16,
0.0015511094960700689
],
"max_abs_deviation_mm": 0.0015511094960700689,
"pass": true,
"spec": [
0,
0,
20.23
],
"tolerance_mm": 1.590919545420195
},
"volume": {
"actual_mm3": 81686.30838107229,
"deviation_pct": 0.014114982706155263,
"pass": true,
"spec_mm3": 81674.78,
"tolerance_pct": 1.5
}
}
3
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 1.5
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
40,
20,
57
],
"original_min": [
-40,
-20,
0
],
"pass": true,
"roundtripped_max": [
40,
20,
57
],
"roundtripped_min": [
-40,
-20,
0
],
"tolerance_mm": 1.590919545420195
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0.027955839149553897,
"original_mm3": 81686.30838107229,
"pass": true,
"roundtripped_mm3": 81709.14447405051
}
}
],
"tolerance_pct": 1.5
}
Tool calls
0
open_documentok
2ms
args
{}1
create_cad_loonerr
8ms
args
{
"source": "[let\n [let base [translate -40 -20 0 [cube 80 40 12]]\n [let left [translate -40 -20 12 [cube 14 40 45]]\n [let right [translate 26 -20 12 [cube 14 40 45]]\n [let body [union base [union left right]]\n [let bore [translate -40 0 44.5 [rotate 0 90 0 [cylinder 9 80]]]\n [difference bore body]]]]]]]",
"format": "json"
}2
create_cad_loonok
7ms
args
{
"source": "[difference\n [translate -40 0 44.5 [rotate 0 90 0 [cylinder 9 80]]]\n [union\n [translate -40 -20 0 [cube 80 40 12]]\n [union\n [translate -40 -20 12 [cube 14 40 45]]\n [translate 26 -20 12 [cube 14 40 45]]]]]",
"format": "json"
}3
createok
8ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 80,
"y": 40,
"z": 12
}
},
"name": "base_raw"
}4
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 14,
"y": 40,
"z": 45
}
},
"name": "left_raw"
}5
createok
1ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 14,
"y": 40,
"z": 45
}
},
"name": "right_raw"
}6
createerr
2ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cylinder",
"params": {
"radius": 9,
"height": 80
},
"name": "bore_raw"
}7
deleteok
2ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "1"
}8
deleteok
2ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "2"
}9
deleteok
2ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "3"
}10
createok
2ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 80,
"y": 40,
"z": 12
}
},
"name": "base_cube"
}11
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "translate",
"params": {
"child": 1,
"offset": {
"x": -40,
"y": -20,
"z": 0
}
},
"name": "base",
"parent_part_id": "1"
}12
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 14,
"y": 40,
"z": 45
}
},
"name": "left_cube"
}13
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "translate",
"params": {
"child": 3,
"offset": {
"x": -40,
"y": -20,
"z": 12
}
},
"name": "left_tine",
"parent_part_id": "3"
}14
createok
2ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cube",
"params": {
"size": {
"x": 14,
"y": 40,
"z": 45
}
},
"name": "right_cube"
}15
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "translate",
"params": {
"child": 5,
"offset": {
"x": 26,
"y": -20,
"z": 12
}
},
"name": "right_tine",
"parent_part_id": "5"
}16
createok
3ms
args
{
"document_id": "doc_1781225365067_1",
"type": "union",
"params": {
"left": 2,
"right": 4
},
"name": "base_left",
"parent_part_id": "2"
}17
readok
3ms
args
{
"document_id": "doc_1781225365067_1"
}18
createok
2ms
args
{
"document_id": "doc_1781225365067_1",
"type": "union",
"params": {
"left": 7,
"right": 6
},
"name": "body",
"parent_part_id": "7"
}19
createok
4ms
args
{
"document_id": "doc_1781225365067_1",
"type": "cylinder",
"params": {
"radius": 9,
"height": 80,
"segments": 64
},
"name": "bore_cyl"
}20
createok
4ms
args
{
"document_id": "doc_1781225365067_1",
"type": "rotate",
"params": {
"child": 9,
"angles": {
"x": 0,
"y": 90,
"z": 0
}
},
"name": "bore_rot",
"parent_part_id": "9"
}21
createok
4ms
args
{
"document_id": "doc_1781225365067_1",
"type": "translate",
"params": {
"child": 10,
"offset": {
"x": -40,
"y": 0,
"z": 44.5
}
},
"name": "bore",
"parent_part_id": "10"
}22
createok
4ms
args
{
"document_id": "doc_1781225365067_1",
"type": "difference",
"params": {
"left": 8,
"right": 11
},
"name": "fork_yoke",
"parent_part_id": "8"
}23
readok
2ms
args
{
"document_id": "doc_1781225365067_1"
}24
inspect_cadok
113ms
args
{
"document_id": "doc_1781225365067_1"
}25
render_viewok
151ms
args
{
"document_id": "doc_1781225365067_1"
}26
get_documentok
1ms
args
{
"document_id": "doc_1781225365067_1"
}27
deleteok
1ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "1"
}28
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "2"
}29
deleteok
1ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "3"
}30
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "4"
}31
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "5"
}32
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "6"
}33
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "7"
}34
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "8"
}35
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "9"
}36
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "10"
}37
deleteok
0ms
args
{
"document_id": "doc_1781225365067_1",
"part_id": "11"
}38
get_documentok
1ms
args
{
"document_id": "doc_1781225365067_1"
}39
render_viewok
93ms
args
{
"document_id": "doc_1781225365067_1"
}40
inspect_cadok
4ms
args
{
"document_id": "doc_1781225365067_1"
}41
get_documentok
1ms
args
{
"document_id": "doc_1781225365067_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260612T004924Z-7249.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "base_cube",
"op": {
"type": "Cube",
"size": {
"x": 80,
"y": 40,
"z": 12
}
}
},
"2": {
"id": 2,
"name": "base",
"op": {
"type": "Translate",
"child": 1,
"offset": {
"x": -40,
"y": -20,
"z": 0
}
}
},
"3": {
"id": 3,
"name": "left_cube",
"op": {
"type": "Cube",
"size": {
"x": 14,
"y": 40,
"z": 45
}
}
},
"4": {
"id": 4,
"name": "left_tine",
"op": {
"type": "Translate",
"child": 3,
"offset": {
"x": -40,
"y": -20,
"z": 12
}
}
},
"5": {
"id": 5,
"name": "right_cube",
"op": {
"type": "Cube",
"size": {
"x": 14,
"y": 40,
"z": 45
}
}
},
"6": {
"id": 6,
"name": "right_tine",
"op": {
"type": "Translate",
"child": 5,
"offset": {
"x": 26,
"y": -20,
"z": 12
}
}
},
"7": {
"id": 7,
"name": "base_left",
"op": {
"type": "Union",
"left": 2,
"right": 4
}
},
"8": {
"id": 8,
"name": "body",
"op": {
"type": "Union",
"left": 7,
"right": 6
}
},
"9": {
"id": 9,
"name": "bore_cyl",
"op": {
"type": "Cylinder",
"radius": 9,
"height": 80,
"segments": 64
}
},
"10": {
"id": 10,
"name": "bore_rot",
"op": {
"type": "Rotate",
"child": 9,
"angles": {
"x": 0,
"y": 90,
"z": 0
}
}
},
"11": {
"id": 11,
"name": "bore",
"op": {
"type": "Translate",
"child": 10,
"offset": {
"x": -40,
"y": 0,
"z": 44.5
}
}
},
"12": {
"id": 12,
"name": "fork_yoke",
"op": {
"type": "Difference",
"left": 8,
"right": 11
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 12,
"material": "default"
}
]
}