← mecheval / run / a3-three-tangent-cylinders-01 / claude-direct-claude-sonnet-4-6 / 20260428T232926Z-6694

run 20260428T232926Z-6694

a3-three-tangent-cylinders-01 · claude-direct-claude-sonnet-4-6

Summary

statusPASS
score1.00 (4/4)
submissionself-run
modelclaude-direct-claude-sonnet-4-6 (anthropic)
started2026-04-28T23:29:26.172Z
ended2026-04-28T23:29:40.641Z
tokens764 in · 939 out · 1,703 total
wallclock14.4s
tool calls1
task hash4bf52e7ac1c38ed5…
vcad hash7932567001a434a7…

Prompt

Make a single solid that is the union of three identical cylinders arranged so they are all mutually externally tangent (each cylinder touches each of the other two at exactly one tangent line). Each cylinder has outside diameter 20mm, length 30mm, axis along Z, base on the XY plane (z = 0 to z = 30). Place the three cylinder axes at the vertices of an equilateral triangle in the XY plane such that adjacent axes are exactly 20mm apart (so the cylinders are externally tangent — outer surfaces touch but do not overlap). Center the arrangement on the Z axis (the centroid of the three axes is at (0, 0)), with one cylinder axis on the +Y side directly above the centroid. 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": [
    -20,
    -15.77,
    0
  ],
  "max": [
    20,
    21.55,
    30
  ],
  "tolerance_mm": 0.3
}

details: {
  "actual_max": [
    20,
    21.547000885009766,
    30
  ],
  "actual_min": [
    -20,
    -15.773500442504883,
    0
  ],
  "deviation_max": [
    0,
    -0.0029991149902350855,
    0
  ],
  "deviation_min": [
    0,
    -0.003500442504883239,
    0
  ],
  "max_abs_deviation_mm": 0.003500442504883239,
  "tolerance_mm": 0.3
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 28274.33,
  "tolerance_pct": 1
}

details: {
  "volume": {
    "actual_mm3": 28228.936646380385,
    "deviation_pct": 0.16054616897948204,
    "pass": true,
    "spec_mm3": 28274.33,
    "tolerance_pct": 1
  }
}
3
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          20,
          21.547000885009766,
          30
        ],
        "original_min": [
          -20,
          -15.773500442504883,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          20,
          21.547000885009766,
          30
        ],
        "roundtripped_min": [
          -20,
          -15.773500442504883,
          0
        ],
        "tolerance_mm": 0.6239246604628658
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815258437443128,
        "original_mm3": 28228.936646380385,
        "pass": true,
        "roundtripped_mm3": 28093.007021013855
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
anthropic.messages.create
ok
14420ms
args
{
  "model": "claude-sonnet-4-6",
  "max_tokens": 8000,
  "system_chars": 1674,
  "user_chars": 769
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260428T232926Z-6694.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "cyl1", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "2": { "id": 2, "name": "cyl1_placed", "op": {"type":"Translate","child":1,"offset":{"x":0.0,"y":11.5470,"z":0.0}} },
    "3": { "id": 3, "name": "cyl2", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "4": { "id": 4, "name": "cyl2_placed", "op": {"type":"Translate","child":3,"offset":{"x":-10.0,"y":-5.7735,"z":0.0}} },
    "5": { "id": 5, "name": "cyl3", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "6": { "id": 6, "name": "cyl3_placed", "op": {"type":"Translate","child":5,"offset":{"x":10.0,"y":-5.7735,"z":0.0}} },
    "7": { "id": 7, "name": "union_12", "op": {"type":"Union","left":2,"right":4} },
    "8": { "id": 8, "name": "union_all", "op": {"type":"Union","left":7,"right":6} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 8, "material": "default" }]
}

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