← mecheval / task / d1-sphere-01
Match a 30mm sphere within 1mm chamfer D · D1 · d1-sphere-01
visual · shape-similarity · image-conditioned · primitive-only
Prompt
Reference images of a 30mm-diameter spherical bead are attached. Design a .vcad that reproduces this shape as closely as possible. The grader will compare your output's tessellated mesh against the target sphere via bidirectional Chamfer distance, in millimetres; a symmetric average of 1mm or less passes. Requirements: - Single solid, single-root .vcad. - Centred on the origin (the target is centred at the origin). - Aim for smooth surface (use ≥ 32 segments on curved primitives). - The simplest correct answer is a 15mm-radius Sphere primitive at the origin.
Checks
0
valid_solid{
"type": "valid_solid"
}1
shape_similarity_chamfer{
"type": "shape_similarity_chamfer",
"target": "target_mesh",
"max_chamfer_mm": 1
}2
dfm{
"type": "dfm",
"rules": [
"min_wall_1.5mm"
]
}Anti-cheese
{
"max_solid_count": 1,
"min_accessory_volume_mm3": 1000
}
Limits
{
"max_tokens": 60000,
"max_wallclock_sec": 240,
"max_tool_calls": 60
}
Runs (0)
no runs yet for this task