← mecheval / task / a2-square-flange-01
Square flange with corner and center holes A · A2 · a2-square-flange-01
plate · multi-hole · boolean · mixed-diameter
Expected
Prompt
Make a square plate 80mm × 80mm × 6mm (X × Y × Z). Center it in X and Y, with the bottom face on the XY plane (z = 0 to z = 6). Drill one central through-hole of diameter 12mm on the Z axis, and four corner through-holes of diameter 6mm with axes parallel to Z, centered 10mm in from each corner of the top face. Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-40,
-40,
0
],
"max": [
40,
40,
6
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 37042.83,
"tolerance_pct": 0.5
}3
hole_count{
"type": "hole_count",
"diameter_mm": 12,
"expected": 1,
"diameter_tolerance_mm": 0.1
}4
hole_count{
"type": "hole_count",
"diameter_mm": 6,
"expected": 4,
"diameter_tolerance_mm": 0.05
}5
hole_positions{
"type": "hole_positions",
"diameter_mm": 12,
"positions": [
[
0,
0,
0
]
],
"tolerance_mm": 0.15
}6
hole_positions{
"type": "hole_positions",
"diameter_mm": 6,
"positions": [
[
30,
30,
0
],
[
-30,
30,
0
],
[
-30,
-30,
0
],
[
30,
-30,
0
]
],
"tolerance_mm": 0.15
}7
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 1
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 30000,
"max_wallclock_sec": 180,
"max_tool_calls": 30
}