← mecheval / task / a4-flanged-shaft-01
Flanged hollow shaft with bolt circle A · A4 · a4-flanged-shaft-01
flange · shaft · bolt-circle · central-bore · boolean · advanced
Expected
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{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-40,
-40,
0
],
"max": [
40,
40,
60
],
"tolerance_mm": 0.2
}2
mass_props{
"type": "mass_props",
"volume_mm3": 73874.55,
"tolerance_pct": 1.5
}3
hole_count{
"type": "hole_count",
"diameter_mm": 15,
"expected": 1,
"diameter_tolerance_mm": 0.1
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 15,
"positions": [
[
0,
0,
0
]
],
"tolerance_mm": 0.2
}5
hole_count{
"type": "hole_count",
"diameter_mm": 6,
"expected": 4,
"diameter_tolerance_mm": 0.05
}6
hole_positions{
"type": "hole_positions",
"diameter_mm": 6,
"positions": [
[
30,
0,
0
],
[
0,
30,
0
],
[
-30,
0,
0
],
[
0,
-30,
0
]
],
"tolerance_mm": 0.2
}7
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 1.5
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 40000,
"max_wallclock_sec": 240,
"max_tool_calls": 40
}
Recent attempts
mass_props · volume off by 131.4%
bbox · Z off by +0.20mm
mass_props · volume off by 315.7%
mass_props · volume off by 148.0%