← mecheval / run / a5-hex-bolt-blank-01 / claude-mcp-claude-opus-4-7 / 20260611T224421Z-7f2d

run 20260611T224421Z-7f2d

a5-hex-bolt-blank-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:44:21.294Z
ended2026-06-11T22:45:12.520Z
tokens206,735 in · 2,971 out · 209,706 total
wallclock51.2s
tool calls17
task hashb349eb4218ce71cb…
vcad hasha7453bd1d338e31e…

Prompt

Make a hex-head bolt blank as a single solid with no holes. The hexagonal head is a regular hexagonal prism with flat-to-flat distance 24mm and height 14mm, base on the XY plane (z = 0 to z = 14), centered on the Z axis, oriented so two flats are parallel to the X axis (flat-to-flat distance 24mm in the Y direction, so the head spans y in [-12, 12] and x in [-13.856, 13.856]). Directly above the head and concentric with it is a cylindrical shank of diameter 14mm and height 46mm (z = 14 to z = 60). The combined part is a single solid: hexagonal head at bottom, cylindrical shank extending upward. Output a single solid with no bores or holes.

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": [
    -13.856,
    -12,
    0
  ],
  "max": [
    13.856,
    12,
    60
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    13.856399536132812,
    12,
    60
  ],
  "actual_min": [
    -13.856399536132812,
    -12,
    0
  ],
  "deviation_max": [
    0.0003995361328126279,
    0,
    0
  ],
  "deviation_min": [
    -0.0003995361328126279,
    0,
    0
  ],
  "max_abs_deviation_mm": 0.0003995361328126279,
  "tolerance_mm": 0.2
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 14068.14,
  "center_of_mass": [
    0,
    0,
    22.1
  ],
  "tolerance_pct": 1.5
}

details: {
  "center_of_mass": {
    "actual": [
      -3.10102443306713e-17,
      -1.6853393657973534e-17,
      22.091958107545832
    ],
    "bbox_diagonal_mm": 70.31357786672334,
    "deviation": [
      -3.10102443306713e-17,
      -1.6853393657973534e-17,
      -0.008041892454169641
    ],
    "max_abs_deviation_mm": 0.008041892454169641,
    "pass": true,
    "spec": [
      0,
      0,
      22.1
    ],
    "tolerance_mm": 1.05470366800085
  },
  "volume": {
    "actual_mm3": 14053.405705304032,
    "deviation_pct": 0.10473520092895747,
    "pass": true,
    "spec_mm3": 14068.14,
    "tolerance_pct": 1.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          13.856399536132812,
          12,
          60
        ],
        "original_min": [
          -13.856399536132812,
          -12,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          13.856399536132812,
          12,
          60
        ],
        "roundtripped_min": [
          -13.856399536132812,
          -12,
          0
        ],
        "tolerance_mm": 1.05470366800085
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.26681370203505683,
        "original_mm3": 14053.405705304032,
        "pass": true,
        "roundtripped_mm3": 14015.909293279705
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
ok
11ms
args
{
  "source": "[union\n  [translate 0 0 14 [cylinder 7 46]]\n  [extrude 0 0 14\n    [sketch 0 0 0  1 0 0  0 1 0 #[\n      [line 13.8564 0       6.9282 12]\n      [line 6.9282 12      -6.9282 12]\n      [line -6.9282 12     -13.8564 0]\n      [line -13.8564 0     -6.9282 -12]\n      [line -6.9282 -12     6.9282 -12]\n      [line 6.9282 -12      13.8564 0]\n    ]]\n  ]\n]",
  "format": "json"
}
2
create
ok
5ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "sketch_2_d",
  "name": "Hex 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": 13.8564,
          "y": 0
        },
        "end": {
          "x": 6.9282,
          "y": 12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 6.9282,
          "y": 12
        },
        "end": {
          "x": -6.9282,
          "y": 12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -6.9282,
          "y": 12
        },
        "end": {
          "x": -13.8564,
          "y": 0
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -13.8564,
          "y": 0
        },
        "end": {
          "x": -6.9282,
          "y": -12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -6.9282,
          "y": -12
        },
        "end": {
          "x": 6.9282,
          "y": -12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 6.9282,
          "y": -12
        },
        "end": {
          "x": 13.8564,
          "y": 0
        }
      }
    ]
  }
}
3
create
err
3ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "cylinder",
  "name": "Shank Cyl",
  "params": {
    "radius": 7,
    "height": 46
  }
}
4
create
ok
4ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "extrude",
  "name": "Hex Head",
  "params": {
    "sketch": 1,
    "direction": {
      "x": 0,
      "y": 0,
      "z": 14
    }
  }
}
5
create
ok
2ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "cylinder",
  "name": "Shank Cyl",
  "params": {
    "radius": 7,
    "height": 46,
    "segments": 64
  }
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "translate",
  "name": "Shank Position",
  "params": {
    "child": 3,
    "offset": {
      "x": 0,
      "y": 0,
      "z": 14
    }
  }
}
7
create
ok
4ms
args
{
  "document_id": "doc_1781217861464_1",
  "type": "union",
  "name": "Bolt Blank",
  "params": {
    "left": 2,
    "right": 4
  }
}
8
read
ok
4ms
args
{
  "document_id": "doc_1781217861464_1"
}
9
get_document
ok
2ms
args
{
  "document_id": "doc_1781217861464_1"
}
10
delete
ok
5ms
args
{
  "document_id": "doc_1781217861464_1",
  "part_id": "1"
}
11
delete
ok
1ms
args
{
  "document_id": "doc_1781217861464_1",
  "part_id": "2"
}
12
delete
ok
1ms
args
{
  "document_id": "doc_1781217861464_1",
  "part_id": "3"
}
13
delete
ok
1ms
args
{
  "document_id": "doc_1781217861464_1",
  "part_id": "4"
}
14
get_document
ok
2ms
args
{
  "document_id": "doc_1781217861464_1"
}
15
render_view
ok
111ms
args
{
  "document_id": "doc_1781217861464_1"
}
16
get_document
ok
2ms
args
{
  "document_id": "doc_1781217861464_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Hex 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": 13.8564,
              "y": 0
            },
            "end": {
              "x": 6.9282,
              "y": 12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 6.9282,
              "y": 12
            },
            "end": {
              "x": -6.9282,
              "y": 12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -6.9282,
              "y": 12
            },
            "end": {
              "x": -13.8564,
              "y": 0
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -13.8564,
              "y": 0
            },
            "end": {
              "x": -6.9282,
              "y": -12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -6.9282,
              "y": -12
            },
            "end": {
              "x": 6.9282,
              "y": -12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 6.9282,
              "y": -12
            },
            "end": {
              "x": 13.8564,
              "y": 0
            }
          }
        ]
      }
    },
    "2": {
      "id": 2,
      "name": "Hex Head",
      "op": {
        "type": "Extrude",
        "sketch": 1,
        "direction": {
          "x": 0,
          "y": 0,
          "z": 14
        }
      }
    },
    "3": {
      "id": 3,
      "name": "Shank Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 7,
        "height": 46,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Shank Position",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 14
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Bolt Blank",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}

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