← mecheval / run / a3-rotated-block-01 / claude-direct-claude-opus-4-7 / 20260428T213336Z-1ad2

run 20260428T213336Z-1ad2

a3-rotated-block-01 · claude-direct-claude-opus-4-7

Summary

statusfail
score0.00 (0/4)
submissionself-run
modelclaude-direct-claude-opus-4-7 (anthropic)
started2026-04-28T21:33:36.119Z
ended2026-04-28T21:33:40.093Z
tokens898 in · 332 out · 1,230 total
wallclock4.0s
tool calls1
task hash3fcbc632c20f9b4b…
vcad hash11c15d0e7d0a6e87…

Prompt

Make a rectangular block 40mm long (X) × 30mm wide (Y) × 20mm tall (Z), centered at the origin BEFORE any rotation. Then rotate the block about its center by 30 degrees around the Z axis (the rotation matrix Rz(30°)), and after that rotate again by 15 degrees around the X axis (Rx(15°)). Both rotations are about the origin, which is the block's center. Output a single solid.

Checks

0
valid_solid
fail
solid invalid
params + details
params: {
  "type": "valid_solid"
}

details: {
  "error": "parse: Invalid JSON vcad file: missing field `angles` at line 6 column 128",
  "reason": "fatal evaluation error"
}
1
bbox
fail
? off by 0.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -24.82,
    -24.81,
    -15.62
  ],
  "max": [
    24.82,
    24.81,
    15.62
  ],
  "tolerance_mm": 0.5
}

details: {
  "reason": "no valid solid to measure"
}
2
mass_props
fail
mass props off
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 24000,
  "center_of_mass": [
    0,
    0,
    0
  ],
  "tolerance_pct": 0.5
}

details: {
  "reason": "no valid solid to measure"
}
3
step_roundtrip
fail
STEP roundtrip failed
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 0.5
}

details: {
  "reason": "no valid solid to round-trip"
}

Tool calls

0
anthropic.messages.create
ok
3969ms
args
{
  "model": "claude-opus-4-7",
  "max_tokens": 8000,
  "system_chars": 1632,
  "user_chars": 439
}

What the model built

no render available — vcad-render did not produce geometry for this attempt

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "block", "op": {"type":"Cube", "size":{"x":40,"y":30,"z":20}} },
    "2": { "id": 2, "name": "centered", "op": {"type":"Translate", "child":1, "offset":{"x":-20,"y":-15,"z":-10}} },
    "3": { "id": 3, "name": "rotZ", "op": {"type":"Rotate", "child":2, "axis":{"x":0,"y":0,"z":1}, "angle":0.5235987755982988} },
    "4": { "id": 4, "name": "rotX", "op": {"type":"Rotate", "child":3, "axis":{"x":1,"y":0,"z":0}, "angle":0.2617993877991494} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root":4, "material":"default"}]
}

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