← mecheval / run / a4-flanged-shaft-01 / claude-mcp-claude-opus-4-7 / 20260611T222007Z-a782

run 20260611T222007Z-a782

a4-flanged-shaft-01 · claude-mcp-claude-opus-4-7

Summary

statusPASS
score1.00 (8/8)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:20:07.427Z
ended2026-06-11T22:22:19.436Z
tokens563,839 in · 10,959 out · 574,798 total
wallclock131.9s
tool calls70
task hash70d8d5eb7fc1d941…
vcad hash088556b61609284f…

Prompt

Make a flanged hollow shaft as a single solid. The base is a circular flange of outer diameter 80mm and thickness 10mm, with its bottom face on the XY plane (z = 0 to z = 10). Above the flange and concentric with it sits a cylindrical shaft of outer diameter 30mm extending 50mm upward (z = 10 to z = 60). A central through-bore of diameter 15mm runs along the Z axis through both the flange and the shaft (z = 0 to z = 60). The flange has four bolt holes of diameter 6mm, axes parallel to Z, on a bolt circle of diameter 60mm (radius 30mm) centered on the Z axis. The first bolt hole is on the +X axis; the others are spaced every 90 degrees. The bolt holes pass through the full flange thickness. Output a single solid.

Checks

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

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

details: {
  "actual_max": [
    40,
    40,
    60
  ],
  "actual_min": [
    -40,
    -40,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.2
}
2
mass_props
pass
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 73874.55,
  "tolerance_pct": 1.5
}

details: {
  "volume": {
    "actual_mm3": 73755.938106028,
    "deviation_pct": 0.16055853331357497,
    "pass": true,
    "spec_mm3": 73874.55,
    "tolerance_pct": 1.5
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 15,
  "expected": 1,
  "diameter_tolerance_mm": 0.1
}

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

details: {
  "diameter_mm": 15,
  "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": 6,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

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

details: {
  "diameter_mm": 6,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        30,
        0
      ],
      "pass": true,
      "spec_xy": [
        30,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        30
      ],
      "pass": true,
      "spec_xy": [
        0,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -30,
        0
      ],
      "pass": true,
      "spec_xy": [
        -30,
        0
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        0,
        -30
      ],
      "pass": true,
      "spec_xy": [
        0,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "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": [
          40,
          40,
          60
        ],
        "original_min": [
          -40,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          40,
          40,
          60
        ],
        "roundtripped_min": [
          -40,
          -40,
          0
        ],
        "tolerance_mm": 1.9209372712298545
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.5223793989542739,
        "original_mm3": 73755.93810602803,
        "pass": true,
        "roundtripped_mm3": 73370.65227985667
      }
    }
  ],
  "tolerance_pct": 1.5
}

Tool calls

0
open_document
ok
1ms
args
{}
1
create
err
6ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "difference",
  "name": "FlangedShaft",
  "params": {
    "tool": {
      "type": "union",
      "children": [
        {
          "type": "translate",
          "x": 0,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "radius": 15,
            "height": 60
          }
        },
        {
          "type": "translate",
          "x": 30,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "radius": 3,
            "height": 10
          }
        },
        {
          "type": "translate",
          "x": -30,
          "y": 0,
          "z": 0,
          "child": {
            "type": "cylinder",
            "radius": 3,
            "height": 10
          }
        },
        {
          "type": "translate",
          "x": 0,
          "y": 30,
          "z": 0,
          "child": {
            "type": "cylinder",
            "radius": 3,
            "height": 10
          }
        },
        {
          "type": "translate",
          "x": 0,
          "y": -30,
          "z": 0,
          "child": {
            "type": "cylinder",
            "radius": 3,
            "height": 10
          }
        }
      ]
    },
    "subject": {
      "type": "union",
      "children": [
        {
          "type": "cylinder",
          "radius": 40,
          "height": 10
        },
        {
          "type": "translate",
          "x": 0,
          "y": 0,
          "z": 10,
          "child": {
            "type": "cylinder",
            "radius": 15,
            "height": 50
          }
        }
      ]
    }
  }
}
2
create_cad_loon
ok
13ms
args
{
  "source": "[let\n  flange [cylinder 40 10]\n  shaft [translate 0 0 10 [cylinder 15 50]]\n  body [union flange shaft]\n  bore [cylinder 7.5 60]\n  hole [cylinder 3 10]\n  h1 [translate 30 0 0 hole]\n  h2 [translate 0 30 0 hole]\n  h3 [translate -30 0 0 hole]\n  h4 [translate 0 -30 0 hole]\n  tools [union bore [union h1 [union h2 [union h3 h4]]]]\n  [root [difference tools body] \"steel\"]]",
  "format": "json"
}
3
create_cad_loon
ok
4ms
args
{
  "source": "[root\n  [difference\n    [union\n      [cylinder 7.5 60]\n      [union\n        [translate 30 0 0 [cylinder 3 10]]\n        [union\n          [translate -30 0 0 [cylinder 3 10]]\n          [union\n            [translate 0 30 0 [cylinder 3 10]]\n            [translate 0 -30 0 [cylinder 3 10]]]]]]\n    [union\n      [cylinder 40 10]\n      [translate 0 0 10 [cylinder 15 50]]]]\n  \"steel\"]",
  "format": "json"
}
4
create
err
6ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "difference",
  "name": "FlangedShaft",
  "params": {
    "left": {
      "type": "union",
      "left": {
        "type": "cylinder",
        "radius": 40,
        "height": 10
      },
      "right": {
        "type": "translate",
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        },
        "child": {
          "type": "cylinder",
          "radius": 15,
          "height": 50
        }
      }
    },
    "right": {
      "type": "union",
      "left": {
        "type": "cylinder",
        "radius": 7.5,
        "height": 60
      },
      "right": {
        "type": "union",
        "left": {
          "type": "union",
          "left": {
            "type": "translate",
            "offset": {
              "x": 30,
              "y": 0,
              "z": 0
            },
            "child": {
              "type": "cylinder",
              "radius": 3,
              "height": 10
            }
          },
          "right": {
            "type": "translate",
            "offset": {
              "x": -30,
              "y": 0,
              "z": 0
            },
            "child": {
              "type": "cylinder",
              "radius": 3,
              "height": 10
            }
          }
        },
        "right": {
          "type": "union",
          "left": {
            "type": "translate",
            "offset": {
              "x": 0,
              "y": 30,
              "z": 0
            },
            "child": {
              "type": "cylinder",
              "radius": 3,
              "height": 10
            }
          },
          "right": {
            "type": "translate",
            "offset": {
              "x": 0,
              "y": -30,
              "z": 0
            },
            "child": {
              "type": "cylinder",
              "radius": 3,
              "height": 10
            }
          }
        }
      }
    }
  }
}
5
create
err
4ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "flange_disk",
  "params": {
    "radius": 40,
    "height": 10
  }
}
6
create
err
2ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "shaft_raw",
  "params": {
    "radius": 15,
    "height": 50
  }
}
7
create
err
2ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bore",
  "params": {
    "radius": 7.5,
    "height": 60
  }
}
8
create
err
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_px",
  "params": {
    "radius": 3,
    "height": 10
  }
}
9
create
err
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_py",
  "params": {
    "radius": 3,
    "height": 10
  }
}
10
create
err
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_nx",
  "params": {
    "radius": 3,
    "height": 10
  }
}
11
create
err
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_ny",
  "params": {
    "radius": 3,
    "height": 10
  }
}
12
create
ok
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "flange_disk",
  "params": {
    "radius": 40,
    "height": 10,
    "segments": 64
  }
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "shaft_raw",
  "params": {
    "radius": 15,
    "height": 50,
    "segments": 64
  }
}
14
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bore",
  "params": {
    "radius": 7.5,
    "height": 60,
    "segments": 64
  }
}
15
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_px",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_py",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
17
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_nx",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
18
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_hole_ny",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
19
read
ok
3ms
args
{
  "document_id": "doc_1781216407594_1"
}
20
delete
ok
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "1"
}
21
delete
ok
2ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "2"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "3"
}
23
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "4"
}
24
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "5"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "6"
}
26
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "7"
}
27
create
ok
2ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "FlangedShaft",
  "params": {
    "radius": 40,
    "height": 10,
    "segments": 64
  }
}
28
create
err
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "add_shaft",
  "parent_part_id": "1",
  "params": {
    "shape": {
      "type": "translate",
      "offset": {
        "x": 0,
        "y": 0,
        "z": 10
      },
      "child": {
        "type": "cylinder",
        "radius": 15,
        "height": 50,
        "segments": 64
      }
    }
  }
}
29
open_document
ok
3ms
args
{
  "initial": {
    "version": "0.1",
    "nodes": {
      "0": {
        "id": 0,
        "name": "shaft_raw",
        "op": {
          "type": "Cylinder",
          "radius": 15,
          "height": 50,
          "segments": 64
        }
      },
      "1": {
        "id": 1,
        "name": "shaft",
        "op": {
          "type": "Translate",
          "child": 0,
          "offset": {
            "x": 0,
            "y": 0,
            "z": 10
          }
        }
      },
      "2": {
        "id": 2,
        "name": "flange",
        "op": {
          "type": "Cylinder",
          "radius": 40,
          "height": 10,
          "segments": 64
        }
      },
      "3": {
        "id": 3,
        "name": "body",
        "op": {
          "type": "Union",
          "left": 1,
          "right": 2
        }
      },
      "4": {
        "id": 4,
        "name": "bore",
        "op": {
          "type": "Cylinder",
          "radius": 7.5,
          "height": 60,
          "segments": 64
        }
      },
      "5": {
        "id": 5,
        "name": "hole_px_raw",
        "op": {
          "type": "Cylinder",
          "radius": 3,
          "height": 10,
          "segments": 32
        }
      },
      "6": {
        "id": 6,
        "name": "hole_px",
        "op": {
          "type": "Translate",
          "child": 5,
          "offset": {
            "x": 30,
            "y": 0,
            "z": 0
          }
        }
      },
      "7": {
        "id": 7,
        "name": "hole_py_raw",
        "op": {
          "type": "Cylinder",
          "radius": 3,
          "height": 10,
          "segments": 32
        }
      },
      "8": {
        "id": 8,
        "name": "hole_py",
        "op": {
          "type": "Translate",
          "child": 7,
          "offset": {
            "x": 0,
            "y": 30,
            "z": 0
          }
        }
      },
      "9": {
        "id": 9,
        "name": "hole_nx_raw",
        "op": {
          "type": "Cylinder",
          "radius": 3,
          "height": 10,
          "segments": 32
        }
      },
      "10": {
        "id": 10,
        "name": "hole_nx",
        "op": {
          "type": "Translate",
          "child": 9,
          "offset": {
            "x": -30,
            "y": 0,
            "z": 0
          }
        }
      },
      "11": {
        "id": 11,
        "name": "hole_ny_raw",
        "op": {
          "type": "Cylinder",
          "radius": 3,
          "height": 10,
          "segments": 32
        }
      },
      "12": {
        "id": 12,
        "name": "hole_ny",
        "op": {
          "type": "Translate",
          "child": 11,
          "offset": {
            "x": 0,
            "y": -30,
            "z": 0
          }
        }
      },
      "13": {
        "id": 13,
        "name": "holes_xy",
        "op": {
          "type": "Union",
          "left": 6,
          "right": 10
        }
      },
      "14": {
        "id": 14,
        "name": "holes_y",
        "op": {
          "type": "Union",
          "left": 8,
          "right": 12
        }
      },
      "15": {
        "id": 15,
        "name": "bolt_holes",
        "op": {
          "type": "Union",
          "left": 13,
          "right": 14
        }
      },
      "16": {
        "id": 16,
        "name": "all_holes",
        "op": {
          "type": "Union",
          "left": 4,
          "right": 15
        }
      },
      "17": {
        "id": 17,
        "name": "FlangedShaft",
        "op": {
          "type": "Difference",
          "left": 3,
          "right": 16
        }
      }
    },
    "materials": {
      "steel": {
        "name": "steel",
        "color": [
          0.7,
          0.7,
          0.75
        ],
        "metallic": 0.8,
        "roughness": 0.4,
        "density": null,
        "friction": null
      }
    },
    "part_materials": {},
    "roots": [
      {
        "root": 17,
        "material": "steel"
      }
    ]
  }
}
30
delete
ok
5ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "1"
}
31
create
ok
4ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "flange_disk",
  "params": {
    "radius": 40,
    "height": 10,
    "segments": 64
  }
}
32
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "shaft_raw",
  "params": {
    "radius": 15,
    "height": 50,
    "segments": 64
  }
}
33
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bore",
  "params": {
    "radius": 7.5,
    "height": 60,
    "segments": 64
  }
}
34
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_raw_px",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
35
create
ok
2ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_raw_py",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
36
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_raw_nx",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
37
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "cylinder",
  "name": "bolt_raw_ny",
  "params": {
    "radius": 3,
    "height": 10,
    "segments": 32
  }
}
38
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "translate",
  "name": "shaft",
  "params": {
    "child": 2,
    "offset": {
      "x": 0,
      "y": 0,
      "z": 10
    }
  }
}
39
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "translate",
  "name": "hole_px",
  "params": {
    "child": 4,
    "offset": {
      "x": 30,
      "y": 0,
      "z": 0
    }
  }
}
40
create
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "translate",
  "name": "hole_py",
  "params": {
    "child": 5,
    "offset": {
      "x": 0,
      "y": 30,
      "z": 0
    }
  }
}
41
create
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "translate",
  "name": "hole_nx",
  "params": {
    "child": 6,
    "offset": {
      "x": -30,
      "y": 0,
      "z": 0
    }
  }
}
42
create
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "translate",
  "name": "hole_ny",
  "params": {
    "child": 7,
    "offset": {
      "x": 0,
      "y": -30,
      "z": 0
    }
  }
}
43
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "body",
  "params": {
    "left": 1,
    "right": 8
  }
}
44
create
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "holes_x",
  "params": {
    "left": 9,
    "right": 11
  }
}
45
create
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "holes_y",
  "params": {
    "left": 10,
    "right": 12
  }
}
46
create
ok
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "bolt_holes",
  "params": {
    "left": 14,
    "right": 15
  }
}
47
create
ok
3ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "union",
  "name": "all_holes",
  "params": {
    "left": 3,
    "right": 16
  }
}
48
create
ok
4ms
args
{
  "document_id": "doc_1781216407594_1",
  "type": "difference",
  "name": "FlangedShaft",
  "params": {
    "left": 13,
    "right": 17
  }
}
49
get_document
ok
2ms
args
{
  "document_id": "doc_1781216407594_1"
}
50
delete
ok
5ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "1"
}
51
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "2"
}
52
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "3"
}
53
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "4"
}
54
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "5"
}
55
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "6"
}
56
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "7"
}
57
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "8"
}
58
delete
ok
1ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "9"
}
59
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "10"
}
60
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "11"
}
61
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "12"
}
62
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "13"
}
63
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "14"
}
64
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "15"
}
65
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "16"
}
66
delete
ok
0ms
args
{
  "document_id": "doc_1781216407594_1",
  "part_id": "17"
}
67
get_document
ok
2ms
args
{
  "document_id": "doc_1781216407594_1"
}
68
render_view
ok
161ms
args
{
  "document_id": "doc_1781216407594_1"
}
69
get_document
ok
2ms
args
{
  "document_id": "doc_1781216407594_1"
}

What the model built

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

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "flange_disk",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 10,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "shaft_raw",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 50,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "bore",
      "op": {
        "type": "Cylinder",
        "radius": 7.5,
        "height": 60,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "bolt_raw_px",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "5": {
      "id": 5,
      "name": "bolt_raw_py",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "bolt_raw_nx",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "bolt_raw_ny",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "shaft",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        }
      }
    },
    "9": {
      "id": 9,
      "name": "hole_px",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 30,
          "y": 0,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole_py",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 0,
          "y": 30,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "hole_nx",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "hole_ny",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 0,
          "y": -30,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "body",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 8
      }
    },
    "14": {
      "id": 14,
      "name": "holes_x",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 11
      }
    },
    "15": {
      "id": 15,
      "name": "holes_y",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 12
      }
    },
    "16": {
      "id": 16,
      "name": "bolt_holes",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 15
      }
    },
    "17": {
      "id": 17,
      "name": "all_holes",
      "op": {
        "type": "Union",
        "left": 3,
        "right": 16
      }
    },
    "18": {
      "id": 18,
      "name": "FlangedShaft",
      "op": {
        "type": "Difference",
        "left": 13,
        "right": 17
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 18,
      "material": "default"
    }
  ]
}

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