← mecheval / run / a2-mounting-rail-01 / claude-mcp-claude-opus-4-7 / 20260611T174712Z-c23c

run 20260611T174712Z-c23c

a2-mounting-rail-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (6/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:47:12.704Z
ended2026-06-11T17:48:36.215Z
tokens343,736 in · 5,110 out · 348,846 total
wallclock83.5s
tool calls35
task hashe375cec77275714a…
vcad hashc68f22fa7a782299…

Prompt

Make a long rectangular mounting rail 100mm long (X) × 20mm wide (Y) × 8mm thick (Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 8). Drill three through-holes of diameter 6mm, axes parallel to Z, evenly spaced along the centerline (y = 0) at x = -40, x = 0, and x = 40. 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": [
    -50,
    -10,
    0
  ],
  "max": [
    50,
    10,
    8
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    50,
    10,
    8
  ],
  "actual_min": [
    -50,
    -10,
    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": 15321.42,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 15322.505621926664,
    "deviation_pct": 0.007085648240595954,
    "pass": true,
    "spec_mm3": 15321.42,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 3,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 3,
  "diameter_mm": 6,
  "diameter_tolerance_mm": 0.05,
  "expected": 3,
  "found": [
    [
      -40,
      0,
      6
    ],
    [
      0,
      0,
      6
    ],
    [
      40,
      0,
      6
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 6,
  "positions": [
    [
      -40,
      0,
      0
    ],
    [
      0,
      0,
      0
    ],
    [
      40,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -40,
        0
      ],
      "pass": true,
      "spec_xy": [
        -40,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        40,
        0
      ],
      "pass": true,
      "spec_xy": [
        40,
        0
      ]
    }
  ],
  "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": [
          50,
          10,
          8
        ],
        "original_min": [
          -50,
          -10,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          50,
          10,
          8
        ],
        "roundtripped_min": [
          -50,
          -10,
          0
        ],
        "tolerance_mm": 0.5114684741017769
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.01419436727060555,
        "original_mm3": 15322.505621926664,
        "pass": true,
        "roundtripped_mm3": 15324.6805546497
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "difference",
  "name": "Mounting Rail",
  "params": {
    "subject": {
      "type": "translate",
      "params": {
        "x": -50,
        "y": -10,
        "z": 0,
        "subject": {
          "type": "cube",
          "params": {
            "x": 100,
            "y": 20,
            "z": 8
          }
        }
      }
    },
    "tool": {
      "type": "union",
      "params": {
        "subject": {
          "type": "translate",
          "params": {
            "x": -40,
            "y": 0,
            "z": -1,
            "subject": {
              "type": "cylinder",
              "params": {
                "r": 3,
                "h": 10
              }
            }
          }
        },
        "other": {
          "type": "union",
          "params": {
            "subject": {
              "type": "translate",
              "params": {
                "x": 0,
                "y": 0,
                "z": -1,
                "subject": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10
                  }
                }
              }
            },
            "other": {
              "type": "translate",
              "params": {
                "x": 40,
                "y": 0,
                "z": -1,
                "subject": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
2
create
err
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "difference",
  "name": "Mounting Rail",
  "params": {
    "left": {
      "type": "translate",
      "params": {
        "x": -50,
        "y": -10,
        "z": 0,
        "subject": {
          "type": "cube",
          "params": {
            "x": 100,
            "y": 20,
            "z": 8
          }
        }
      }
    },
    "right": {
      "type": "union",
      "params": {
        "left": {
          "type": "translate",
          "params": {
            "x": -40,
            "y": 0,
            "z": -1,
            "subject": {
              "type": "cylinder",
              "params": {
                "r": 3,
                "h": 10
              }
            }
          }
        },
        "right": {
          "type": "union",
          "params": {
            "left": {
              "type": "translate",
              "params": {
                "x": 0,
                "y": 0,
                "z": -1,
                "subject": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10
                  }
                }
              }
            },
            "right": {
              "type": "translate",
              "params": {
                "x": 40,
                "y": 0,
                "z": -1,
                "subject": {
                  "type": "cylinder",
                  "params": {
                    "r": 3,
                    "h": 10
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
3
create_cad_loon
ok
13ms
args
{
  "source": "[let rail [translate -50 -10 0 [cube 100 20 8]]\n  [let hole1 [translate -40 0 -1 [cylinder 3 10]]\n    [let hole2 [translate 0 0 -1 [cylinder 3 10]]\n      [let hole3 [translate 40 0 -1 [cylinder 3 10]]\n        [difference hole1 [difference hole2 [difference hole3 rail]]]]]]]",
  "format": "json"
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cube",
  "name": "Rail Block",
  "params": {
    "size": {
      "x": 100,
      "y": 20,
      "z": 8
    }
  }
}
5
create
ok
5ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "translate",
  "name": "Center Rail",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -50,
      "y": -10,
      "z": 0
    }
  }
}
6
create
err
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole1 Cyl",
  "params": {
    "radius": 3,
    "height": 10
  }
}
7
create
err
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole2 Cyl",
  "params": {
    "radius": 3,
    "height": 10
  }
}
8
create
err
2ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole3 Cyl",
  "params": {
    "radius": 3,
    "height": 10
  }
}
9
create
ok
2ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole1 Cyl",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
10
create
ok
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole2 Cyl",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
11
create
ok
2ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "cylinder",
  "name": "Hole3 Cyl",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 64
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "translate",
  "name": "Pos Hole1",
  "parent_part_id": "3",
  "params": {
    "child": 3,
    "offset": {
      "x": -40,
      "y": 0,
      "z": -1
    }
  }
}
13
create
ok
2ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "translate",
  "name": "Pos Hole2",
  "parent_part_id": "4",
  "params": {
    "child": 4,
    "offset": {
      "x": 0,
      "y": 0,
      "z": -1
    }
  }
}
14
create
ok
2ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "translate",
  "name": "Pos Hole3",
  "parent_part_id": "5",
  "params": {
    "child": 5,
    "offset": {
      "x": 40,
      "y": 0,
      "z": -1
    }
  }
}
15
read
ok
1ms
args
{
  "document_id": "doc_1781200032876_1"
}
16
create
ok
3ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "union",
  "name": "Holes 1+2",
  "params": {
    "left": 6,
    "right": 7
  }
}
17
create
ok
6ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "union",
  "name": "All Holes",
  "params": {
    "left": 9,
    "right": 8
  }
}
18
create
ok
4ms
args
{
  "document_id": "doc_1781200032876_1",
  "type": "difference",
  "name": "Mounting Rail",
  "params": {
    "left": 2,
    "right": 10
  }
}
19
read
ok
5ms
args
{
  "document_id": "doc_1781200032876_1"
}
20
get_document
ok
2ms
args
{
  "document_id": "doc_1781200032876_1"
}
21
delete
ok
5ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "1"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "2"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "3"
}
24
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "4"
}
25
delete
ok
0ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "5"
}
26
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "6"
}
27
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "7"
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "8"
}
29
delete
ok
0ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "9"
}
30
delete
ok
0ms
args
{
  "document_id": "doc_1781200032876_1",
  "part_id": "10"
}
31
get_document
ok
2ms
args
{
  "document_id": "doc_1781200032876_1"
}
32
render_view
ok
135ms
args
{
  "document_id": "doc_1781200032876_1"
}
33
inspect_cad
ok
11ms
args
{
  "document_id": "doc_1781200032876_1"
}
34
get_document
ok
3ms
args
{
  "document_id": "doc_1781200032876_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Rail Block",
      "op": {
        "type": "Cube",
        "size": {
          "x": 100,
          "y": 20,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "Center Rail",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -50,
          "y": -10,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Hole1 Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Hole2 Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "Hole3 Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": "Pos Hole1",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -40,
          "y": 0,
          "z": -1
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Pos Hole2",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -1
        }
      }
    },
    "8": {
      "id": 8,
      "name": "Pos Hole3",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 40,
          "y": 0,
          "z": -1
        }
      }
    },
    "9": {
      "id": 9,
      "name": "Holes 1+2",
      "op": {
        "type": "Union",
        "left": 6,
        "right": 7
      }
    },
    "10": {
      "id": 10,
      "name": "All Holes",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 8
      }
    },
    "11": {
      "id": 11,
      "name": "Mounting Rail",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 10
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    }
  ]
}

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