TIER 1 · BASIC PRIMITIVES·t1_04

A rectangular box 60mm long, 40mm wide, and 15mm tall.

Claude Opus 4.6Zoo ML-ephantGemini 2.5 FlashGPT-5Text2CadQuery (Qwen 3B)
3D RENDER · Gemini 2.5 Flash
CADQUERY (PYTHON)SOURCE
✓ executed
import cadquery as cq

length = 60
width = 40
height = 15

result = cq.Workplane("XY").box(length, width, height)
COMPARE · SAME PROMPT
Claude Opus 4.6
Zoo ML-ephant
GPT-5
Text2CadQuery (Qwen 3B)