← mecheval / run / a5-lightened-disc-01 / claude-mcp-claude-opus-4-7 / 20260611T224823Z-89f4

run 20260611T224823Z-89f4

a5-lightened-disc-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.88 (7/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:48:23.108Z
ended2026-06-11T22:52:39.413Z
tokens593,104 in · 7,125 out · 600,229 total
wallclock256.0s
tool calls43
task hash06516ef0f89da8d5…
vcad hasha9d4165e1ab70ffc…

Prompt

Make a lightened disc as a single solid. The outer disc is a cylinder of diameter 120mm and height 15mm, base on the XY plane (z = 0 to z = 15), centered on the Z axis. Subtract a central through-bore of diameter 22mm along the Z axis. Subtract six through-holes of diameter 16mm, axes parallel to Z, arranged on a bolt circle of diameter 76mm (radius 38mm) centered on the Z axis, evenly spaced every 60 degrees with the first hole on the +X axis: positions (38, 0), (19, 32.909), (-19, 32.909), (-38, 0), (-19, -32.909), (19, -32.909). All holes pass through the full disc height (z = 0 to z = 15). Output a single solid.

Checks

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

details: {
  "root_count": 15,
  "solids_produced": 15
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -60,
    -60,
    0
  ],
  "max": [
    60,
    60,
    15
  ],
  "tolerance_mm": 0.2
}

details: {
  "actual_max": [
    60,
    60,
    15
  ],
  "actual_min": [
    -60,
    -60,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.2
}
2
mass_props
fail
volume off by 184.7%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 145848.66,
  "center_of_mass": [
    0,
    0,
    7.5
  ],
  "tolerance_pct": 1.5
}

details: {
  "center_of_mass": {
    "actual": [
      0.8257337192524753,
      1.4302142369876971,
      7.500000000000017
    ],
    "bbox_diagonal_mm": 170.36725037400822,
    "deviation": [
      0.8257337192524753,
      1.4302142369876971,
      1.687538997430238e-14
    ],
    "max_abs_deviation_mm": 1.4302142369876971,
    "pass": true,
    "spec": [
      0,
      0,
      7.5
    ],
    "tolerance_mm": 2.555508755610123
  },
  "volume": {
    "actual_mm3": 415188.1717751067,
    "deviation_pct": 184.67054258510615,
    "pass": false,
    "spec_mm3": 145848.66,
    "tolerance_pct": 1.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 22,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

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

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

details: {
  "actual": 6,
  "diameter_mm": 16,
  "diameter_tolerance_mm": 0.05,
  "expected": 6,
  "found": [
    [
      38,
      0,
      16
    ],
    [
      19,
      32.909,
      16
    ],
    [
      -19,
      32.909,
      16
    ],
    [
      -38,
      0,
      16
    ],
    [
      -19,
      -32.909,
      16
    ],
    [
      19,
      -32.909,
      16
    ]
  ]
}
6
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 16,
  "positions": [
    [
      38,
      0,
      0
    ],
    [
      19,
      32.909,
      0
    ],
    [
      -19,
      32.909,
      0
    ],
    [
      -38,
      0,
      0
    ],
    [
      -19,
      -32.909,
      0
    ],
    [
      19,
      -32.909,
      0
    ]
  ],
  "tolerance_mm": 0.3
}

details: {
  "diameter_mm": 16,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        38,
        0
      ],
      "pass": true,
      "spec_xy": [
        38,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        19,
        32.909
      ],
      "pass": true,
      "spec_xy": [
        19,
        32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -19,
        32.909
      ],
      "pass": true,
      "spec_xy": [
        -19,
        32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -38,
        0
      ],
      "pass": true,
      "spec_xy": [
        -38,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -19,
        -32.909
      ],
      "pass": true,
      "spec_xy": [
        -19,
        -32.909
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        19,
        -32.909
      ],
      "pass": true,
      "spec_xy": [
        19,
        -32.909
      ]
    }
  ],
  "tolerance_mm": 0.3,
  "unmatched_extras": []
}
7
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1.5
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          60,
          15
        ],
        "original_min": [
          -60,
          -60,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          60,
          15
        ],
        "roundtripped_min": [
          -60,
          -60,
          0
        ],
        "tolerance_mm": 2.555508755610123
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.48152593655421533,
        "original_mm3": 169373.6190952987,
        "pass": true,
        "roundtripped_mm3": 168558.0411896743
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          11,
          11,
          15
        ],
        "original_min": [
          -11,
          -11,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          11,
          11,
          15
        ],
        "roundtripped_min": [
          -11,
          -11,
          0
        ],
        "tolerance_mm": 0.5180974811751162
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0.3569990574814575,
        "original_mm3": 5685.720912580473,
        "pass": true,
        "roundtripped_mm3": 5665.4229425115345
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          8,
          8,
          15
        ],
        "original_min": [
          -8,
          -8,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          8,
          8,
          15
        ],
        "roundtripped_min": [
          -8,
          -8,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5872361601905,
        "pass": true,
        "roundtripped_mm3": 2996.5872361601905
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          8,
          15
        ],
        "original_min": [
          30,
          -8,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          8,
          15
        ],
        "roundtripped_min": [
          30,
          -8,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5871777164098,
        "pass": true,
        "roundtripped_mm3": 2996.5871777164098
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          27,
          40.909000396728516,
          15
        ],
        "original_min": [
          11,
          24.909000396728516,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          27,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          11,
          24.909000396728516,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.587494913412,
        "pass": true,
        "roundtripped_mm3": 2996.587494913412
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -11,
          40.909000396728516,
          15
        ],
        "original_min": [
          -27,
          24.909000396728516,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -11,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          -27,
          24.909000396728516,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5874949134086,
        "pass": true,
        "roundtripped_mm3": 2996.5874949134086
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -30,
          8,
          15
        ],
        "original_min": [
          -46,
          -8,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -30,
          8,
          15
        ],
        "roundtripped_min": [
          -46,
          -8,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5871777164107,
        "pass": true,
        "roundtripped_mm3": 2996.5871777164107
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -11,
          -24.909000396728516,
          15
        ],
        "original_min": [
          -27,
          -40.909000396728516,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -11,
          -24.909000396728516,
          15
        ],
        "roundtripped_min": [
          -27,
          -40.909000396728516,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5874949134104,
        "pass": true,
        "roundtripped_mm3": 2996.5874949134104
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          27,
          -24.909000396728516,
          15
        ],
        "original_min": [
          11,
          -40.909000396728516,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          27,
          -24.909000396728516,
          15
        ],
        "roundtripped_min": [
          11,
          -40.909000396728516,
          0
        ],
        "tolerance_mm": 0.4072161588149468
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 2996.5874949134104,
        "pass": true,
        "roundtripped_mm3": 2996.5874949134104
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          11,
          15
        ],
        "original_min": [
          -11,
          -11,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          11,
          15
        ],
        "roundtripped_min": [
          -11,
          -11,
          0
        ],
        "tolerance_mm": 0.9436895676015498
      },
      "index": 9,
      "pass": true,
      "volume": {
        "deviation_pct": 0.35700075013023613,
        "original_mm3": 8693.044353780098,
        "pass": true,
        "roundtripped_mm3": 8662.01012022795
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          40.909000396728516,
          15
        ],
        "original_min": [
          -11,
          -11,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          -11,
          -11,
          0
        ],
        "tolerance_mm": 1.1781012148759549
      },
      "index": 10,
      "pass": true,
      "volume": {
        "deviation_pct": 0.3569986308764496,
        "original_mm3": 11700.367767880198,
        "pass": true,
        "roundtripped_mm3": 11658.597615141356
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          40.909000396728516,
          15
        ],
        "original_min": [
          -27,
          -11,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          -27,
          -11,
          0
        ],
        "tolerance_mm": 1.3623224554018776
      },
      "index": 11,
      "pass": true,
      "volume": {
        "deviation_pct": 0.3569973782824013,
        "original_mm3": 14707.691181980308,
        "pass": true,
        "roundtripped_mm3": 14655.185110054766
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          40.909000396728516,
          15
        ],
        "original_min": [
          -46,
          -11,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          -46,
          -11,
          0
        ],
        "tolerance_mm": 1.6004054087924726
      },
      "index": 12,
      "pass": true,
      "volume": {
        "deviation_pct": 0.35699849395543215,
        "original_mm3": 17715.014623179904,
        "pass": true,
        "roundtripped_mm3": 17651.772287771168
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          46,
          40.909000396728516,
          15
        ],
        "original_min": [
          -46,
          -40.909000396728516,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          46,
          40.909000396728516,
          15
        ],
        "roundtripped_min": [
          -46,
          -40.909000396728516,
          0
        ],
        "tolerance_mm": 1.8604345412063228
      },
      "index": 13,
      "pass": true,
      "volume": {
        "deviation_pct": 0.35699762479671926,
        "original_mm3": 20722.338037280013,
        "pass": true,
        "roundtripped_mm3": 20648.359782684576
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          60,
          15
        ],
        "original_min": [
          -60,
          -60,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          60,
          15
        ],
        "roundtripped_min": [
          -60,
          -60,
          0
        ],
        "tolerance_mm": 2.555508755610123
      },
      "index": 14,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5077154945251974,
        "original_mm3": 145614.26423188046,
        "pass": true,
        "roundtripped_mm3": 144874.95805013634
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Outer Disc",
  "params": {
    "radius": 60,
    "height": 15
  }
}
2
create_cad_loon
ok
11ms
args
{
  "source": "\n[let disc [cylinder 60 15]\n[let bore [cylinder 11 15]\n[let h0 [translate 38 0 0 [cylinder 8 15]]\n[let h1 [translate 19 32.909 0 [cylinder 8 15]]\n[let h2 [translate -19 32.909 0 [cylinder 8 15]]\n[let h3 [translate -38 0 0 [cylinder 8 15]]\n[let h4 [translate -19 -32.909 0 [cylinder 8 15]]\n[let h5 [translate 19 -32.909 0 [cylinder 8 15]]\n[difference h5 [difference h4 [difference h3 [difference h2 [difference h1 [difference h0 [difference bore disc]]]]]]]\n]]]]]]]]\n",
  "format": "json"
}
3
create
ok
4ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Disc Body",
  "params": {
    "radius": 60,
    "height": 15,
    "segments": 64
  }
}
4
create
ok
6ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Center Bore",
  "parent_part_id": "1",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 48
  }
}
5
read
ok
3ms
args
{
  "document_id": "doc_1781218103276_1"
}
6
read
ok
6ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "1"
}
7
delete
ok
4ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "2"
}
8
delete
ok
5ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "1"
}
9
create
err
4ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "difference",
  "name": "Lightened Disc",
  "params": {
    "children": [
      {
        "type": "cylinder",
        "params": {
          "radius": 60,
          "height": 15,
          "segments": 64
        }
      },
      {
        "type": "cylinder",
        "params": {
          "radius": 11,
          "height": 15,
          "segments": 48
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 38,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 19,
          "y": 32.909,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -19,
          "y": 32.909,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -38,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -19,
          "y": -32.909,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 19,
          "y": -32.909,
          "z": 0,
          "child": {
            "type": "cylinder",
            "params": {
              "radius": 8,
              "height": 15,
              "segments": 32
            }
          }
        }
      }
    ]
  }
}
10
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Disc",
  "params": {
    "radius": 60,
    "height": 15,
    "segments": 64
  }
}
11
create
err
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "difference",
  "name": "Bore",
  "parent_part_id": "1",
  "params": {
    "right": {
      "type": "cylinder",
      "params": {
        "radius": 11,
        "height": 15,
        "segments": 48
      }
    }
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Bore tool",
  "parent_part_id": "1",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 48
  }
}
13
read
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "1"
}
14
read
ok
2ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "2"
}
15
delete
ok
2ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "2"
}
16
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "difference",
  "name": "test",
  "params": {
    "left": 1,
    "right": 1
  }
}
17
delete
ok
2ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "2"
}
18
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "Bore",
  "params": {
    "radius": 11,
    "height": 15,
    "segments": 48
  }
}
19
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "cylinder",
  "name": "HoleProto",
  "params": {
    "radius": 8,
    "height": 15,
    "segments": 32
  }
}
20
create
err
2ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H0",
  "params": {
    "x": 38,
    "y": 0,
    "z": 0,
    "child": 3
  }
}
21
create
err
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H1",
  "params": {
    "x": 19,
    "y": 32.909,
    "z": 0,
    "child": 3
  }
}
22
create
err
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H2",
  "params": {
    "x": -19,
    "y": 32.909,
    "z": 0,
    "child": 3
  }
}
23
create
err
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H3",
  "params": {
    "x": -38,
    "y": 0,
    "z": 0,
    "child": 3
  }
}
24
create
err
0ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H4",
  "params": {
    "x": -19,
    "y": -32.909,
    "z": 0,
    "child": 3
  }
}
25
create
err
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H5",
  "params": {
    "x": 19,
    "y": -32.909,
    "z": 0,
    "child": 3
  }
}
26
create
ok
4ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H0",
  "params": {
    "offset": [
      38,
      0,
      0
    ],
    "child": 3
  }
}
27
create
ok
2ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H1",
  "params": {
    "offset": [
      19,
      32.909,
      0
    ],
    "child": 3
  }
}
28
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H2",
  "params": {
    "offset": [
      -19,
      32.909,
      0
    ],
    "child": 3
  }
}
29
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H3",
  "params": {
    "offset": [
      -38,
      0,
      0
    ],
    "child": 3
  }
}
30
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H4",
  "params": {
    "offset": [
      -19,
      -32.909,
      0
    ],
    "child": 3
  }
}
31
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "translate",
  "name": "H5",
  "params": {
    "offset": [
      19,
      -32.909,
      0
    ],
    "child": 3
  }
}
32
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "U1",
  "params": {
    "left": 2,
    "right": 4
  }
}
33
create
ok
1ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "U2",
  "params": {
    "left": 10,
    "right": 5
  }
}
34
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "U3",
  "params": {
    "left": 11,
    "right": 6
  }
}
35
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "U4",
  "params": {
    "left": 12,
    "right": 7
  }
}
36
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "U5",
  "params": {
    "left": 13,
    "right": 8
  }
}
37
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "union",
  "name": "AllTools",
  "params": {
    "left": 14,
    "right": 9
  }
}
38
create
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "type": "difference",
  "name": "Lightened Disc",
  "params": {
    "left": 1,
    "right": 15
  }
}
39
read
ok
1ms
args
{
  "document_id": "doc_1781218103276_1"
}
40
get_document
ok
2ms
args
{
  "document_id": "doc_1781218103276_1"
}
41
delete
ok
3ms
args
{
  "document_id": "doc_1781218103276_1",
  "part_id": "15"
}
42
get_document
ok
1ms
args
{
  "document_id": "doc_1781218103276_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T224823Z-89f4.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Disc",
      "op": {
        "type": "Cylinder",
        "radius": 60,
        "height": 15,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "Bore",
      "op": {
        "type": "Cylinder",
        "radius": 11,
        "height": 15,
        "segments": 48
      }
    },
    "3": {
      "id": 3,
      "name": "HoleProto",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 15,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "H0",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 38,
          "y": 0,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "H1",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 19,
          "y": 32.909,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "H2",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -19,
          "y": 32.909,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "H3",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -38,
          "y": 0,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "H4",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -19,
          "y": -32.909,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "H5",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 19,
          "y": -32.909,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "U1",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "11": {
      "id": 11,
      "name": "U2",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 5
      }
    },
    "12": {
      "id": 12,
      "name": "U3",
      "op": {
        "type": "Union",
        "left": 11,
        "right": 6
      }
    },
    "13": {
      "id": 13,
      "name": "U4",
      "op": {
        "type": "Union",
        "left": 12,
        "right": 7
      }
    },
    "14": {
      "id": 14,
      "name": "U5",
      "op": {
        "type": "Union",
        "left": 13,
        "right": 8
      }
    },
    "15": {
      "id": 15,
      "name": "AllTools",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 9
      }
    },
    "16": {
      "id": 16,
      "name": "Lightened Disc",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 15
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    },
    {
      "root": 8,
      "material": "default"
    },
    {
      "root": 9,
      "material": "default"
    },
    {
      "root": 10,
      "material": "default"
    },
    {
      "root": 11,
      "material": "default"
    },
    {
      "root": 12,
      "material": "default"
    },
    {
      "root": 13,
      "material": "default"
    },
    {
      "root": 14,
      "material": "default"
    },
    {
      "root": 16,
      "material": "default"
    }
  ]
}

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