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

run 20260611T224250Z-a449

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:42:50.263Z
ended2026-06-11T22:44:21.261Z
tokens396,701 in · 5,299 out · 402,000 total
wallclock91.0s
tool calls27
task hashb349eb4218ce71cb…
vcad hashb67c8c1b2a21703f…

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.856406211853027,
    12,
    60
  ],
  "actual_min": [
    -13.856406211853027,
    -12,
    0
  ],
  "deviation_max": [
    0.00040621185302747165,
    0,
    0
  ],
  "deviation_min": [
    -0.00040621185302747165,
    0,
    0
  ],
  "max_abs_deviation_mm": 0.00040621185302747165,
  "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": [
      5.527911806866933e-17,
      -1.685338965508211e-17,
      22.091954516366993
    ],
    "bbox_diagonal_mm": 70.31358312894825,
    "deviation": [
      5.527911806866933e-17,
      -1.685338965508211e-17,
      -0.008045483633008388
    ],
    "max_abs_deviation_mm": 0.008045483633008388,
    "pass": true,
    "spec": [
      0,
      0,
      22.1
    ],
    "tolerance_mm": 1.0547037469342238
  },
  "volume": {
    "actual_mm3": 14053.409043164147,
    "deviation_pct": 0.10471147455066797,
    "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.856406211853027,
          12,
          60
        ],
        "original_min": [
          -13.856406211853027,
          -12,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          13.856406211853027,
          12,
          60
        ],
        "roundtripped_min": [
          -13.856406211853027,
          -12,
          0
        ],
        "tolerance_mm": 1.0547037469342238
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.2668136386634713,
        "original_mm3": 14053.409043164147,
        "pass": true,
        "roundtripped_mm3": 14015.91263113982
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
ok
11ms
args
{
  "source": "[let\n  hex [extrude 0 0 14\n    [sketch 0 0 0  1 0 0  0 1 0\n      #[[line  13.8564064606 -12  13.8564064606  12]\n        [line  13.8564064606  12   0           24]\n        [line   0            24 -13.8564064606  12]\n        [line -13.8564064606  12 -13.8564064606 -12]\n        [line -13.8564064606 -12   0          -24]\n        [line   0           -24  13.8564064606 -12]]]]\n  shank [translate 0 0 14 [cylinder 7 46]]\n  [union hex shank]]",
  "format": "json"
}
2
create
ok
10ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "sketch_2_d",
  "name": "Hex Profile",
  "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.8564064606,
          "y": 0
        },
        "end": {
          "x": 6.9282032303,
          "y": 12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 6.9282032303,
          "y": 12
        },
        "end": {
          "x": -6.9282032303,
          "y": 12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -6.9282032303,
          "y": 12
        },
        "end": {
          "x": -13.8564064606,
          "y": 0
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -13.8564064606,
          "y": 0
        },
        "end": {
          "x": -6.9282032303,
          "y": -12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": -6.9282032303,
          "y": -12
        },
        "end": {
          "x": 6.9282032303,
          "y": -12
        }
      },
      {
        "type": "Line",
        "start": {
          "x": 6.9282032303,
          "y": -12
        },
        "end": {
          "x": 13.8564064606,
          "y": 0
        }
      }
    ]
  }
}
3
create
err
7ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "extrude",
  "name": "Hex Head",
  "params": {
    "sketch": "1",
    "direction": {
      "x": 0,
      "y": 0,
      "z": 14
    }
  },
  "parent_part_id": "1"
}
4
create
err
2ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "cylinder",
  "name": "Shank Cyl",
  "params": {
    "radius": 7,
    "height": 46
  }
}
5
read
ok
3ms
args
{
  "document_id": "doc_1781217770431_1"
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "extrude",
  "name": "Hex Head",
  "params": {
    "sketch": 1,
    "direction": {
      "x": 0,
      "y": 0,
      "z": 14
    }
  },
  "parent_part_id": "1"
}
7
create
err
3ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "cylinder",
  "name": "Shank Raw",
  "params": {
    "r": 7,
    "h": 46
  }
}
8
create
err
3ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "cylinder",
  "name": "Shank Raw",
  "params": {
    "radius": 7,
    "height": 46
  }
}
9
create
ok
6ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "cylinder",
  "name": "Shank Raw",
  "params": {
    "radius": 7,
    "height": 46,
    "segments": 64
  }
}
10
create
err
4ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "translate",
  "name": "Shank Position",
  "params": {
    "x": 0,
    "y": 0,
    "z": 14
  },
  "parent_part_id": "3"
}
11
create
err
3ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "translate",
  "name": "Shank Position",
  "params": {
    "child": 3,
    "x": 0,
    "y": 0,
    "z": 14
  },
  "parent_part_id": "3"
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "translate",
  "name": "Shank Position",
  "params": {
    "child": 3,
    "offset": {
      "x": 0,
      "y": 0,
      "z": 14
    }
  },
  "parent_part_id": "3"
}
13
read
ok
4ms
args
{
  "document_id": "doc_1781217770431_1"
}
14
create
err
3ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "union",
  "name": "Bolt Blank",
  "params": {
    "a": 2,
    "b": 4
  }
}
15
create
ok
4ms
args
{
  "document_id": "doc_1781217770431_1",
  "type": "union",
  "name": "Bolt Blank",
  "params": {
    "left": 2,
    "right": 4
  }
}
16
read
ok
3ms
args
{
  "document_id": "doc_1781217770431_1"
}
17
render_view
ok
132ms
args
{
  "document_id": "doc_1781217770431_1"
}
18
inspect_cad
ok
11ms
args
{
  "document_id": "doc_1781217770431_1"
}
19
get_document
ok
2ms
args
{
  "document_id": "doc_1781217770431_1"
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781217770431_1",
  "part_id": "1"
}
21
delete
ok
1ms
args
{
  "document_id": "doc_1781217770431_1",
  "part_id": "2"
}
22
delete
ok
0ms
args
{
  "document_id": "doc_1781217770431_1",
  "part_id": "3"
}
23
delete
ok
0ms
args
{
  "document_id": "doc_1781217770431_1",
  "part_id": "4"
}
24
inspect_cad
ok
5ms
args
{
  "document_id": "doc_1781217770431_1"
}
25
render_view
ok
97ms
args
{
  "document_id": "doc_1781217770431_1"
}
26
get_document
ok
2ms
args
{
  "document_id": "doc_1781217770431_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Hex Profile",
      "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.8564064606,
              "y": 0
            },
            "end": {
              "x": 6.9282032303,
              "y": 12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 6.9282032303,
              "y": 12
            },
            "end": {
              "x": -6.9282032303,
              "y": 12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -6.9282032303,
              "y": 12
            },
            "end": {
              "x": -13.8564064606,
              "y": 0
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -13.8564064606,
              "y": 0
            },
            "end": {
              "x": -6.9282032303,
              "y": -12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": -6.9282032303,
              "y": -12
            },
            "end": {
              "x": 6.9282032303,
              "y": -12
            }
          },
          {
            "type": "Line",
            "start": {
              "x": 6.9282032303,
              "y": -12
            },
            "end": {
              "x": 13.8564064606,
              "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 Raw",
      "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.210Z · static site, regenerate with npm run build -w @mecheval/leaderboard