← mecheval / run / a2-tee-bracket-01 / claude-mcp-claude-opus-4-7 / 20260611T180250Z-b7b3

run 20260611T180250Z-b7b3

a2-tee-bracket-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T18:02:50.218Z
ended2026-06-11T18:04:38.884Z
tokens514,522 in · 6,857 out · 521,379 total
wallclock108.6s
tool calls47
task hashb0cf14433cfe8350…
vcad hash70641db999f67cb7…

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_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
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_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 8705.48,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 8706.31606523031,
    "deviation_pct": 0.009603895825512791,
    "pass": true,
    "spec_mm3": 8705.48,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
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_positions
pass
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_roundtrip
pass
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.008028102639021364,
        "original_mm3": 8706.31606523031,
        "pass": true,
        "roundtripped_mm3": 8707.015017220105
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "union",
  "name": "T-Bracket",
  "params": {
    "children": [
      {
        "type": "difference",
        "params": {
          "children": [
            {
              "type": "union",
              "params": {
                "children": [
                  {
                    "type": "translate",
                    "params": {
                      "x": -30,
                      "y": 0,
                      "z": 0,
                      "child": {
                        "type": "cube",
                        "params": {
                          "x": 60,
                          "y": 20,
                          "z": 5
                        }
                      }
                    }
                  },
                  {
                    "type": "translate",
                    "params": {
                      "x": -10,
                      "y": 20,
                      "z": 0,
                      "child": {
                        "type": "cube",
                        "params": {
                          "x": 20,
                          "y": 30,
                          "z": 5
                        }
                      }
                    }
                  }
                ]
              }
            },
            {
              "type": "translate",
              "params": {
                "x": 0,
                "y": 45,
                "z": -1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 2.5,
                    "h": 7
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": -25,
                "y": 10,
                "z": -1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 2.5,
                    "h": 7
                  }
                }
              }
            },
            {
              "type": "translate",
              "params": {
                "x": 25,
                "y": 10,
                "z": -1,
                "child": {
                  "type": "cylinder",
                  "params": {
                    "r": 2.5,
                    "h": 7
                  }
                }
              }
            }
          ]
        }
      }
    ]
  }
}
2
create_cad_loon
ok
10ms
args
{
  "source": "[let bar [translate -30 0 0 [cube 60 20 5]]\n  [let stem [translate -10 20 0 [cube 20 30 5]]\n    [let body [union bar stem]\n      [let h1 [translate 0 45 -1 [cylinder 2.5 7]]\n        [let h2 [translate -25 10 -1 [cylinder 2.5 7]]\n          [let h3 [translate 25 10 -1 [cylinder 2.5 7]]\n            [difference h1 [difference h2 [difference h3 body]]]]]]]]]",
  "format": "json"
}
3
create
err
4ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cube",
  "name": "bar_raw",
  "params": {
    "x": 60,
    "y": 20,
    "z": 5
  }
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cube",
  "name": "bar_raw",
  "params": {
    "size": {
      "x": 60,
      "y": 20,
      "z": 5
    }
  }
}
5
create
err
5ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "bar",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    }
  }
}
6
read
ok
5ms
args
{
  "document_id": "doc_1781200970390_1"
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "bar_t",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    }
  }
}
8
delete
ok
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "2"
}
9
read
ok
1ms
args
{
  "document_id": "doc_1781200970390_1"
}
10
create
err
3ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "bar",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    }
  }
}
11
create
ok
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "bar",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    }
  }
}
12
create
ok
4ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cube",
  "name": "stem_raw",
  "params": {
    "size": {
      "x": 20,
      "y": 30,
      "z": 5
    }
  }
}
13
create
err
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h1_raw",
  "params": {
    "radius": 2.5,
    "height": 7
  }
}
14
create
err
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h2_raw",
  "params": {
    "radius": 2.5,
    "height": 7
  }
}
15
create
err
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h3_raw",
  "params": {
    "radius": 2.5,
    "height": 7
  }
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "stem",
  "parent_part_id": "3",
  "params": {
    "child": 3,
    "offset": {
      "x": -10,
      "y": 20,
      "z": 0
    }
  }
}
17
create
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h1_raw",
  "params": {
    "radius": 2.5,
    "height": 7,
    "segments": 48
  }
}
18
create
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h2_raw",
  "params": {
    "radius": 2.5,
    "height": 7,
    "segments": 48
  }
}
19
create
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "cylinder",
  "name": "h3_raw",
  "params": {
    "radius": 2.5,
    "height": 7,
    "segments": 48
  }
}
20
create
ok
3ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "h1",
  "parent_part_id": "5",
  "params": {
    "child": 5,
    "offset": {
      "x": 0,
      "y": 45,
      "z": -1
    }
  }
}
21
create
ok
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "h2",
  "parent_part_id": "6",
  "params": {
    "child": 6,
    "offset": {
      "x": -25,
      "y": 10,
      "z": -1
    }
  }
}
22
create
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "translate",
  "name": "h3",
  "parent_part_id": "7",
  "params": {
    "child": 7,
    "offset": {
      "x": 25,
      "y": 10,
      "z": -1
    }
  }
}
23
read
ok
2ms
args
{
  "document_id": "doc_1781200970390_1"
}
24
create
ok
3ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "union",
  "name": "body",
  "params": {
    "left": 2,
    "right": 4
  }
}
25
create
ok
4ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "difference",
  "name": "d1",
  "params": {
    "left": 11,
    "right": 8
  }
}
26
create
ok
4ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "difference",
  "name": "d2",
  "params": {
    "left": 12,
    "right": 9
  }
}
27
create
ok
3ms
args
{
  "document_id": "doc_1781200970390_1",
  "type": "difference",
  "name": "T-Bracket",
  "params": {
    "left": 13,
    "right": 10
  }
}
28
read
ok
2ms
args
{
  "document_id": "doc_1781200970390_1"
}
29
inspect_cad
ok
141ms
args
{
  "document_id": "doc_1781200970390_1"
}
30
get_document
ok
2ms
args
{
  "document_id": "doc_1781200970390_1"
}
31
delete
ok
3ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "1"
}
32
delete
ok
2ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "2"
}
33
delete
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "3"
}
34
delete
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "4"
}
35
delete
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "5"
}
36
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "6"
}
37
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "7"
}
38
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "8"
}
39
delete
ok
1ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "9"
}
40
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "10"
}
41
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "11"
}
42
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "12"
}
43
delete
ok
0ms
args
{
  "document_id": "doc_1781200970390_1",
  "part_id": "13"
}
44
inspect_cad
ok
12ms
args
{
  "document_id": "doc_1781200970390_1"
}
45
render_view
ok
97ms
args
{
  "document_id": "doc_1781200970390_1"
}
46
get_document
ok
1ms
args
{
  "document_id": "doc_1781200970390_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T180250Z-b7b3.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "bar_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": "bar",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "stem_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 30,
          "z": 5
        }
      }
    },
    "4": {
      "id": 4,
      "name": "stem",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -10,
          "y": 20,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "h1_raw",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 7,
        "segments": 48
      }
    },
    "6": {
      "id": 6,
      "name": "h2_raw",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 7,
        "segments": 48
      }
    },
    "7": {
      "id": 7,
      "name": "h3_raw",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 7,
        "segments": 48
      }
    },
    "8": {
      "id": 8,
      "name": "h1",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 0,
          "y": 45,
          "z": -1
        }
      }
    },
    "9": {
      "id": 9,
      "name": "h2",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -25,
          "y": 10,
          "z": -1
        }
      }
    },
    "10": {
      "id": 10,
      "name": "h3",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 25,
          "y": 10,
          "z": -1
        }
      }
    },
    "11": {
      "id": 11,
      "name": "body",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "12": {
      "id": 12,
      "name": "d1",
      "op": {
        "type": "Difference",
        "left": 11,
        "right": 8
      }
    },
    "13": {
      "id": 13,
      "name": "d2",
      "op": {
        "type": "Difference",
        "left": 12,
        "right": 9
      }
    },
    "14": {
      "id": 14,
      "name": "T-Bracket",
      "op": {
        "type": "Difference",
        "left": 13,
        "right": 10
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 14,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:55.765Z · static site, regenerate with npm run build -w @mecheval/leaderboard