← mecheval / run / a2-tee-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T180438Z-3f62
run 20260611T180438Z-3f62
Summary
| status | PASS |
| score | 1.00 (6/6) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T18:04:38.916Z |
| ended | 2026-06-11T18:06:07.877Z |
| tokens | 479,197 in · 5,302 out · 484,499 total |
| wallclock | 88.9s |
| tool calls | 42 |
| task hash | b0cf14433cfe8350… |
| vcad hash | c5a76eafb15f25e6… |
Prompt
Make a flat T-shaped bracket lying in the XY plane, 5mm thick (z = 0 to z = 5). Horizontal bar: x in [-30, 30], y in [0, 20]. Vertical stem extending in +Y from the middle of the horizontal bar: x in [-10, 10], y in [20, 50]. Drill three through-holes of diameter 5mm, axes parallel to Z: one at (0, 45) at the top of the stem, and two on the horizontal bar at (-25, 10) and (25, 10). 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": [
-30,
0,
0
],
"max": [
30,
50,
5
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
30,
50,
5
],
"actual_min": [
-30,
0,
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": 8705.48,
"tolerance_pct": 0.5
}
details: {
"volume": {
"actual_mm3": 8705.94856073256,
"deviation_pct": 0.005382365275216821,
"pass": true,
"spec_mm3": 8705.48,
"tolerance_pct": 0.5
}
}
3
hole_countpass
params + details
params: {
"type": "hole_count",
"diameter_mm": 5,
"expected": 3,
"diameter_tolerance_mm": 0.05
}
details: {
"actual": 3,
"diameter_mm": 5,
"diameter_tolerance_mm": 0.05,
"expected": 3,
"found": [
[
0,
45,
5
],
[
-25,
10,
5
],
[
25,
10,
5
]
]
}
4
hole_positionspass
params + details
params: {
"type": "hole_positions",
"diameter_mm": 5,
"positions": [
[
0,
45,
0
],
[
-25,
10,
0
],
[
25,
10,
0
]
],
"tolerance_mm": 0.15
}
details: {
"diameter_mm": 5,
"per_expected": [
{
"distance_mm": 0,
"matched_hole": [
0,
45
],
"pass": true,
"spec_xy": [
0,
45
]
},
{
"distance_mm": 0,
"matched_hole": [
-25,
10
],
"pass": true,
"spec_xy": [
-25,
10
]
},
{
"distance_mm": 0,
"matched_hole": [
25,
10
],
"pass": true,
"spec_xy": [
25,
10
]
}
],
"tolerance_mm": 0.15,
"unmatched_extras": []
}
5
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 0.5
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
30,
50,
5
],
"original_min": [
-30,
0,
0
],
"pass": true,
"roundtripped_max": [
30,
50,
5
],
"roundtripped_min": [
-30,
0,
0
],
"tolerance_mm": 0.3913118960624632
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0.010842643759196004,
"original_mm3": 8705.94856073256,
"pass": true,
"roundtripped_mm3": 8706.89251572086
}
}
],
"tolerance_pct": 0.5
}
Tool calls
0
open_documentok
2ms
args
{}1
createerr
6ms
args
{
"document_id": "doc_1781201079087_1",
"type": "union",
"name": "T-Bracket",
"params": {
"a": {
"type": "translate",
"params": {
"x": -30,
"y": 0,
"z": 0,
"child": {
"type": "cube",
"params": {
"x": 60,
"y": 20,
"z": 5
}
}
}
},
"b": {
"type": "translate",
"params": {
"x": -10,
"y": 20,
"z": 0,
"child": {
"type": "cube",
"params": {
"x": 20,
"y": 30,
"z": 5
}
}
}
}
}
}2
create_cad_loonok
13ms
args
{
"source": "[root\n [difference\n [translate 0 45 -1 [cylinder 2.5 7]]\n [difference\n [translate -25 10 -1 [cylinder 2.5 7]]\n [difference\n [translate 25 10 -1 [cylinder 2.5 7]]\n [union\n [translate -30 0 0 [cube 60 20 5]]\n [translate -10 20 0 [cube 20 30 5]]]]]]\n \"steel\"]",
"format": "json"
}3
createok
3ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cube",
"name": "hbar_raw",
"params": {
"size": {
"x": 60,
"y": 20,
"z": 5
}
}
}4
createerr
6ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"name": "hbar",
"parent_part_id": "1",
"params": {
"offset": {
"x": -30,
"y": 0,
"z": 0
}
}
}5
readok
3ms
args
{
"document_id": "doc_1781201079087_1"
}6
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "1"
}7
createok
6ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cube",
"params": {
"size": {
"x": 60,
"y": 20,
"z": 5
}
}
}8
createok
2ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cube",
"params": {
"size": {
"x": 20,
"y": 30,
"z": 5
}
}
}9
createok
4ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"parent_part_id": "1",
"params": {
"child": 1,
"offset": {
"x": -30,
"y": 0,
"z": 0
}
}
}10
createok
2ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"parent_part_id": "2",
"params": {
"child": 2,
"offset": {
"x": -10,
"y": 20,
"z": 0
}
}
}11
createok
4ms
args
{
"document_id": "doc_1781201079087_1",
"type": "union",
"parent_part_id": "3",
"params": {
"left": 3,
"right": 4
}
}12
readok
2ms
args
{
"document_id": "doc_1781201079087_1"
}13
get_documentok
2ms
args
{
"document_id": "doc_1781201079087_1"
}14
deleteok
3ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "1"
}15
deleteok
2ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "2"
}16
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "3"
}17
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "4"
}18
get_documentok
3ms
args
{
"document_id": "doc_1781201079087_1"
}19
createerr
4ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cylinder",
"params": {
"radius": 2.5,
"height": 7
}
}20
createok
3ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cylinder",
"params": {
"radius": 2.5,
"height": 7,
"segments": 64
}
}21
createok
2ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cylinder",
"params": {
"radius": 2.5,
"height": 7,
"segments": 64
}
}22
createok
2ms
args
{
"document_id": "doc_1781201079087_1",
"type": "cylinder",
"params": {
"radius": 2.5,
"height": 7,
"segments": 64
}
}23
createok
1ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"parent_part_id": "6",
"params": {
"child": 6,
"offset": {
"x": 0,
"y": 45,
"z": -1
}
}
}24
createok
0ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"parent_part_id": "7",
"params": {
"child": 7,
"offset": {
"x": -25,
"y": 10,
"z": -1
}
}
}25
createok
0ms
args
{
"document_id": "doc_1781201079087_1",
"type": "translate",
"parent_part_id": "8",
"params": {
"child": 8,
"offset": {
"x": 25,
"y": 10,
"z": -1
}
}
}26
createok
6ms
args
{
"document_id": "doc_1781201079087_1",
"type": "difference",
"parent_part_id": "5",
"params": {
"left": 5,
"right": 9
}
}27
createok
1ms
args
{
"document_id": "doc_1781201079087_1",
"type": "difference",
"parent_part_id": "12",
"params": {
"left": 12,
"right": 10
}
}28
createok
2ms
args
{
"document_id": "doc_1781201079087_1",
"type": "difference",
"parent_part_id": "13",
"params": {
"left": 13,
"right": 11
}
}29
get_documentok
0ms
args
{
"document_id": "doc_1781201079087_1"
}30
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "5"
}31
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "6"
}32
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "7"
}33
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "8"
}34
deleteok
0ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "9"
}35
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "10"
}36
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "11"
}37
deleteok
1ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "12"
}38
deleteok
0ms
args
{
"document_id": "doc_1781201079087_1",
"part_id": "13"
}39
get_documentok
2ms
args
{
"document_id": "doc_1781201079087_1"
}40
render_viewok
109ms
args
{
"document_id": "doc_1781201079087_1"
}41
get_documentok
2ms
args
{
"document_id": "doc_1781201079087_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T180438Z-3f62.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": null,
"op": {
"type": "Cube",
"size": {
"x": 60,
"y": 20,
"z": 5
}
}
},
"2": {
"id": 2,
"name": null,
"op": {
"type": "Cube",
"size": {
"x": 20,
"y": 30,
"z": 5
}
}
},
"3": {
"id": 3,
"name": null,
"op": {
"type": "Translate",
"child": 1,
"offset": {
"x": -30,
"y": 0,
"z": 0
}
}
},
"4": {
"id": 4,
"name": null,
"op": {
"type": "Translate",
"child": 2,
"offset": {
"x": -10,
"y": 20,
"z": 0
}
}
},
"5": {
"id": 5,
"name": null,
"op": {
"type": "Union",
"left": 3,
"right": 4
}
},
"6": {
"id": 6,
"name": null,
"op": {
"type": "Cylinder",
"radius": 2.5,
"height": 7,
"segments": 64
}
},
"7": {
"id": 7,
"name": null,
"op": {
"type": "Cylinder",
"radius": 2.5,
"height": 7,
"segments": 64
}
},
"8": {
"id": 8,
"name": null,
"op": {
"type": "Cylinder",
"radius": 2.5,
"height": 7,
"segments": 64
}
},
"9": {
"id": 9,
"name": null,
"op": {
"type": "Translate",
"child": 6,
"offset": {
"x": 0,
"y": 45,
"z": -1
}
}
},
"10": {
"id": 10,
"name": null,
"op": {
"type": "Translate",
"child": 7,
"offset": {
"x": -25,
"y": 10,
"z": -1
}
}
},
"11": {
"id": 11,
"name": null,
"op": {
"type": "Translate",
"child": 8,
"offset": {
"x": 25,
"y": 10,
"z": -1
}
}
},
"12": {
"id": 12,
"name": null,
"op": {
"type": "Difference",
"left": 5,
"right": 9
}
},
"13": {
"id": 13,
"name": null,
"op": {
"type": "Difference",
"left": 12,
"right": 10
}
},
"14": {
"id": 14,
"name": null,
"op": {
"type": "Difference",
"left": 13,
"right": 11
}
}
},
"materials": {},
"part_materials": {},
"roots": [
{
"root": 14,
"material": "default"
}
]
}