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

run 20260611T224212Z-6128

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:12.403Z
ended2026-06-11T22:44:10.751Z
tokens567,922 in · 6,387 out · 574,309 total
wallclock118.3s
tool calls33
task hashb349eb4218ce71cb…
vcad hash56fec56723a4ab93…

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
err
8ms
args
{
  "source": "[let\n  [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  [root union \"steel\"]]",
  "format": "json"
}
2
create
err
10ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "sketch_2_d",
  "name": "Hex Profile",
  "params": {
    "origin": [
      0,
      0,
      0
    ],
    "x_axis": [
      1,
      0,
      0
    ],
    "y_axis": [
      0,
      1,
      0
    ],
    "segments": [
      {
        "type": "line",
        "x1": 13.8564,
        "y1": 0,
        "x2": 6.9282,
        "y2": 12
      },
      {
        "type": "line",
        "x1": 6.9282,
        "y1": 12,
        "x2": -6.9282,
        "y2": 12
      },
      {
        "type": "line",
        "x1": -6.9282,
        "y1": 12,
        "x2": -13.8564,
        "y2": 0
      },
      {
        "type": "line",
        "x1": -13.8564,
        "y1": 0,
        "x2": -6.9282,
        "y2": -12
      },
      {
        "type": "line",
        "x1": -6.9282,
        "y1": -12,
        "x2": 6.9282,
        "y2": -12
      },
      {
        "type": "line",
        "x1": 6.9282,
        "y1": -12,
        "x2": 13.8564,
        "y2": 0
      }
    ]
  }
}
3
create
err
2ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "sketch_2_d",
  "name": "Hex Profile",
  "params": {
    "origin": [
      0,
      0,
      0
    ],
    "x_axis": [
      1,
      0,
      0
    ],
    "y_axis": [
      0,
      1,
      0
    ],
    "segments": [
      {
        "type": "Line",
        "x1": 13.8564,
        "y1": 0,
        "x2": 6.9282,
        "y2": 12
      },
      {
        "type": "Line",
        "x1": 6.9282,
        "y1": 12,
        "x2": -6.9282,
        "y2": 12
      },
      {
        "type": "Line",
        "x1": -6.9282,
        "y1": 12,
        "x2": -13.8564,
        "y2": 0
      },
      {
        "type": "Line",
        "x1": -13.8564,
        "y1": 0,
        "x2": -6.9282,
        "y2": -12
      },
      {
        "type": "Line",
        "x1": -6.9282,
        "y1": -12,
        "x2": 6.9282,
        "y2": -12
      },
      {
        "type": "Line",
        "x1": 6.9282,
        "y1": -12,
        "x2": 13.8564,
        "y2": 0
      }
    ]
  }
}
4
create
err
4ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "sketch_2_d",
  "name": "Hex Profile",
  "params": {
    "origin": [
      0,
      0,
      0
    ],
    "x_axis": [
      1,
      0,
      0
    ],
    "y_axis": [
      0,
      1,
      0
    ],
    "segments": [
      {
        "type": "Line",
        "start": [
          13.8564,
          0
        ],
        "end": [
          6.9282,
          12
        ]
      },
      {
        "type": "Line",
        "start": [
          6.9282,
          12
        ],
        "end": [
          -6.9282,
          12
        ]
      },
      {
        "type": "Line",
        "start": [
          -6.9282,
          12
        ],
        "end": [
          -13.8564,
          0
        ]
      },
      {
        "type": "Line",
        "start": [
          -13.8564,
          0
        ],
        "end": [
          -6.9282,
          -12
        ]
      },
      {
        "type": "Line",
        "start": [
          -6.9282,
          -12
        ],
        "end": [
          6.9282,
          -12
        ]
      },
      {
        "type": "Line",
        "start": [
          6.9282,
          -12
        ],
        "end": [
          13.8564,
          0
        ]
      }
    ]
  }
}
5
create
ok
4ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "sketch_2_d",
  "name": "Hex Profile",
  "params": {
    "origin": [
      0,
      0,
      0
    ],
    "x_dir": [
      1,
      0,
      0
    ],
    "y_dir": [
      0,
      1,
      0
    ],
    "segments": [
      {
        "type": "Line",
        "start": [
          13.8564,
          0
        ],
        "end": [
          6.9282,
          12
        ]
      },
      {
        "type": "Line",
        "start": [
          6.9282,
          12
        ],
        "end": [
          -6.9282,
          12
        ]
      },
      {
        "type": "Line",
        "start": [
          -6.9282,
          12
        ],
        "end": [
          -13.8564,
          0
        ]
      },
      {
        "type": "Line",
        "start": [
          -13.8564,
          0
        ],
        "end": [
          -6.9282,
          -12
        ]
      },
      {
        "type": "Line",
        "start": [
          -6.9282,
          -12
        ],
        "end": [
          6.9282,
          -12
        ]
      },
      {
        "type": "Line",
        "start": [
          6.9282,
          -12
        ],
        "end": [
          13.8564,
          0
        ]
      }
    ]
  }
}
6
create
ok
4ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "extrude",
  "name": "Hex Head",
  "parent_part_id": "1",
  "params": {
    "sketch": 1,
    "direction": [
      0,
      0,
      1
    ],
    "distance": 14
  }
}
7
read
ok
4ms
args
{
  "document_id": "doc_1781217732575_1"
}
8
create
err
6ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "cylinder",
  "name": "Shank Raw",
  "params": {
    "radius": 7,
    "height": 46
  }
}
9
create
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "cylinder",
  "name": "Shank Raw",
  "params": {
    "radius": 7,
    "height": 46,
    "segments": 64
  }
}
10
create
err
4ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "translate",
  "name": "Shank Placed",
  "parent_part_id": "3",
  "params": {
    "x": 0,
    "y": 0,
    "z": 14
  }
}
11
create
err
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "translate",
  "name": "Shank Placed",
  "parent_part_id": "3",
  "params": {
    "offset": [
      0,
      0,
      14
    ]
  }
}
12
create
ok
6ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "translate",
  "name": "Shank Placed",
  "parent_part_id": "3",
  "params": {
    "offset": [
      0,
      0,
      14
    ],
    "child": 3
  }
}
13
create
err
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "union",
  "name": "Bolt Blank",
  "params": {
    "a": 2,
    "b": 4
  }
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "type": "union",
  "name": "Bolt Blank",
  "params": {
    "left": 2,
    "right": 4
  }
}
15
read
ok
3ms
args
{
  "document_id": "doc_1781217732575_1"
}
16
inspect_cad
ok
36ms
args
{
  "document_id": "doc_1781217732575_1"
}
17
render_view
ok
99ms
args
{
  "document_id": "doc_1781217732575_1"
}
18
read
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "2"
}
19
update
ok
4ms
args
{
  "document_id": "doc_1781217732575_1",
  "node_id": "2",
  "params": {
    "direction": [
      0,
      0,
      14
    ]
  }
}
20
inspect_cad
ok
18ms
args
{
  "document_id": "doc_1781217732575_1"
}
21
render_view
ok
100ms
args
{
  "document_id": "doc_1781217732575_1"
}
22
delete
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "2"
}
23
delete
ok
2ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "4"
}
24
read
ok
2ms
args
{
  "document_id": "doc_1781217732575_1"
}
25
inspect_cad
ok
8ms
args
{
  "document_id": "doc_1781217732575_1"
}
26
read
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "5"
}
27
delete
ok
3ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "1"
}
28
delete
ok
1ms
args
{
  "document_id": "doc_1781217732575_1",
  "part_id": "3"
}
29
read
ok
3ms
args
{
  "document_id": "doc_1781217732575_1"
}
30
inspect_cad
ok
4ms
args
{
  "document_id": "doc_1781217732575_1"
}
31
render_view
ok
95ms
args
{
  "document_id": "doc_1781217732575_1"
}
32
get_document
ok
2ms
args
{
  "document_id": "doc_1781217732575_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T224212Z-6128.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.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": [
          0,
          0,
          14
        ]
      }
    },
    "3": {
      "id": 3,
      "name": "Shank Raw",
      "op": {
        "type": "Cylinder",
        "radius": 7,
        "height": 46,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Shank Placed",
      "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.208Z · static site, regenerate with npm run build -w @mecheval/leaderboard