← mecheval / task / a1-pipe-01
Hollow pipe A · A1 · a1-pipe-01
primitives · boolean · pipe · hollow
Expected
Prompt
Make a hollow cylindrical pipe with outer diameter 30mm and inner diameter 20mm. Length 40mm, axis along Z, base on the XY plane (z = 0 to z = 40). The bore is a single through-hole on the central axis. Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-15,
-15,
0
],
"max": [
15,
15,
40
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 15707.96,
"center_of_mass": [
0,
0,
20
],
"tolerance_pct": 1
}3
hole_count{
"type": "hole_count",
"diameter_mm": 20,
"expected": 1,
"diameter_tolerance_mm": 0.1
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 20,
"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
}