← mecheval / run / a2-finned-block-01 / claude-mcp-claude-opus-4-7 / 20260611T173715Z-952d

run 20260611T173715Z-952d

a2-finned-block-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:37:15.387Z
ended2026-06-11T17:38:41.549Z
tokens379,679 in · 5,381 out · 385,060 total
wallclock86.1s
tool calls37
task hash279a65e8e81b3007…
vcad hashe0c85a1fb5b47f54…

Prompt

Make a finned block. Base: a rectangular plate 50mm long (X) × 30mm wide (Y) × 5mm thick (Z), centered in X and Y, with the bottom face on the XY plane (z = 0 to z = 5). Three rectangular fins stand on top of the base, each 50mm long in X, 3mm thick in Y, and 15mm tall in Z (z = 5 to z = 20). The fins are centered on y = -10, y = 0, and y = 10 (each fin spans 1.5mm to either side of its centerline). 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": [
    -25,
    -15,
    0
  ],
  "max": [
    25,
    15,
    20
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    25,
    15,
    20
  ],
  "actual_min": [
    -25,
    -15,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 14250,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 14250,
    "deviation_pct": 0,
    "pass": true,
    "spec_mm3": 14250,
    "tolerance_pct": 0.5
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          25,
          15,
          20
        ],
        "original_min": [
          -25,
          -15,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          25,
          15,
          20
        ],
        "roundtripped_min": [
          -25,
          -15,
          0
        ],
        "tolerance_mm": 0.3082207001484488
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 14250,
        "pass": true,
        "roundtripped_mm3": 14250
      }
    }
  ],
  "tolerance_pct": 0.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "union",
  "name": "Finned Block",
  "params": {
    "children": [
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -15,
          "z": 0,
          "child": {
            "type": "cube",
            "params": {
              "x": 50,
              "y": 30,
              "z": 5
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -11.5,
          "z": 5,
          "child": {
            "type": "cube",
            "params": {
              "x": 50,
              "y": 3,
              "z": 15
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": -1.5,
          "z": 5,
          "child": {
            "type": "cube",
            "params": {
              "x": 50,
              "y": 3,
              "z": 15
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -25,
          "y": 8.5,
          "z": 5,
          "child": {
            "type": "cube",
            "params": {
              "x": 50,
              "y": 3,
              "z": 15
            }
          }
        }
      }
    ]
  }
}
2
create_cad_loon
ok
12ms
args
{
  "source": "[root\n  [union\n    [translate -25 -15 0 [cube 50 30 5]]\n    [union\n      [translate -25 -11.5 5 [cube 50 3 15]]\n      [union\n        [translate -25 -1.5 5 [cube 50 3 15]]\n        [translate -25 8.5 5 [cube 50 3 15]]]]]\n  \"steel\"]",
  "format": "json"
}
3
create
ok
3ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "cube",
  "name": "base",
  "params": {
    "size": {
      "x": 50,
      "y": 30,
      "z": 5
    }
  }
}
4
read
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "1"
}
5
delete
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "1"
}
6
create
err
4ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "base",
  "params": {
    "offset": {
      "x": -25,
      "y": -15,
      "z": 0
    },
    "child": {
      "type": "cube",
      "params": {
        "size": {
          "x": 50,
          "y": 30,
          "z": 5
        }
      }
    }
  }
}
7
create
err
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_-10",
  "params": {
    "offset": {
      "x": -25,
      "y": -11.5,
      "z": 5
    },
    "child": {
      "type": "cube",
      "params": {
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    }
  }
}
8
create
err
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_0",
  "params": {
    "offset": {
      "x": -25,
      "y": -1.5,
      "z": 5
    },
    "child": {
      "type": "cube",
      "params": {
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    }
  }
}
9
create
err
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_10",
  "params": {
    "offset": {
      "x": -25,
      "y": 8.5,
      "z": 5
    },
    "child": {
      "type": "cube",
      "params": {
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    }
  }
}
10
create
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "cube",
  "name": "base_cube",
  "params": {
    "size": {
      "x": 50,
      "y": 30,
      "z": 5
    }
  }
}
11
create
ok
3ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "cube",
  "name": "fin_cube_a",
  "params": {
    "size": {
      "x": 50,
      "y": 3,
      "z": 15
    }
  }
}
12
create
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "cube",
  "name": "fin_cube_b",
  "params": {
    "size": {
      "x": 50,
      "y": 3,
      "z": 15
    }
  }
}
13
create
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "cube",
  "name": "fin_cube_c",
  "params": {
    "size": {
      "x": 50,
      "y": 3,
      "z": 15
    }
  }
}
14
create
ok
4ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "base_t",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -25,
      "y": -15,
      "z": 0
    },
    "child": 1
  }
}
15
create
ok
3ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_a_t",
  "parent_part_id": "2",
  "params": {
    "offset": {
      "x": -25,
      "y": -11.5,
      "z": 5
    },
    "child": 2
  }
}
16
create
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_b_t",
  "parent_part_id": "3",
  "params": {
    "offset": {
      "x": -25,
      "y": -1.5,
      "z": 5
    },
    "child": 3
  }
}
17
create
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "translate",
  "name": "fin_c_t",
  "parent_part_id": "4",
  "params": {
    "offset": {
      "x": -25,
      "y": 8.5,
      "z": 5
    },
    "child": 4
  }
}
18
read
ok
3ms
args
{
  "document_id": "doc_1781199435580_1"
}
19
create
ok
3ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "union",
  "name": "u1",
  "params": {
    "left": 5,
    "right": 6
  }
}
20
read
ok
2ms
args
{
  "document_id": "doc_1781199435580_1"
}
21
get_document
ok
1ms
args
{
  "document_id": "doc_1781199435580_1"
}
22
create
ok
6ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "union",
  "name": "u2",
  "params": {
    "left": 9,
    "right": 7
  }
}
23
create
ok
3ms
args
{
  "document_id": "doc_1781199435580_1",
  "type": "union",
  "name": "FinnedBlock",
  "params": {
    "left": 10,
    "right": 8
  }
}
24
delete
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "1"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "2"
}
26
delete
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "3"
}
27
delete
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "4"
}
28
delete
ok
2ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "5"
}
29
delete
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "6"
}
30
delete
ok
1ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "7"
}
31
delete
ok
0ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "8"
}
32
delete
ok
0ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "9"
}
33
delete
ok
0ms
args
{
  "document_id": "doc_1781199435580_1",
  "part_id": "10"
}
34
get_document
ok
1ms
args
{
  "document_id": "doc_1781199435580_1"
}
35
render_view
ok
105ms
args
{
  "document_id": "doc_1781199435580_1"
}
36
get_document
ok
2ms
args
{
  "document_id": "doc_1781199435580_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": "fin_cube_a",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "3": {
      "id": 3,
      "name": "fin_cube_b",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "4": {
      "id": 4,
      "name": "fin_cube_c",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "5": {
      "id": 5,
      "name": "base_t",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -25,
          "y": -15,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "fin_a_t",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -25,
          "y": -11.5,
          "z": 5
        }
      }
    },
    "7": {
      "id": 7,
      "name": "fin_b_t",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -25,
          "y": -1.5,
          "z": 5
        }
      }
    },
    "8": {
      "id": 8,
      "name": "fin_c_t",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -25,
          "y": 8.5,
          "z": 5
        }
      }
    },
    "9": {
      "id": 9,
      "name": "u1",
      "op": {
        "type": "Union",
        "left": 5,
        "right": 6
      }
    },
    "10": {
      "id": 10,
      "name": "u2",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 7
      }
    },
    "11": {
      "id": 11,
      "name": "FinnedBlock",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 8
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    }
  ]
}

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