← mecheval / run / a6-compound-boss-01 / claude-mcp-claude-opus-4-7 / 20260612T003614Z-b522

run 20260612T003614Z-b522

a6-compound-boss-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.75 (6/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-12T00:36:14.603Z
ended2026-06-12T00:38:42.731Z
tokens731,335 in · 9,517 out · 740,852 total
wallclock147.9s
tool calls67
task hashfaa43ee084711ae5…
vcad hashb65fb080b6ecb308…

Prompt

Make a compound boss plate as a single solid. The base is a rectangular plate 120mm × 80mm × 15mm, centered in X and Y with its bottom face on the XY plane (x in [-60, 60], y in [-40, 40], z in [0, 15]). Two cylindrical bosses of diameter 30mm and height 20mm rise from the top face of the base plate: the left boss is centered at (-30, 0) and spans z in [15, 35]; the right boss is centered at (30, 0) and spans z in [15, 35]. Through each boss and through the base plate below it, drill a coaxial through-bore of diameter 16mm along the Z axis: the left bore is centered at (-30, 0) and passes through z in [0, 35]; the right bore is centered at (30, 0) and passes through z in [0, 35]. Four corner bolt holes of diameter 8mm, axes parallel to Z, pass through the base plate only (z = 0 to z = 15), at positions (50, 30), (-50, 30), (-50, -30), (50, -30). Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 13,
  "solids_produced": 13
}
1
bbox
fail
Z off by +1.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -60,
    -40,
    0
  ],
  "max": [
    60,
    40,
    35
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    60,
    40,
    36
  ],
  "actual_min": [
    -60,
    -40,
    -1
  ],
  "deviation_max": [
    0,
    0,
    1
  ],
  "deviation_min": [
    0,
    0,
    -1
  ],
  "max_abs_deviation_mm": 1,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 176.1%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 155184.95,
  "center_of_mass": [
    0,
    0,
    9.78
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      -3.1449013184109324e-15,
      0.23894682870158254,
      11.558289114502545
    ],
    "bbox_diagonal_mm": 148.89257872708095,
    "deviation": [
      -3.1449013184109324e-15,
      0.23894682870158254,
      1.7782891145025452
    ],
    "max_abs_deviation_mm": 1.7782891145025452,
    "pass": false,
    "spec": [
      0,
      0,
      9.78
    ],
    "tolerance_mm": 1.4889257872708095
  },
  "volume": {
    "actual_mm3": 428450.75633842696,
    "deviation_pct": 176.0904046032988,
    "pass": false,
    "spec_mm3": 155184.95,
    "tolerance_pct": 1
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 16,
  "expected": 2,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 2,
  "diameter_mm": 16,
  "diameter_tolerance_mm": 0.1,
  "expected": 2,
  "found": [
    [
      30,
      0,
      16
    ],
    [
      -30,
      0,
      16
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 16,
  "positions": [
    [
      -30,
      0,
      0
    ],
    [
      30,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 16,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        -30,
        0
      ],
      "pass": true,
      "spec_xy": [
        -30,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        30,
        0
      ],
      "pass": true,
      "spec_xy": [
        30,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 4,
  "diameter_mm": 8,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      50,
      30,
      8
    ],
    [
      -50,
      30,
      8
    ],
    [
      -50,
      -30,
      8
    ],
    [
      50,
      -30,
      8
    ]
  ]
}
6
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      50,
      30,
      0
    ],
    [
      -50,
      30,
      0
    ],
    [
      -50,
      -30,
      0
    ],
    [
      50,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 8,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        50,
        30
      ],
      "pass": true,
      "spec_xy": [
        50,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -50,
        30
      ],
      "pass": true,
      "spec_xy": [
        -50,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -50,
        -30
      ],
      "pass": true,
      "spec_xy": [
        -50,
        -30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        50,
        -30
      ],
      "pass": true,
      "spec_xy": [
        50,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
7
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -22,
          8,
          36
        ],
        "original_min": [
          -38,
          -8,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          -22,
          8,
          36
        ],
        "roundtripped_min": [
          -38,
          -8,
          -1
        ],
        "tolerance_mm": 0.4337049688440288
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152810146988234,
        "original_mm3": 7427.346706685945,
        "pass": true,
        "roundtripped_mm3": 7391.581945099654
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          38,
          8,
          36
        ],
        "original_min": [
          22,
          -8,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          38,
          8,
          36
        ],
        "roundtripped_min": [
          22,
          -8,
          -1
        ],
        "tolerance_mm": 0.4337049688440288
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152810146985775,
        "original_mm3": 7427.346706685946,
        "pass": true,
        "roundtripped_mm3": 7391.581945099657
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          34,
          16
        ],
        "original_min": [
          46,
          26,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          34,
          16
        ],
        "roundtripped_min": [
          46,
          26,
          -1
        ],
        "tolerance_mm": 0.2042057785666214
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 849.0331402058291,
        "pass": true,
        "roundtripped_mm3": 849.0331402058291
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -46,
          34,
          16
        ],
        "original_min": [
          -54,
          26,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          -46,
          34,
          16
        ],
        "roundtripped_min": [
          -54,
          26,
          -1
        ],
        "tolerance_mm": 0.2042057785666214
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 849.0331402058291,
        "pass": true,
        "roundtripped_mm3": 849.0331402058291
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -46,
          -26,
          16
        ],
        "original_min": [
          -54,
          -34,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          -46,
          -26,
          16
        ],
        "roundtripped_min": [
          -54,
          -34,
          -1
        ],
        "tolerance_mm": 0.2042057785666214
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 849.0331402058291,
        "pass": true,
        "roundtripped_mm3": 849.0331402058291
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          -26,
          16
        ],
        "original_min": [
          46,
          -34,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          -26,
          16
        ],
        "roundtripped_min": [
          46,
          -34,
          -1
        ],
        "tolerance_mm": 0.2042057785666214
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 849.0331402058291,
        "pass": true,
        "roundtripped_mm3": 849.0331402058291
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          40,
          35
        ],
        "original_min": [
          -60,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          40,
          35
        ],
        "roundtripped_min": [
          -60,
          -40,
          0
        ],
        "tolerance_mm": 1.484082207965583
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0.09865537446348245,
        "original_mm3": 172228.9373106514,
        "pass": true,
        "roundtripped_mm3": 172059.0242076131
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          38,
          8,
          36
        ],
        "original_min": [
          -38,
          -8,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          38,
          8,
          36
        ],
        "roundtripped_min": [
          -38,
          -8,
          -1
        ],
        "tolerance_mm": 0.8602906485601247
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815281014697968,
        "original_mm3": 14854.693413371884,
        "pass": true,
        "roundtripped_mm3": 14783.163890199316
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          34,
          36
        ],
        "original_min": [
          -38,
          -8,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          34,
          36
        ],
        "roundtripped_min": [
          -38,
          -8,
          -1
        ],
        "tolerance_mm": 1.0768936809174805
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152802359138336,
        "original_mm3": 15707.834656174018,
        "pass": true,
        "roundtripped_mm3": 15632.197030405141
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          34,
          36
        ],
        "original_min": [
          -54,
          -8,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          34,
          36
        ],
        "roundtripped_min": [
          -54,
          -8,
          -1
        ],
        "tolerance_mm": 1.2164292005702593
      },
      "index": 9,
      "pass": true,
      "volume": {
        "deviation_pct": 0.481527953736829,
        "original_mm3": 16560.97589897615,
        "pass": true,
        "roundtripped_mm3": 16481.23017061096
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          34,
          36
        ],
        "original_min": [
          -54,
          -34,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          34,
          36
        ],
        "roundtripped_min": [
          -54,
          -34,
          -1
        ],
        "tolerance_mm": 1.3287964479181904
      },
      "index": 10,
      "pass": true,
      "volume": {
        "deviation_pct": 0.481527890726824,
        "original_mm3": 17414.117141778286,
        "pass": true,
        "roundtripped_mm3": 17330.263310816783
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          54,
          34,
          36
        ],
        "original_min": [
          -54,
          -34,
          -1
        ],
        "pass": true,
        "roundtripped_max": [
          54,
          34,
          36
        ],
        "roundtripped_min": [
          -54,
          -34,
          -1
        ],
        "tolerance_mm": 1.3287964479181904
      },
      "index": 11,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815278336023494,
        "original_mm3": 18267.25838458042,
        "pass": true,
        "roundtripped_mm3": 18179.296451022605
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          40,
          35
        ],
        "original_min": [
          -60,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          40,
          35
        ],
        "roundtripped_min": [
          -60,
          -40,
          0
        ],
        "tolerance_mm": 1.484082207965583
      },
      "index": 12,
      "pass": true,
      "volume": {
        "deviation_pct": 0.07420323183619656,
        "original_mm3": 155166.11355869958,
        "pass": true,
        "roundtripped_mm3": 155050.9752877244
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
4ms
args
{
  "source": "[let\n  [let base [translate -60 -40 0 [cube 120 80 15]]\n   [let boss-l [translate -30 0 15 [cylinder 15 20]]\n    [let boss-r [translate 30 0 15 [cylinder 15 20]]\n     [let body [union boss-l [union boss-r base]]\n      [let bore-l [translate -30 0 -1 [cylinder 8 37]]\n       [let bore-r [translate 30 0 -1 [cylinder 8 37]]\n        [let bolt1 [translate 50 30 -1 [cylinder 4 17]]\n         [let bolt2 [translate -50 30 -1 [cylinder 4 17]]\n          [let bolt3 [translate -50 -30 -1 [cylinder 4 17]]\n           [let bolt4 [translate 50 -30 -1 [cylinder 4 17]]\n            [difference bore-l\n             [difference bore-r\n              [difference bolt1\n               [difference bolt2\n                [difference bolt3\n                 [difference bolt4 body]]]]]]]]]]]]]]]]]]\n  [root body \"steel\"]]",
  "format": "json"
}
2
create
ok
8ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cube",
  "name": "base",
  "params": {
    "size": [
      120,
      80,
      15
    ],
    "position": [
      -60,
      -40,
      0
    ]
  }
}
3
read
ok
3ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "1"
}
4
delete
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "1"
}
5
create_cad_loon
ok
5ms
args
{
  "source": "[let base [translate -60 -40 0 [cube 120 80 15]]\n[let bossL [translate -30 0 15 [cylinder 15 20]]\n[let bossR [translate 30 0 15 [cylinder 15 20]]\n[let body [union bossL [union bossR base]]\n[let boreL [translate -30 0 -1 [cylinder 8 37]]\n[let boreR [translate 30 0 -1 [cylinder 8 37]]\n[let b1 [translate 50 30 -1 [cylinder 4 17]]\n[let b2 [translate -50 30 -1 [cylinder 4 17]]\n[let b3 [translate -50 -30 -1 [cylinder 4 17]]\n[let b4 [translate 50 -30 -1 [cylinder 4 17]]\n[let holes [union boreL [union boreR [union b1 [union b2 [union b3 b4]]]]]\n[let final [difference holes body]\n[root final \"steel\"]]]]]]]]]]]]]",
  "format": "json"
}
6
create
ok
3ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cube",
  "name": "base_raw",
  "params": {
    "size": [
      120,
      80,
      15
    ]
  }
}
7
create
err
4ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "name": "base",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -60,
      -40,
      0
    ]
  }
}
8
read
ok
2ms
args
{
  "document_id": "doc_1781224574848_1"
}
9
delete
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "1"
}
10
create_cad_loon
ok
5ms
args
{
  "source": "[root\n  [difference\n    [union\n      [translate -30 0 -1 [cylinder 8 37]]\n      [union\n        [translate 30 0 -1 [cylinder 8 37]]\n        [union\n          [translate 50 30 -1 [cylinder 4 17]]\n          [union\n            [translate -50 30 -1 [cylinder 4 17]]\n            [union\n              [translate -50 -30 -1 [cylinder 4 17]]\n              [translate 50 -30 -1 [cylinder 4 17]]]]]]]\n    [union\n      [translate -60 -40 0 [cube 120 80 15]]\n      [union\n        [translate -30 0 15 [cylinder 15 20]]\n        [translate 30 0 15 [cylinder 15 20]]]]]\n  \"steel\"]",
  "format": "json"
}
11
create
ok
3ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cube",
  "params": {
    "size": [
      120,
      80,
      15
    ]
  }
}
12
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 15,
    "height": 20
  }
}
13
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 15,
    "height": 20
  }
}
14
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 8,
    "height": 37
  }
}
15
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 8,
    "height": 37
  }
}
16
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 17
  }
}
17
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 17
  }
}
18
create
err
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 17
  }
}
19
create
err
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 17
  }
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "1"
}
21
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cube",
  "name": "base_raw",
  "params": {
    "size": [
      120,
      80,
      15
    ]
  }
}
22
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "bossL_raw",
  "params": {
    "radius": 15,
    "height": 20,
    "segments": 64
  }
}
23
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "bossR_raw",
  "params": {
    "radius": 15,
    "height": 20,
    "segments": 64
  }
}
24
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "boreL_raw",
  "params": {
    "radius": 8,
    "height": 37,
    "segments": 64
  }
}
25
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "boreR_raw",
  "params": {
    "radius": 8,
    "height": 37,
    "segments": 64
  }
}
26
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "b1_raw",
  "params": {
    "radius": 4,
    "height": 17,
    "segments": 32
  }
}
27
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "b2_raw",
  "params": {
    "radius": 4,
    "height": 17,
    "segments": 32
  }
}
28
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "b3_raw",
  "params": {
    "radius": 4,
    "height": 17,
    "segments": 32
  }
}
29
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "cylinder",
  "name": "b4_raw",
  "params": {
    "radius": 4,
    "height": 17,
    "segments": 32
  }
}
30
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "name": "base_t",
  "parent_part_id": "1",
  "params": {
    "offset": [
      -60,
      -40,
      0
    ],
    "child": 1
  }
}
31
read
ok
1ms
args
{
  "document_id": "doc_1781224574848_1"
}
32
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "2",
  "params": {
    "offset": [
      -30,
      0,
      15
    ],
    "child": 2
  }
}
33
create
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "3",
  "params": {
    "offset": [
      30,
      0,
      15
    ],
    "child": 3
  }
}
34
create
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "4",
  "params": {
    "offset": [
      -30,
      0,
      -1
    ],
    "child": 4
  }
}
35
create
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "5",
  "params": {
    "offset": [
      30,
      0,
      -1
    ],
    "child": 5
  }
}
36
create
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "6",
  "params": {
    "offset": [
      50,
      30,
      -1
    ],
    "child": 6
  }
}
37
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "7",
  "params": {
    "offset": [
      -50,
      30,
      -1
    ],
    "child": 7
  }
}
38
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "8",
  "params": {
    "offset": [
      -50,
      -30,
      -1
    ],
    "child": 8
  }
}
39
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "translate",
  "parent_part_id": "9",
  "params": {
    "offset": [
      50,
      -30,
      -1
    ],
    "child": 9
  }
}
40
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 10,
    "right": 11
  }
}
41
read
ok
1ms
args
{
  "document_id": "doc_1781224574848_1"
}
42
read
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "19"
}
43
create
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 19,
    "right": 12
  }
}
44
read
ok
2ms
args
{
  "document_id": "doc_1781224574848_1"
}
45
get_document
ok
1ms
args
{
  "document_id": "doc_1781224574848_1"
}
46
delete
ok
3ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "1"
}
47
delete
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "2"
}
48
delete
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "3"
}
49
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "4"
}
50
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "5"
}
51
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "6"
}
52
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "7"
}
53
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "8"
}
54
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "9"
}
55
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "10"
}
56
delete
ok
0ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "11"
}
57
delete
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "12"
}
58
delete
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "part_id": "19"
}
59
get_document
ok
1ms
args
{
  "document_id": "doc_1781224574848_1"
}
60
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 13,
    "right": 14
  }
}
61
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 21,
    "right": 15
  }
}
62
create
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 22,
    "right": 16
  }
}
63
create
ok
1ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 23,
    "right": 17
  }
}
64
create
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "union",
  "params": {
    "left": 24,
    "right": 18
  }
}
65
create
ok
2ms
args
{
  "document_id": "doc_1781224574848_1",
  "type": "difference",
  "params": {
    "left": 20,
    "right": 25
  }
}
66
get_document
ok
0ms
args
{
  "document_id": "doc_1781224574848_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260612T003614Z-b522.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 15
        }
      }
    },
    "2": {
      "id": 2,
      "name": "bossL_raw",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 20,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "bossR_raw",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 20,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "boreL_raw",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 37,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "boreR_raw",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 37,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": "b1_raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "b2_raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "b3_raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "b4_raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "base_t",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 15
        }
      }
    },
    "12": {
      "id": 12,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 30,
          "y": 0,
          "z": 15
        }
      }
    },
    "13": {
      "id": 13,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -30,
          "y": 0,
          "z": -1
        }
      }
    },
    "14": {
      "id": 14,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 30,
          "y": 0,
          "z": -1
        }
      }
    },
    "15": {
      "id": 15,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 50,
          "y": 30,
          "z": -1
        }
      }
    },
    "16": {
      "id": 16,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -50,
          "y": 30,
          "z": -1
        }
      }
    },
    "17": {
      "id": 17,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -50,
          "y": -30,
          "z": -1
        }
      }
    },
    "18": {
      "id": 18,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": 50,
          "y": -30,
          "z": -1
        }
      }
    },
    "19": {
      "id": 19,
      "name": null,
      "op": {
        "type": "Union",
        "left": 10,
        "right": 11
      }
    },
    "20": {
      "id": 20,
      "name": null,
      "op": {
        "type": "Union",
        "left": 19,
        "right": 12
      }
    },
    "21": {
      "id": 21,
      "name": null,
      "op": {
        "type": "Union",
        "left": 13,
        "right": 14
      }
    },
    "22": {
      "id": 22,
      "name": null,
      "op": {
        "type": "Union",
        "left": 21,
        "right": 15
      }
    },
    "23": {
      "id": 23,
      "name": null,
      "op": {
        "type": "Union",
        "left": 22,
        "right": 16
      }
    },
    "24": {
      "id": 24,
      "name": null,
      "op": {
        "type": "Union",
        "left": 23,
        "right": 17
      }
    },
    "25": {
      "id": 25,
      "name": null,
      "op": {
        "type": "Union",
        "left": 24,
        "right": 18
      }
    },
    "26": {
      "id": 26,
      "name": null,
      "op": {
        "type": "Difference",
        "left": 20,
        "right": 25
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 13,
      "material": "default"
    },
    {
      "root": 14,
      "material": "default"
    },
    {
      "root": 15,
      "material": "default"
    },
    {
      "root": 16,
      "material": "default"
    },
    {
      "root": 17,
      "material": "default"
    },
    {
      "root": 18,
      "material": "default"
    },
    {
      "root": 20,
      "material": "default"
    },
    {
      "root": 21,
      "material": "default"
    },
    {
      "root": 22,
      "material": "default"
    },
    {
      "root": 23,
      "material": "default"
    },
    {
      "root": 24,
      "material": "default"
    },
    {
      "root": 25,
      "material": "default"
    },
    {
      "root": 26,
      "material": "default"
    }
  ]
}

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