← mecheval / task / a3-rotated-block-01
Block with compound rotation A · A3 · a3-rotated-block-01
rotation · spatial-reasoning · advanced
Expected
Prompt
Make a rectangular block 40mm long (X) × 30mm wide (Y) × 20mm tall (Z), centered at the origin BEFORE any rotation. Then rotate the block about its center by 30 degrees around the Z axis (the rotation matrix Rz(30°)), and after that rotate again by 15 degrees around the X axis (Rx(15°)). Both rotations are about the origin, which is the block's center. Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-24.82,
-24.81,
-15.62
],
"max": [
24.82,
24.81,
15.62
],
"tolerance_mm": 0.5
}2
mass_props{
"type": "mass_props",
"volume_mm3": 24000,
"center_of_mass": [
0,
0,
0
],
"tolerance_pct": 0.5
}3
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 0.5
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 40000,
"max_wallclock_sec": 240,
"max_tool_calls": 40
}