← mecheval / run / a4-bolt-circle-flange-with-bore-01 / claude-mcp-claude-opus-4-7 / 20260611T221238Z-41fa

run 20260611T221238Z-41fa

a4-bolt-circle-flange-with-bore-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.00 (0/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:12:38.156Z
ended2026-06-11T22:14:09.789Z
tokens498,285 in · 5,349 out · 503,634 total
wallclock91.6s
tool calls35
task hash33b12253990b5195…
vcad hashecbf954da51f056b…

Prompt

Make a round flange as a single solid. The outer body is a cylinder of diameter 100mm and thickness 12mm, with its bottom face on the XY plane (z = 0 to z = 12), centered on the Z axis. A central through-bore of diameter 40mm runs along the Z axis through the full thickness. Six bolt holes of diameter 8mm, axes parallel to Z, are arranged on a bolt circle of diameter 75mm (radius 37.5mm) centered on the Z axis, passing through the full thickness. The first bolt hole is on the +X axis, and the remaining five are evenly spaced every 60 degrees. Output a single solid.

Checks

0
valid_solid
fail
no valid solid produced
params + details
params: {
  "type": "valid_solid"
}

details: {
  "reason": "one or more roots failed to evaluate",
  "root_failures": [
    "root[0]: kernel panic: loop must have at least one half-edge"
  ],
  "solids_produced": 0
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -50,
    -50,
    0
  ],
  "max": [
    50,
    50,
    12
  ],
  "tolerance_mm": 0.3
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 75549.02,
  "tolerance_pct": 1.5
}

details: {
  "reason": "no valid solid to measure"
}
3
hole_count
fail
found 0/1 holes of ⌀40mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 40,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 0,
  "diameter_mm": 40,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": []
}
4
hole_positions
fail
1/1 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 40,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 40,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
fail
found 0/6 holes of ⌀8mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 6,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 8,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": []
}
6
hole_positions
fail
6/6 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      37.5,
      0,
      0
    ],
    [
      18.75,
      32.476,
      0
    ],
    [
      -18.75,
      32.476,
      0
    ],
    [
      -37.5,
      0,
      0
    ],
    [
      -18.75,
      -32.476,
      0
    ],
    [
      18.75,
      -32.476,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 8,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        37.5,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        18.75,
        32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -18.75,
        32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -37.5,
        0
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -18.75,
        -32.476
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        18.75,
        -32.476
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
7
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "difference",
  "name": "Flange",
  "params": {
    "subject": {
      "op": "translate",
      "x": 0,
      "y": 0,
      "z": 0,
      "child": {
        "op": "cylinder",
        "radius": 50,
        "height": 12
      }
    },
    "tool": {
      "op": "union",
      "a": {
        "op": "cylinder",
        "radius": 20,
        "height": 12
      },
      "b": {
        "op": "circular_pattern",
        "origin": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "axis": {
          "x": 0,
          "y": 0,
          "z": 1
        },
        "count": 6,
        "angle_deg": 360,
        "child": {
          "op": "translate",
          "x": 37.5,
          "y": 0,
          "z": 0,
          "child": {
            "op": "cylinder",
            "radius": 4,
            "height": 12
          }
        }
      }
    }
  }
}
2
create_cad_loon
err
9ms
args
{
  "source": "[let\n  [body [cylinder 50 12]]\n  [bore [cylinder 20 12]]\n  [bolt [translate 37.5 0 0 [cylinder 4 12]]]\n  [bolts [circular-pattern 0 0 0 0 0 1 6 360 bolt]]\n  [holes [union bore bolts]]\n  [root [difference holes body] \"steel\"]\n]",
  "format": "json"
}
3
create_cad_loon
ok
8ms
args
{
  "source": "[root\n  [difference\n    [union\n      [cylinder 20 12]\n      [circular-pattern 0 0 0 0 0 1 6 360 [translate 37.5 0 0 [cylinder 4 12]]]]\n    [cylinder 50 12]]\n  \"steel\"]",
  "format": "json"
}
4
create
err
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "difference",
  "name": "Flange",
  "params": {
    "left": {
      "type": "Cylinder",
      "radius": 50,
      "height": 12
    },
    "right": {
      "type": "Union",
      "left": {
        "type": "Cylinder",
        "radius": 20,
        "height": 12
      },
      "right": {
        "type": "CircularPattern",
        "axis_origin": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "axis_dir": {
          "x": 0,
          "y": 0,
          "z": 1
        },
        "count": 6,
        "angle_deg": 360,
        "child": {
          "type": "Translate",
          "offset": {
            "x": 37.5,
            "y": 0,
            "z": 0
          },
          "child": {
            "type": "Cylinder",
            "radius": 4,
            "height": 12
          }
        }
      }
    }
  }
}
5
create
err
5ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Body",
  "params": {
    "radius": 50,
    "height": 12
  }
}
6
create
err
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 20,
    "height": 12
  }
}
7
create
err
1ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "BoltHole",
  "params": {
    "radius": 4,
    "height": 12
  }
}
8
create
ok
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Body",
  "params": {
    "radius": 50,
    "height": 12,
    "segments": 0
  }
}
9
create
ok
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 20,
    "height": 12,
    "segments": 0
  }
}
10
create
ok
1ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "BoltHole",
  "params": {
    "radius": 4,
    "height": 12,
    "segments": 0
  }
}
11
read
ok
3ms
args
{
  "document_id": "doc_1781215958328_1"
}
12
delete
ok
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "1"
}
13
delete
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "2"
}
14
delete
ok
1ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "3"
}
15
create
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "BoltHole",
  "params": {
    "radius": 4,
    "height": 12,
    "segments": 0
  }
}
16
create
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "translate",
  "name": "BoltOffset",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": 37.5,
      "y": 0,
      "z": 0
    }
  }
}
17
create
ok
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "circular_pattern",
  "name": "BoltPattern",
  "parent_part_id": "2",
  "params": {
    "child": 2,
    "axis_origin": {
      "x": 0,
      "y": 0,
      "z": 0
    },
    "axis_dir": {
      "x": 0,
      "y": 0,
      "z": 1
    },
    "count": 6,
    "angle_deg": 360
  }
}
18
create
ok
4ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 20,
    "height": 12,
    "segments": 0
  }
}
19
read
ok
2ms
args
{
  "document_id": "doc_1781215958328_1"
}
20
get_document
ok
1ms
args
{
  "document_id": "doc_1781215958328_1"
}
21
delete
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "1"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "2"
}
23
get_document
ok
4ms
args
{
  "document_id": "doc_1781215958328_1"
}
24
create
ok
3ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "union",
  "name": "Holes",
  "parent_part_id": "3",
  "params": {
    "left": 3,
    "right": 4
  }
}
25
delete
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "4"
}
26
create
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "cylinder",
  "name": "Body",
  "params": {
    "radius": 50,
    "height": 12,
    "segments": 0
  }
}
27
create
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "type": "difference",
  "name": "Flange",
  "parent_part_id": "6",
  "params": {
    "left": 6,
    "right": 5
  }
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "5"
}
29
get_document
ok
2ms
args
{
  "document_id": "doc_1781215958328_1"
}
30
delete
ok
3ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "3"
}
31
delete
ok
2ms
args
{
  "document_id": "doc_1781215958328_1",
  "part_id": "6"
}
32
render_view
err
26ms
args
{
  "document_id": "doc_1781215958328_1"
}
33
inspect_cad
ok
47ms
args
{
  "document_id": "doc_1781215958328_1"
}
34
get_document
ok
1ms
args
{
  "document_id": "doc_1781215958328_1"
}

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "BoltHole",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 12,
        "segments": 0
      }
    },
    "2": {
      "id": 2,
      "name": "BoltOffset",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": 37.5,
          "y": 0,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "BoltPattern",
      "op": {
        "type": "CircularPattern",
        "child": 2,
        "axis_origin": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "axis_dir": {
          "x": 0,
          "y": 0,
          "z": 1
        },
        "count": 6,
        "angle_deg": 360
      }
    },
    "4": {
      "id": 4,
      "name": "Bore",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 12,
        "segments": 0
      }
    },
    "5": {
      "id": 5,
      "name": "Holes",
      "op": {
        "type": "Union",
        "left": 3,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "Body",
      "op": {
        "type": "Cylinder",
        "radius": 50,
        "height": 12,
        "segments": 0
      }
    },
    "7": {
      "id": 7,
      "name": "Flange",
      "op": {
        "type": "Difference",
        "left": 6,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}

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