← mecheval / run / a2-square-flange-01 / claude-mcp-claude-opus-4-7 / 20260611T175349Z-f2e9

run 20260611T175349Z-f2e9

a2-square-flange-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.50 (4/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T17:53:49.035Z
ended2026-06-11T17:56:36.021Z
tokens626,720 in · 5,789 out · 632,509 total
wallclock166.8s
tool calls32
task hash5be67adc7641fb5a…
vcad hash6a1d5e3143090be9…

Prompt

Make a square plate 80mm × 80mm × 6mm (X × Y × Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 6). Drill one central through-hole of diameter 12mm on the Z axis, and four corner through-holes of diameter 6mm with axes parallel to Z, centered 10mm in from each corner of the top face. Output a single solid.

Checks

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

details: {
  "root_count": 15,
  "solids_produced": 15
}
1
bbox
fail
X off by +40.00mm
params + details
params: {
  "type": "bbox",
  "min": [
    -40,
    -40,
    0
  ],
  "max": [
    40,
    40,
    6
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    80,
    80,
    6
  ],
  "actual_min": [
    -40,
    -40,
    0
  ],
  "deviation_max": [
    40,
    40,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 40,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 517.4%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 37042.83,
  "tolerance_pct": 0.5
}

details: {
  "volume": {
    "actual_mm3": 228699.73917719326,
    "deviation_pct": 517.3927293816191,
    "pass": false,
    "spec_mm3": 37042.83,
    "tolerance_pct": 0.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 12,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

details: {
  "actual": 1,
  "diameter_mm": 12,
  "diameter_tolerance_mm": 0.1,
  "expected": 1,
  "found": [
    [
      0,
      0,
      12
    ]
  ]
}
4
hole_count
fail
found 3/4 holes of ⌀6mm
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 6,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 3,
  "diameter_mm": 6,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      -30,
      -30,
      6
    ],
    [
      30,
      -30,
      6
    ],
    [
      -30,
      30,
      6
    ]
  ]
}
5
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 12,
  "positions": [
    [
      0,
      0,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 12,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        0
      ],
      "pass": true,
      "spec_xy": [
        0,
        0
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "unmatched_extras": []
}
6
hole_positions
fail
1/4 mispositioned
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 6,
  "positions": [
    [
      30,
      30,
      0
    ],
    [
      -30,
      30,
      0
    ],
    [
      -30,
      -30,
      0
    ],
    [
      30,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.15
}

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "nearest_distance_mm": 60,
      "pass": false,
      "spec_xy": [
        30,
        30
      ],
      "tolerance_mm": 0.15
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -30,
        30
      ],
      "pass": true,
      "spec_xy": [
        -30,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -30,
        -30
      ],
      "pass": true,
      "spec_xy": [
        -30,
        -30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        30,
        -30
      ],
      "pass": true,
      "spec_xy": [
        30,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.15,
  "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": [
          80,
          80,
          6
        ],
        "original_min": [
          0,
          0,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          80,
          80,
          6
        ],
        "roundtripped_min": [
          0,
          0,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 38400,
        "pass": true,
        "roundtripped_mm3": 38400
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          6
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          6
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 1,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 38400,
        "pass": true,
        "roundtripped_mm3": 38400
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          6,
          6,
          6
        ],
        "original_min": [
          -6,
          -6,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          6,
          6,
          6
        ],
        "roundtripped_min": [
          -6,
          -6,
          0
        ],
        "tolerance_mm": 0.18
      },
      "index": 2,
      "pass": true,
      "volume": {
        "deviation_pct": 0.4815287441195381,
        "original_mm3": 677.4944858006966,
        "pass": true,
        "roundtripped_mm3": 674.2321551117413
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          6
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          6
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 3,
      "pass": true,
      "volume": {
        "deviation_pct": 0.005765489583154465,
        "original_mm3": 37722.50551419938,
        "pass": true,
        "roundtripped_mm3": 37724.680401325306
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          6
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          6
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 4,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55803877793534,
        "pass": true,
        "roundtripped_mm3": 168.55803877793534
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -27,
          -27,
          6
        ],
        "original_min": [
          -33,
          -33,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -27,
          -27,
          6
        ],
        "roundtripped_min": [
          -33,
          -33,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 5,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55800361773436,
        "pass": true,
        "roundtripped_mm3": 168.55800361773436
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          6
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          6
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 6,
      "pass": true,
      "volume": {
        "deviation_pct": 0.007239371749987657,
        "original_mm3": 37553.13192503475,
        "pass": true,
        "roundtripped_mm3": 37555.85053585857
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          6
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          6
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 7,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55803877793534,
        "pass": true,
        "roundtripped_mm3": 168.55803877793534
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          33,
          -27,
          6
        ],
        "original_min": [
          27,
          -33,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          33,
          -27,
          6
        ],
        "roundtripped_min": [
          27,
          -33,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 8,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55800361773436,
        "pass": true,
        "roundtripped_mm3": 168.55800361773436
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          6
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          6
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 9,
      "pass": true,
      "volume": {
        "deviation_pct": 0.008726609273404736,
        "original_mm3": 37383.75833587016,
        "pass": true,
        "roundtripped_mm3": 37387.020670391845
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          6
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          6
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 10,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55803877793534,
        "pass": true,
        "roundtripped_mm3": 168.55803877793534
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          -27,
          33,
          6
        ],
        "original_min": [
          -33,
          27,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          -27,
          33,
          6
        ],
        "roundtripped_min": [
          -33,
          27,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 11,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55800361773436,
        "pass": true,
        "roundtripped_mm3": 168.55800361773436
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          40,
          40,
          6
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          6
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.1329607230614838
      },
      "index": 12,
      "pass": true,
      "volume": {
        "deviation_pct": 0.01022738450596774,
        "original_mm3": 37214.38474670558,
        "pass": true,
        "roundtripped_mm3": 37218.19080492516
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          3,
          3,
          6
        ],
        "original_min": [
          -3,
          -3,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          3,
          3,
          6
        ],
        "roundtripped_min": [
          -3,
          -3,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 13,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55803877793534,
        "pass": true,
        "roundtripped_mm3": 168.55803877793534
      }
    },
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          33,
          33,
          6
        ],
        "original_min": [
          27,
          27,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          33,
          33,
          6
        ],
        "roundtripped_min": [
          27,
          27,
          0
        ],
        "tolerance_mm": 0.10392304845413264
      },
      "index": 14,
      "pass": true,
      "volume": {
        "deviation_pct": 0,
        "original_mm3": 168.55800361773436,
        "pass": true,
        "roundtripped_mm3": 168.55800361773436
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create
err
5ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "difference",
  "name": "Plate with holes",
  "params": {
    "shapes": [
      {
        "type": "translate",
        "params": {
          "x": -40,
          "y": -40,
          "z": 0,
          "shape": {
            "type": "cube",
            "params": {
              "x": 80,
              "y": 80,
              "z": 6
            }
          }
        }
      },
      {
        "type": "cylinder",
        "params": {
          "radius": 6,
          "height": 6,
          "z": 0
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -30,
          "y": -30,
          "z": 0,
          "shape": {
            "type": "cylinder",
            "params": {
              "radius": 3,
              "height": 6
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 30,
          "y": -30,
          "z": 0,
          "shape": {
            "type": "cylinder",
            "params": {
              "radius": 3,
              "height": 6
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": -30,
          "y": 30,
          "z": 0,
          "shape": {
            "type": "cylinder",
            "params": {
              "radius": 3,
              "height": 6
            }
          }
        }
      },
      {
        "type": "translate",
        "params": {
          "x": 30,
          "y": 30,
          "z": 0,
          "shape": {
            "type": "cylinder",
            "params": {
              "radius": 3,
              "height": 6
            }
          }
        }
      }
    ]
  }
}
2
read
ok
3ms
args
{
  "document_id": "doc_1781200429203_1"
}
3
create_cad_loon
ok
13ms
args
{
  "source": "[let plate [translate -40 -40 0 [cube 80 80 6]]\n  [pipe plate\n    [difference [cylinder 6 6]]\n    [difference [translate -30 -30 0 [cylinder 3 6]]]\n    [difference [translate  30 -30 0 [cylinder 3 6]]]\n    [difference [translate -30  30 0 [cylinder 3 6]]]\n    [difference [translate  30  30 0 [cylinder 3 6]]]]]",
  "format": "json"
}
4
create_cad_loon
ok
8ms
args
{
  "source": "[difference\n  [union [cylinder 6 6]\n    [union [translate -30 -30 0 [cylinder 3 6]]\n      [union [translate 30 -30 0 [cylinder 3 6]]\n        [union [translate -30 30 0 [cylinder 3 6]]\n          [translate 30 30 0 [cylinder 3 6]]]]]]\n  [translate -40 -40 0 [cube 80 80 6]]]",
  "format": "json"
}
5
create
ok
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cube",
  "name": "PlateCube",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 6
    }
  }
}
6
read
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "part_id": "1"
}
7
delete
ok
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "part_id": "1"
}
8
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cube",
  "name": "Plate",
  "params": {
    "size": {
      "x": 80,
      "y": 80,
      "z": 6
    }
  }
}
9
create
err
6ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "CenterPlate",
  "parent_part_id": "1",
  "params": {
    "offset": {
      "x": -40,
      "y": -40,
      "z": 0
    }
  }
}
10
get_changelog
ok
3ms
args
{
  "tool": "create",
  "limit": 5
}
11
create
err
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "CenterPlate",
  "parent_part_id": "1",
  "params": {
    "x": -40,
    "y": -40,
    "z": 0
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "CenterPlate",
  "parent_part_id": "1",
  "params": {
    "child": 1,
    "offset": {
      "x": -40,
      "y": -40,
      "z": 0
    }
  }
}
13
read
ok
2ms
args
{
  "document_id": "doc_1781200429203_1"
}
14
read
ok
2ms
args
{
  "document_id": "doc_1781200429203_1",
  "part_id": "2"
}
15
create
err
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "CenterHole",
  "params": {
    "radius": 6,
    "height": 6
  }
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "CenterHole",
  "params": {
    "radius": 6,
    "height": 6,
    "segments": 64
  }
}
17
create
ok
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "difference",
  "name": "SubCenter",
  "parent_part_id": "2",
  "params": {
    "left": 2,
    "right": 3
  }
}
18
read
ok
3ms
args
{
  "document_id": "doc_1781200429203_1"
}
19
read
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "part_id": "4"
}
20
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "Corner1Cyl",
  "params": {
    "radius": 3,
    "height": 6,
    "segments": 32
  }
}
21
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "Corner1Pos",
  "parent_part_id": "5",
  "params": {
    "child": 5,
    "offset": {
      "x": -30,
      "y": -30,
      "z": 0
    }
  }
}
22
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "difference",
  "name": "SubCorner1",
  "parent_part_id": "4",
  "params": {
    "left": 4,
    "right": 6
  }
}
23
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "Corner2Cyl",
  "params": {
    "radius": 3,
    "height": 6,
    "segments": 32
  }
}
24
create
ok
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "Corner2Pos",
  "parent_part_id": "8",
  "params": {
    "child": 8,
    "offset": {
      "x": 30,
      "y": -30,
      "z": 0
    }
  }
}
25
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "difference",
  "name": "SubCorner2",
  "parent_part_id": "7",
  "params": {
    "left": 7,
    "right": 9
  }
}
26
create
ok
4ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "Corner3Cyl",
  "params": {
    "radius": 3,
    "height": 6,
    "segments": 32
  }
}
27
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "Corner3Pos",
  "parent_part_id": "11",
  "params": {
    "child": 11,
    "offset": {
      "x": -30,
      "y": 30,
      "z": 0
    }
  }
}
28
create
ok
1ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "difference",
  "name": "SubCorner3",
  "parent_part_id": "10",
  "params": {
    "left": 10,
    "right": 12
  }
}
29
create
ok
3ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "cylinder",
  "name": "Corner4Cyl",
  "params": {
    "radius": 3,
    "height": 6,
    "segments": 32
  }
}
30
create
ok
2ms
args
{
  "document_id": "doc_1781200429203_1",
  "type": "translate",
  "name": "Corner4Pos",
  "parent_part_id": "14",
  "params": {
    "child": 14,
    "offset": {
      "x": 30,
      "y": 30,
      "z": 0
    }
  }
}
31
get_document
ok
1ms
args
{
  "document_id": "doc_1781200429203_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Plate",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 80,
          "z": 6
        }
      }
    },
    "2": {
      "id": 2,
      "name": "CenterPlate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -40,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "CenterHole",
      "op": {
        "type": "Cylinder",
        "radius": 6,
        "height": 6,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "SubCenter",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 3
      }
    },
    "5": {
      "id": 5,
      "name": "Corner1Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 6,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "Corner1Pos",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "SubCorner1",
      "op": {
        "type": "Difference",
        "left": 4,
        "right": 6
      }
    },
    "8": {
      "id": 8,
      "name": "Corner2Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 6,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "Corner2Pos",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": 30,
          "y": -30,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "SubCorner2",
      "op": {
        "type": "Difference",
        "left": 7,
        "right": 9
      }
    },
    "11": {
      "id": 11,
      "name": "Corner3Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 6,
        "segments": 32
      }
    },
    "12": {
      "id": 12,
      "name": "Corner3Pos",
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": -30,
          "y": 30,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "SubCorner3",
      "op": {
        "type": "Difference",
        "left": 10,
        "right": 12
      }
    },
    "14": {
      "id": 14,
      "name": "Corner4Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 6,
        "segments": 32
      }
    },
    "15": {
      "id": 15,
      "name": "Corner4Pos",
      "op": {
        "type": "Translate",
        "child": 14,
        "offset": {
          "x": 30,
          "y": 30,
          "z": 0
        }
      }
    }
  },
  "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": 15,
      "material": "default"
    }
  ]
}

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