← mecheval / task / a2-washer-01
Annular washer A · A2 · a2-washer-01
axisymmetric · boolean · washer
Expected
Prompt
Make a flat circular washer. Outer diameter 50mm, inner diameter 25mm, thickness 5mm. Axis along Z, base on the XY plane (z = 0 to z = 5). The bore is a single concentric through-hole. Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-25,
-25,
0
],
"max": [
25,
25,
5
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 7363.11,
"center_of_mass": [
0,
0,
2.5
],
"tolerance_pct": 1
}3
hole_count{
"type": "hole_count",
"diameter_mm": 25,
"expected": 1,
"diameter_tolerance_mm": 0.1
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 25,
"positions": [
[
0,
0,
0
]
],
"tolerance_mm": 0.15
}5
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 1
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 20000,
"max_wallclock_sec": 120,
"max_tool_calls": 20
}