← mecheval / run / a2-l-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T174414Z-c49d
run 20260611T174414Z-c49d
Summary
| status | PASS |
| score | 1.00 (6/6) |
| submission | self-run |
| model | claude-mcp-claude-opus-4-7 (anthropic) |
| started | 2026-06-11T17:44:14.762Z |
| ended | 2026-06-11T17:45:30.260Z |
| tokens | 408,754 in · 4,429 out · 413,183 total |
| wallclock | 75.5s |
| tool calls | 36 |
| task hash | c8efa8964b7ad82a… |
| vcad hash | 19aa7f1924169607… |
Prompt
Make an L-shaped mounting bracket. The base lies in the XY plane, occupying x in [0, 50], y in [0, 30], z in [0, 4] (50mm long, 30mm wide, 4mm thick). A vertical wall stands on the +X edge: x in [46, 50], y in [0, 30], z in [4, 30] (4mm thick, 30mm wide, rising to z = 30). Two through-holes of diameter 5mm pierce the base parallel to Z, centered at (10, 15) and (35, 15) on the top face. 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": [
0,
0,
0
],
"max": [
50,
30,
30
],
"tolerance_mm": 0.1
}
details: {
"actual_max": [
50,
30,
30
],
"actual_min": [
0,
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": 8962.92,
"tolerance_pct": 0.5
}
details: {
"volume": {
"actual_mm3": 8963.172562465077,
"deviation_pct": 0.002817859191837731,
"pass": true,
"spec_mm3": 8962.92,
"tolerance_pct": 0.5
}
}
3
hole_countpass
params + details
params: {
"type": "hole_count",
"diameter_mm": 5,
"expected": 2,
"diameter_tolerance_mm": 0.05
}
details: {
"actual": 2,
"diameter_mm": 5,
"diameter_tolerance_mm": 0.05,
"expected": 2,
"found": [
[
10,
15,
5
],
[
35,
15,
5
]
]
}
4
hole_positionspass
params + details
params: {
"type": "hole_positions",
"diameter_mm": 5,
"positions": [
[
10,
15,
0
],
[
35,
15,
0
]
],
"tolerance_mm": 0.1
}
details: {
"diameter_mm": 5,
"per_expected": [
{
"distance_mm": 0,
"matched_hole": [
10,
15
],
"pass": true,
"spec_xy": [
10,
15
]
},
{
"distance_mm": 0,
"matched_hole": [
35,
15
],
"pass": true,
"spec_xy": [
35,
15
]
}
],
"tolerance_mm": 0.1,
"unmatched_extras": []
}
5
step_roundtrippass
params + details
params: {
"type": "step_roundtrip",
"tolerance_pct": 0.1
}
details: {
"per_solid": [
{
"bbox": {
"max_abs_deviation_mm": 0,
"original_max": [
50,
30,
30
],
"original_min": [
0,
0,
0
],
"pass": true,
"roundtripped_max": [
50,
30,
30
],
"roundtripped_min": [
0,
0,
0
],
"tolerance_mm": 0.06557438524302
},
"index": 0,
"pass": true,
"volume": {
"deviation_pct": 0.005616755320254926,
"original_mm3": 8963.172562465077,
"pass": true,
"roundtripped_mm3": 8963.676001936843
}
}
],
"tolerance_pct": 0.1
}
Tool calls
0
open_documentok
3ms
args
{}1
create_cad_loonerr
9ms
args
{
"source": "[let\n [let base [cube 50 30 4]]\n [let wall [translate 46 0 4 [cube 4 30 26]]]\n [let body [union base wall]]\n [let hole1 [translate 10 15 -1 [cylinder 2.5 6]]]\n [let hole2 [translate 35 15 -1 [cylinder 2.5 6]]]\n [root [difference hole2 [difference hole1 body]] \"steel\"]]",
"format": "json"
}2
createok
18ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cube",
"name": "Base",
"params": {
"size": [
50,
30,
4
]
}
}3
createok
6ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cube",
"name": "Wall",
"params": {
"size": [
4,
30,
26
],
"translate": [
46,
0,
4
]
}
}4
readok
4ms
args
{
"document_id": "doc_1781199854938_1"
}5
readok
2ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "2"
}6
deleteok
4ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "1"
}7
deleteok
2ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "2"
}8
create_cad_loonok
8ms
args
{
"source": "[root\n [difference\n [translate 35 15 -1 [cylinder 2.5 6]]\n [difference\n [translate 10 15 -1 [cylinder 2.5 6]]\n [union\n [translate 46 0 4 [cube 4 30 26]]\n [cube 50 30 4]]]]\n \"steel\"]",
"format": "json"
}9
createok
2ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cube",
"name": "Base",
"params": {
"size": {
"x": 50,
"y": 30,
"z": 4
}
}
}10
createok
3ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cube",
"name": "WallRaw",
"params": {
"size": {
"x": 4,
"y": 30,
"z": 26
}
}
}11
createok
3ms
args
{
"document_id": "doc_1781199854938_1",
"type": "translate",
"name": "WallMoved",
"params": {
"child": 2,
"offset": {
"x": 46,
"y": 0,
"z": 4
}
}
}12
createok
5ms
args
{
"document_id": "doc_1781199854938_1",
"type": "union",
"name": "LBody",
"params": {
"left": 1,
"right": 3
}
}13
createerr
4ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cylinder",
"name": "Hole1Raw",
"params": {
"radius": 2.5,
"height": 6
}
}14
createerr
1ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cylinder",
"name": "Hole2Raw",
"params": {
"radius": 2.5,
"height": 6
}
}15
createok
2ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cylinder",
"name": "Hole1Raw",
"params": {
"radius": 2.5,
"height": 6,
"segments": 64
}
}16
createok
1ms
args
{
"document_id": "doc_1781199854938_1",
"type": "cylinder",
"name": "Hole2Raw",
"params": {
"radius": 2.5,
"height": 6,
"segments": 64
}
}17
createok
1ms
args
{
"document_id": "doc_1781199854938_1",
"type": "translate",
"name": "Hole1",
"params": {
"child": 5,
"offset": {
"x": 10,
"y": 15,
"z": -1
}
}
}18
createok
1ms
args
{
"document_id": "doc_1781199854938_1",
"type": "translate",
"name": "Hole2",
"params": {
"child": 6,
"offset": {
"x": 35,
"y": 15,
"z": -1
}
}
}19
createok
2ms
args
{
"document_id": "doc_1781199854938_1",
"type": "difference",
"name": "DrillHole1",
"params": {
"left": 4,
"right": 7
}
}20
createok
3ms
args
{
"document_id": "doc_1781199854938_1",
"type": "difference",
"name": "Bracket",
"params": {
"left": 9,
"right": 8
}
}21
readok
2ms
args
{
"document_id": "doc_1781199854938_1"
}22
get_documentok
2ms
args
{
"document_id": "doc_1781199854938_1"
}23
deleteok
2ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "1"
}24
deleteok
1ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "2"
}25
deleteok
1ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "3"
}26
deleteok
1ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "4"
}27
deleteok
1ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "5"
}28
deleteok
1ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "6"
}29
deleteok
0ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "7"
}30
deleteok
0ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "8"
}31
deleteok
0ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "9"
}32
get_documentok
2ms
args
{
"document_id": "doc_1781199854938_1"
}33
set_materialok
2ms
args
{
"document_id": "doc_1781199854938_1",
"part_id": "10",
"material": "steel"
}34
render_viewok
115ms
args
{
"document_id": "doc_1781199854938_1"
}35
get_documentok
3ms
args
{
"document_id": "doc_1781199854938_1"
}What the model built
isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T174414Z-c49d.vcad
.vcad source
{
"version": "0.1",
"nodes": {
"1": {
"id": 1,
"name": "Base",
"op": {
"type": "Cube",
"size": {
"x": 50,
"y": 30,
"z": 4
}
}
},
"2": {
"id": 2,
"name": "WallRaw",
"op": {
"type": "Cube",
"size": {
"x": 4,
"y": 30,
"z": 26
}
}
},
"3": {
"id": 3,
"name": "WallMoved",
"op": {
"type": "Translate",
"child": 2,
"offset": {
"x": 46,
"y": 0,
"z": 4
}
}
},
"4": {
"id": 4,
"name": "LBody",
"op": {
"type": "Union",
"left": 1,
"right": 3
}
},
"5": {
"id": 5,
"name": "Hole1Raw",
"op": {
"type": "Cylinder",
"radius": 2.5,
"height": 6,
"segments": 64
}
},
"6": {
"id": 6,
"name": "Hole2Raw",
"op": {
"type": "Cylinder",
"radius": 2.5,
"height": 6,
"segments": 64
}
},
"7": {
"id": 7,
"name": "Hole1",
"op": {
"type": "Translate",
"child": 5,
"offset": {
"x": 10,
"y": 15,
"z": -1
}
}
},
"8": {
"id": 8,
"name": "Hole2",
"op": {
"type": "Translate",
"child": 6,
"offset": {
"x": 35,
"y": 15,
"z": -1
}
}
},
"9": {
"id": 9,
"name": "DrillHole1",
"op": {
"type": "Difference",
"left": 4,
"right": 7
}
},
"10": {
"id": 10,
"name": "Bracket",
"op": {
"type": "Difference",
"left": 9,
"right": 8
}
}
},
"materials": {},
"part_materials": {
"10": "steel"
},
"roots": [
{
"root": 10,
"material": "steel"
}
]
}