← mecheval / run / a3-pentagonal-prism-01 / claude-mcp-claude-opus-4-7 / 20260611T182016Z-84b2

run 20260611T182016Z-84b2

a3-pentagonal-prism-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:20:16.196Z
ended2026-06-11T18:21:26.415Z
tokens240,638 in · 2,966 out · 243,604 total
wallclock70.2s
tool calls18
task hash1cd17baaa8bda612…
vcad hashecf7a84f917f1bda…

Prompt

Make a regular pentagonal prism. The cross-section is a regular pentagon centered on the Z axis with circumradius 15mm (distance from center to each vertex). Orient the pentagon so one vertex points in the +Y direction. Height 25mm along Z, base on the XY plane (z = 0 to z = 25). Drill one through-hole of diameter 5mm, axis parallel to Z, with its axis offset 5mm in the +X direction from the center (so hole axis is at (x=5, y=0)). 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": [
    -14.27,
    -12.13,
    0
  ],
  "max": [
    14.27,
    15,
    25
  ],
  "tolerance_mm": 0.3
}

details: {
  "actual_max": [
    14.265850067138672,
    15,
    25
  ],
  "actual_min": [
    -14.265850067138672,
    -12.135250091552734,
    0
  ],
  "deviation_max": [
    -0.004149932861327699,
    0,
    0
  ],
  "deviation_min": [
    0.004149932861327699,
    -0.005250091552733593,
    0
  ],
  "max_abs_deviation_mm": 0.005250091552733593,
  "tolerance_mm": 0.3
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 12884.48,
  "tolerance_pct": 1.5
}

details: {
  "volume": {
    "actual_mm3": 12884.144838780712,
    "deviation_pct": 0.002601278587008005,
    "pass": true,
    "spec_mm3": 12884.48,
    "tolerance_pct": 1.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 5,
  "expected": 1,
  "diameter_tolerance_mm": 0.05
}

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

details: {
  "diameter_mm": 5,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        5,
        0
      ],
      "pass": true,
      "spec_xy": [
        5,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          14.265850067138672,
          15,
          25
        ],
        "original_min": [
          -14.265850067138672,
          -12.135250091552734,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          14.265850067138672,
          15,
          25
        ],
        "roundtripped_min": [
          -14.265850067138672,
          -12.135250091552734,
          0
        ],
        "tolerance_mm": 0.6996144901077826
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.012210848544263027,
        "original_mm3": 12884.144838780712,
        "pass": true,
        "roundtripped_mm3": 12885.7181021932
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
7ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "sketch_2_d",
  "name": "Pentagon Sketch",
  "params": {
    "origin": [
      0,
      0,
      0
    ],
    "x_axis": [
      1,
      0,
      0
    ],
    "y_axis": [
      0,
      1,
      0
    ],
    "segments": [
      {
        "type": "line",
        "start": [
          0,
          15
        ],
        "end": [
          -14.26585,
          4.63525
        ]
      },
      {
        "type": "line",
        "start": [
          -14.26585,
          4.63525
        ],
        "end": [
          -8.81678,
          -12.13525
        ]
      },
      {
        "type": "line",
        "start": [
          -8.81678,
          -12.13525
        ],
        "end": [
          8.81678,
          -12.13525
        ]
      },
      {
        "type": "line",
        "start": [
          8.81678,
          -12.13525
        ],
        "end": [
          14.26585,
          4.63525
        ]
      },
      {
        "type": "line",
        "start": [
          14.26585,
          4.63525
        ],
        "end": [
          0,
          15
        ]
      }
    ]
  }
}
2
create_cad_loon
ok
11ms
args
{
  "source": "[difference\n  [translate 5 0 0 [cylinder 2.5 25]]\n  [extrude 0 0 25\n    [sketch 0 0 0  1 0 0  0 1 0 #[\n      [line 0 15 -14.26585 4.63525]\n      [line -14.26585 4.63525 -8.81678 -12.13525]\n      [line -8.81678 -12.13525 8.81678 -12.13525]\n      [line 8.81678 -12.13525 14.26585 4.63525]\n      [line 14.26585 4.63525 0 15]\n    ]]\n  ]\n]",
  "format": "json"
}
3
create
ok
3ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "sketch_2_d",
  "name": "Pentagon Sketch",
  "params": {
    "origin": {
      "x": 0,
      "y": 0,
      "z": 0
    },
    "x_dir": {
      "x": 1,
      "y": 0,
      "z": 0
    },
    "y_dir": {
      "x": 0,
      "y": 1,
      "z": 0
    },
    "segments": [
      {
        "type": "Line",
        "start": {
          "x": 0,
          "y": 15
        },
        "end": {
          "x": -14.26585,
          "y": 4.63525
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -14.26585,
          "y": 4.63525
        },
        "end": {
          "x": -8.81678,
          "y": -12.13525
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -8.81678,
          "y": -12.13525
        },
        "end": {
          "x": 8.81678,
          "y": -12.13525
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 8.81678,
          "y": -12.13525
        },
        "end": {
          "x": 14.26585,
          "y": 4.63525
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 14.26585,
          "y": 4.63525
        },
        "end": {
          "x": 0,
          "y": 15
        }
      }
    ]
  }
}
4
create
ok
7ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "extrude",
  "name": "Pentagon Prism",
  "params": {
    "sketch": 1,
    "direction": {
      "x": 0,
      "y": 0,
      "z": 25
    }
  }
}
5
create
err
2ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "cylinder",
  "name": "Hole",
  "params": {
    "radius": 2.5,
    "height": 25
  }
}
6
create
ok
3ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "cylinder",
  "name": "Hole",
  "params": {
    "radius": 2.5,
    "height": 25,
    "segments": 64
  }
}
7
create
ok
2ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "translate",
  "name": "Hole Position",
  "params": {
    "child": 3,
    "offset": {
      "x": 5,
      "y": 0,
      "z": 0
    }
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781202016394_1",
  "type": "difference",
  "name": "Pentagon with Hole",
  "params": {
    "left": 2,
    "right": 4
  }
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781202016394_1"
}
10
render_view
ok
123ms
args
{
  "document_id": "doc_1781202016394_1"
}
11
get_document
ok
2ms
args
{
  "document_id": "doc_1781202016394_1"
}
12
delete
ok
3ms
args
{
  "document_id": "doc_1781202016394_1",
  "part_id": "1"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781202016394_1",
  "part_id": "2"
}
14
delete
ok
1ms
args
{
  "document_id": "doc_1781202016394_1",
  "part_id": "3"
}
15
delete
ok
1ms
args
{
  "document_id": "doc_1781202016394_1",
  "part_id": "4"
}
16
render_view
ok
93ms
args
{
  "document_id": "doc_1781202016394_1"
}
17
get_document
ok
2ms
args
{
  "document_id": "doc_1781202016394_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Pentagon Sketch",
      "op": {
        "type": "Sketch2D",
        "origin": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "x_dir": {
          "x": 1,
          "y": 0,
          "z": 0
        },
        "y_dir": {
          "x": 0,
          "y": 1,
          "z": 0
        },
        "segments": [
          {
            "type": "Line",
            "start": {
              "x": 0,
              "y": 15
            },
            "end": {
              "x": -14.26585,
              "y": 4.63525
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -14.26585,
              "y": 4.63525
            },
            "end": {
              "x": -8.81678,
              "y": -12.13525
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -8.81678,
              "y": -12.13525
            },
            "end": {
              "x": 8.81678,
              "y": -12.13525
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 8.81678,
              "y": -12.13525
            },
            "end": {
              "x": 14.26585,
              "y": 4.63525
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 14.26585,
              "y": 4.63525
            },
            "end": {
              "x": 0,
              "y": 15
            }
          }
        ]
      }
    },
    "2": {
      "id": 2,
      "name": "Pentagon Prism",
      "op": {
        "type": "Extrude",
        "sketch": 1,
        "direction": {
          "x": 0,
          "y": 0,
          "z": 25
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Hole",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 25,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Hole Position",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 5,
          "y": 0,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Pentagon with Hole",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}

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