← mecheval / task / a1-plate-01
Drilled plate A · A1 · a1-plate-01
primitives · boolean · holes
Expected
Prompt
Make a 50mm × 30mm × 10mm rectangular plate. Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 10). Drill four cylindrical through-holes of diameter 3mm, axes parallel to Z, positioned 5mm in from each corner of the top face.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-25,
-15,
0
],
"max": [
25,
15,
10
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 14717.3,
"tolerance_pct": 0.5
}3
hole_count{
"type": "hole_count",
"diameter_mm": 3,
"expected": 4,
"diameter_tolerance_mm": 0.05
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 3,
"positions": [
[
20,
10,
0
],
[
-20,
10,
0
],
[
-20,
-10,
0
],
[
20,
-10,
0
]
],
"tolerance_mm": 0.1
}5
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 0.1
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 50000,
"max_wallclock_sec": 300,
"max_tool_calls": 50
}