← mecheval / task / a2-mounting-rail-01
Mounting rail with three through-holes A · A2 · a2-mounting-rail-01
rail · multi-hole · boolean
Expected
Prompt
Make a long rectangular mounting rail 100mm long (X) × 20mm wide (Y) × 8mm thick (Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 8). Drill three through-holes of diameter 6mm, axes parallel to Z, evenly spaced along the centerline (y = 0) at x = -40, x = 0, and x = 40. Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-50,
-10,
0
],
"max": [
50,
10,
8
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 15321.42,
"tolerance_pct": 0.5
}3
hole_count{
"type": "hole_count",
"diameter_mm": 6,
"expected": 3,
"diameter_tolerance_mm": 0.05
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 6,
"positions": [
[
-40,
0,
0
],
[
0,
0,
0
],
[
40,
0,
0
]
],
"tolerance_mm": 0.15
}5
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 0.5
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 30000,
"max_wallclock_sec": 180,
"max_tool_calls": 30
}