← mecheval / run / a5-stepped-boss-plate-01 / claude-mcp-claude-opus-4-7 / 20260611T225538Z-0e17

run 20260611T225538Z-0e17

a5-stepped-boss-plate-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.38 (3/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:55:38.418Z
ended2026-06-11T22:57:49.553Z
tokens645,582 in · 7,721 out · 653,303 total
wallclock131.1s
tool calls49
task hash6aa883a9a3b0c7a6…
vcad hash398e5bc399433987…

Prompt

Make a stepped boss plate as a single solid. The base is a rectangular plate 80mm × 60mm × 10mm, centered in X and Y with its bottom face on the XY plane (x in [-40, 40], y in [-30, 30], z in [0, 10]). Centered on top of the base plate sits a rectangular boss 40mm × 30mm × 8mm (x in [-20, 20], y in [-15, 15], z in [10, 18]). A central through-bore of diameter 18mm, axis parallel to Z, passes through the entire assembly from bottom to top (z = 0 to z = 18), centered at the origin. Four corner bolt holes of diameter 6mm, axes parallel to Z, pass through the base plate only (z = 0 to z = 10), located at (28, 22), (-28, 22), (-28, -22), (28, -22). Output a single solid.

Checks

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

details: {
  "root_count": 10,
  "solids_produced": 10
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -40,
    -30,
    0
  ],
  "max": [
    40,
    30,
    18
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    40,
    30,
    18
  ],
  "actual_min": [
    -40,
    -30,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 24.2%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 51888.59,
  "center_of_mass": [
    0,
    0,
    6.31
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      4.2354264664962573e-17,
      4.2354264664962573e-17,
      6.6251395799467945
    ],
    "bbox_diagonal_mm": 101.6070863670443,
    "deviation": [
      4.2354264664962573e-17,
      4.2354264664962573e-17,
      0.31513957994679487
    ],
    "max_abs_deviation_mm": 0.31513957994679487,
    "pass": true,
    "spec": [
      0,
      0,
      6.31
    ],
    "tolerance_mm": 1.016070863670443
  },
  "volume": {
    "actual_mm3": 64420.52829631379,
    "deviation_pct": 24.151626198194613,
    "pass": false,
    "spec_mm3": 51888.59,
    "tolerance_pct": 1
  }
}
3
hole_count
fail
found 0/1 holes of ⌀18mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 18,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

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

details: {
  "diameter_mm": 18,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
hole_count
fail
found 0/4 holes of ⌀6mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 0,
  "diameter_mm": 6,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": []
}
6
hole_positions
fail
4/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 6,
  "positions": [
    [
      28,
      22,
      0
    ],
    [
      -28,
      22,
      0
    ],
    [
      -28,
      -22,
      0
    ],
    [
      28,
      -22,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        28,
        22
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -28,
        22
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        -28,
        -22
      ]
    },
    {
      "pass": false,
      "reason": "no candidate cylindrical feature of this diameter remained unmatched",
      "spec_xy": [
        28,
        -22
      ]
    }
  ],
  "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": [
          40,
          30,
          18
        ],
        "original_min": [
          -40,
          -30,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          30,
          18
        ],
        "roundtripped_min": [
          -40,
          -30,
          0
        ],
        "tolerance_mm": 1.016070863670443
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 57600,
        "pass": true,
        "roundtripped_mm3": 57600
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          9,
          9,
          18
        ],
        "original_min": [
          -9,
          -9,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          9,
          9,
          18
        ],
        "roundtripped_min": [
          -9,
          -9,
          0
        ],
        "tolerance_mm": 0.3117691453623979
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815263208404621,
        "original_mm3": 4573.087573855548,
        "pass": true,
        "roundtripped_mm3": 4551.066953512349
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.9300646298918,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.9300646298918,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.9300646298918,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          10
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          10
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.9300646298918,
        "pass": true,
        "roundtripped_mm3": 280.9300646298918
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          31,
          25,
          10
        ],
        "original_min": [
          25,
          19,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          31,
          25,
          10
        ],
        "roundtripped_min": [
          25,
          19,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.93011598466546,
        "pass": true,
        "roundtripped_mm3": 280.93011598466546
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -25,
          25,
          10
        ],
        "original_min": [
          -31,
          19,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -25,
          25,
          10
        ],
        "roundtripped_min": [
          -31,
          19,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.93011598466546,
        "pass": true,
        "roundtripped_mm3": 280.93011598466546
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -25,
          -19,
          10
        ],
        "original_min": [
          -31,
          -25,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -25,
          -19,
          10
        ],
        "roundtripped_min": [
          -31,
          -25,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.93011598466546,
        "pass": true,
        "roundtripped_mm3": 280.93011598466546
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          31,
          -19,
          10
        ],
        "original_min": [
          25,
          -25,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          31,
          -19,
          10
        ],
        "roundtripped_min": [
          25,
          -25,
          0
        ],
        "tolerance_mm": 0.13114877048604
      },
      "index": 9,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 280.93011598466546,
        "pass": true,
        "roundtripped_mm3": 280.93011598466546
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "difference",
  "name": "Stepped Boss Plate",
  "params": {
    "shapes": [
      {
        "type": "union",
        "shapes": [
          {
            "type": "translate",
            "x": -40,
            "y": -30,
            "z": 0,
            "shape": {
              "type": "cube",
              "x": 80,
              "y": 60,
              "z": 10
            }
          },
          {
            "type": "translate",
            "x": -20,
            "y": -15,
            "z": 10,
            "shape": {
              "type": "cube",
              "x": 40,
              "y": 30,
              "z": 8
            }
          }
        ]
      },
      {
        "type": "translate",
        "x": 0,
        "y": 0,
        "z": 0,
        "shape": {
          "type": "cylinder",
          "r": 9,
          "h": 18
        }
      },
      {
        "type": "translate",
        "x": 28,
        "y": 22,
        "z": 0,
        "shape": {
          "type": "cylinder",
          "r": 3,
          "h": 10
        }
      },
      {
        "type": "translate",
        "x": -28,
        "y": 22,
        "z": 0,
        "shape": {
          "type": "cylinder",
          "r": 3,
          "h": 10
        }
      },
      {
        "type": "translate",
        "x": -28,
        "y": -22,
        "z": 0,
        "shape": {
          "type": "cylinder",
          "r": 3,
          "h": 10
        }
      },
      {
        "type": "translate",
        "x": 28,
        "y": -22,
        "z": 0,
        "shape": {
          "type": "cylinder",
          "r": 3,
          "h": 10
        }
      }
    ]
  }
}
2
read
ok
3ms
args
{
  "document_id": "doc_1781218538586_1"
}
3
create
err
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "difference",
  "name": "Stepped Boss Plate",
  "params": {
    "left": {
      "type": "union",
      "left": {
        "type": "translate",
        "x": -40,
        "y": -30,
        "z": 0,
        "shape": {
          "type": "cube",
          "x": 80,
          "y": 60,
          "z": 10
        }
      },
      "right": {
        "type": "translate",
        "x": -20,
        "y": -15,
        "z": 10,
        "shape": {
          "type": "cube",
          "x": 40,
          "y": 30,
          "z": 8
        }
      }
    },
    "right": {
      "type": "union",
      "left": {
        "type": "cylinder",
        "r": 9,
        "h": 18
      },
      "right": {
        "type": "union",
        "left": {
          "type": "translate",
          "x": 28,
          "y": 22,
          "z": 0,
          "shape": {
            "type": "cylinder",
            "r": 3,
            "h": 10
          }
        },
        "right": {
          "type": "union",
          "left": {
            "type": "translate",
            "x": -28,
            "y": 22,
            "z": 0,
            "shape": {
              "type": "cylinder",
              "r": 3,
              "h": 10
            }
          },
          "right": {
            "type": "union",
            "left": {
              "type": "translate",
              "x": -28,
              "y": -22,
              "z": 0,
              "shape": {
                "type": "cylinder",
                "r": 3,
                "h": 10
              }
            },
            "right": {
              "type": "translate",
              "x": 28,
              "y": -22,
              "z": 0,
              "shape": {
                "type": "cylinder",
                "r": 3,
                "h": 10
              }
            }
          }
        }
      }
    }
  }
}
4
create_cad_loon
ok
13ms
args
{
  "source": "[let base [translate -40 -30 0 [cube 80 60 10]]\n[let boss [translate -20 -15 10 [cube 40 30 8]]\n[let body [union base boss]\n[let bore [cylinder 9 18]\n[let h1 [translate 28 22 0 [cylinder 3 10]]\n[let h2 [translate -28 22 0 [cylinder 3 10]]\n[let h3 [translate -28 -22 0 [cylinder 3 10]]\n[let h4 [translate 28 -22 0 [cylinder 3 10]]\n[let holes [union bore [union h1 [union h2 [union h3 h4]]]]\n[root [difference holes body] \"steel\"]]]]]]]]]]",
  "format": "json"
}
5
create_cad_loon
ok
3ms
args
{
  "source": "[root\n  [difference\n    [union\n      [cylinder 9 18]\n      [union\n        [translate 28 22 0 [cylinder 3 10]]\n        [union\n          [translate -28 22 0 [cylinder 3 10]]\n          [union\n            [translate -28 -22 0 [cylinder 3 10]]\n            [translate 28 -22 0 [cylinder 3 10]]]]]]\n    [union\n      [translate -40 -30 0 [cube 80 60 10]]\n      [translate -20 -15 10 [cube 40 30 8]]]]\n  \"steel\"]",
  "format": "json"
}
6
create
ok
5ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 80,
      "y": 60,
      "z": 10
    }
  }
}
7
create
ok
6ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "params": {
    "child": 1,
    "offset": {
      "x": -40,
      "y": -30,
      "z": 0
    }
  }
}
8
create
ok
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 40,
      "y": 30,
      "z": 8
    }
  }
}
9
read
ok
3ms
args
{
  "document_id": "doc_1781218538586_1"
}
10
delete
ok
5ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "1"
}
11
delete
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "2"
}
12
delete
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "3"
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "name": "Base Plate",
  "params": {
    "size": {
      "x": 80,
      "y": 60,
      "z": 10
    },
    "position": {
      "x": -40,
      "y": -30,
      "z": 0
    }
  }
}
14
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "name": "Boss",
  "parent_part_id": "1",
  "params": {
    "size": {
      "x": 40,
      "y": 30,
      "z": 8
    },
    "position": {
      "x": -20,
      "y": -15,
      "z": 10
    },
    "operation": "union"
  }
}
15
read
ok
2ms
args
{
  "document_id": "doc_1781218538586_1"
}
16
read
ok
5ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "1"
}
17
read
ok
4ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "2"
}
18
get_document
ok
2ms
args
{
  "document_id": "doc_1781218538586_1"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "1"
}
20
delete
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "2"
}
21
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 80,
      "y": 60,
      "z": 10
    }
  }
}
22
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -40,
      "y": -30,
      "z": 0
    }
  }
}
23
read
ok
3ms
args
{
  "document_id": "doc_1781218538586_1"
}
24
get_document
ok
2ms
args
{
  "document_id": "doc_1781218538586_1"
}
25
delete
ok
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "1"
}
26
get_document
ok
1ms
args
{
  "document_id": "doc_1781218538586_1"
}
27
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 40,
      "y": 30,
      "z": 8
    }
  }
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "3",
  "params": {
    "child": 3,
    "offset": {
      "x": -20,
      "y": -15,
      "z": 10
    }
  }
}
29
delete
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "3"
}
30
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "union",
  "params": {
    "left": 2,
    "right": 4
  }
}
31
get_document
ok
2ms
args
{
  "document_id": "doc_1781218538586_1"
}
32
delete
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "2"
}
33
delete
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "part_id": "4"
}
34
create
err
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 9,
    "height": 18
  }
}
35
create
err
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10
  }
}
36
create
err
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10
  }
}
37
create
err
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10
  }
}
38
create
err
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10
  }
}
39
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 9,
    "height": 18,
    "segments": 64
  }
}
40
create
ok
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
41
create
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
42
create
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
43
create
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "cylinder",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
44
create
ok
3ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "7",
  "params": {
    "child": 7,
    "offset": {
      "x": 28,
      "y": 22,
      "z": 0
    }
  }
}
45
create
ok
2ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "8",
  "params": {
    "child": 8,
    "offset": {
      "x": -28,
      "y": 22,
      "z": 0
    }
  }
}
46
create
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "9",
  "params": {
    "child": 9,
    "offset": {
      "x": -28,
      "y": -22,
      "z": 0
    }
  }
}
47
create
ok
1ms
args
{
  "document_id": "doc_1781218538586_1",
  "type": "translate",
  "parent_part_id": "10",
  "params": {
    "child": 10,
    "offset": {
      "x": 28,
      "y": -22,
      "z": 0
    }
  }
}
48
get_document
ok
1ms
args
{
  "document_id": "doc_1781218538586_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T225538Z-0e17.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 60,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 30,
          "z": 8
        }
      }
    },
    "4": {
      "id": 4,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -15,
          "z": 10
        }
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 9,
        "height": 18,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "11": {
      "id": 11,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 28,
          "y": 22,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -28,
          "y": 22,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -28,
          "y": -22,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": 28,
          "y": -22,
          "z": 0
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "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"
    }
  ]
}

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