AI 3D Design Complete Guide 2026: Generate, Explore, or Code

AI 3D design covers more ground in 2026 than ever: Text-to-CAD generating editable models from prompts, generative design exploring shape candidates from requirements, and code CAD written together with an LLM. Technologies of different ancestry now intersect at one point, making shapes with AI.
More options demand not more tool trivia but a durable set of judgment axes. This guide organizes AI 3D design for functional parts along three: output data, who decides the shape, and budget, into one map you can reverse-look-up from the thing you want to make. It doubles as the index to the deep dives in this series.
Mesh-generating Text-to-3D for figures and styling is the adjacent, separate territory, mapped in the Text-to-3D guide and the AI 3D generation roadmap. This article covers the side where dimensions mean something.
Three Lineages: Generate, Explore, Code
First lineage: generation. From a natural-language prompt straight to an editable model in STEP, the engineering data format. The exemplar, Zoo, returns STEP per generation, optionally with KCL, the procedure-as-code, and hands off to feature-tree finishing. Basics in the Text-to-CAD guide, daily practice in Zoo Text-to-CAD in Practice.
Second: exploration. Humans supply requirements, loads, constraints, manufacturing methods, and an algorithm searches the shape space. Generative design returns many alternatives; topology optimization carves an existing shape toward one. Hands-on guides: generative design and topology optimization.
Third: code. Let your existing LLM write OpenSCAD or CadQuery scripts. Marginal cost near zero, designs archived as text; the patterns are in the OpenSCAD LLM workflow. The three are not rivals: generation buys the first 80 percent, exploration buys shapes beyond your imagination, code buys iteration and asset-building. The map exists to place your current problem in the right lineage.
Their AI internals differ too: generation has a language model write the build procedure, exploration runs optimization over a condition space, code uses a general LLM as translator. Same signboard, different machinery, different strengths. Assume “AI can do it” as one lump and the tools will seem to betray you; set expectations by the machinery and they will not.
Design-adjacent AI, research, CAD operation help, drawing automation, admin agents, lives on a different layer from shape-making; that landscape is the five types in the AI CAD copilot comparison.
Axis 1, Output Data: Mesh or B-Rep
The first axis is the artifact’s format, and the whole debate compresses into one rule: if you will ever retype a dimension or hand the file to someone, the answer is B-Rep, meaning STEP. STEP, standardized as ISO 10303, is the lingua franca of engineering data and preserves dimensions as design intent. STL-class meshes are triangle collections, fine for printing, empty of edit and hand-off information. And mesh-to-B-Rep recovery is effectively impractical, triangles hold no record of which facets form one face or which holes are coaxial, shape survives, intent dies, so the exit format must be chosen at the entrance. “Mesh now, convert if needed later” is a plan that never works.
Per lineage: Zoo outputs STEP directly. Generative design imports chosen candidates as editable geometry; topology optimization returns a reference mesh that presumes remodeling. In code CAD, OpenSCAD exports mesh only, no STEP, while CadQuery exports STEP. The axis does not demand perfectionism: a one-off jig for your own printer does not need STEP, and a part headed for production has no business being a mesh. Spend ten seconds imagining the part’s future and pick its exit.
Axis 2, Who Decides the Shape: Describe, Generate, Explore
The second axis is where shape-deciding authority sits. In describing, the human fully specifies the form; code CAD is this pole, with the LLM as a translator of what you verbalized, authority 100 percent human. The speed of translation improved; the subject of the sentence never changed, which is why describing suits engineers who like being sure. In generating, the human sets the frame and the AI interprets details: “flange, 60 mm OD, four bolt holes” decides that much, the model fills the rest, roughly a half split, and exactly why measuring and finishing are mandatory. Prompt detail is the dial: specify more and you approach describing, name only the part and you approach exploring. Conversational agents like Zookeeper soften the split further, pulling authority back to the human one request at a time. In exploring, the human states only requirements and hands the invention of form to the algorithm; that is why generative results come from outside your imagination, and why the un-entered load is the axis’s tax: authority transferred is requirements-dependence gained.
The axis earns its keep in failure diagnosis. Describing failed: your verbalization was bad. Generating failed: prompt or verification was bad. Exploring failed: requirements were bad. Knowing which box you are in dictates the next move automatically. It also matches entry points to temperament, code-and-prose thinkers start at describing, show-me-the-shape-now people at generating, statics-fluent people at exploring, and every road runs through the same tollgate of measurement and verification, so no entrance is a mistake. One line never moves: however much authority you delegate, responsibility for adoption and verification stays human. “The AI made it” defends nothing; you defined the requirements and picked the candidate.
Axis 3, Budget: Free Stack to Metered Runs
| Stack | Upfront | Ongoing | What you get |
|---|---|---|---|
| OpenSCAD / CadQuery + your LLM | Free | Free | Code CAD, mesh to STEP output |
| Zoo Free plan | Free | Free within 20 min Zookeeper + 10 dollars API monthly | Text-to-CAD, STEP + KCL |
| Autodesk Fusion + tokens | 116,600 yen/yr (tax incl.) | Shape optimization 3 tokens (about 10 dollars) / generative 11 tokens (about 38 dollars) per study | Exploration (GD/TO) + integrated CAD |
The table reads as a staircase: lower rows trade money for reach beyond your imagination, upper rows trade zero cost for hands-on mileage. The entrance to AI 3D design is genuinely free, code CAD plus Zoo’s free tier covers two of three lineages today, and payment begins only where exploration does, at a few thousand yen per run. The “buy expensive software first, learn second” era is over. Safest order: build the order-and-verify habit on the free lineages, then step into Fusion metering when a real lightweighting or exploration need appears. Autodesk prices moved more than once in 2026; confirm current reseller sheets before committing.
Count the non-monetary costs too: learning time runs hours for code-CAD basics, tens of minutes for prompt patterns, longer for requirement-definition craft; operationally, Zoo and Fusion exploration are cloud-bound while code CAD is fully local. Overlay your environment and your hours on the money table to see total cost. And free-to-start is not free-to-stay: once the free tier demonstrably saves hours, compare the hourly value against the meter and pay without drama; if paying precedes any felt effect, a premise upstream, part choice, requirement phrasing, has already cracked.
Reverse Lookup: From the Thing to the Tool
| What you want to make | Recommended route | Deep dive |
|---|---|---|
| Replacement for a broken part, simple functional parts | Zoo or OpenSCAD + LLM: generate, measure, print | Text-to-CAD guide / OpenSCAD LLM workflow |
| Jigs and organizers remade in many sizes | Code CAD with variables, or Zoo KCL as asset | OpenSCAD LLM workflow / Zoo in practice |
| An existing part, lighter and stronger | Fusion shape optimization, remodel, verify | Topology optimization |
| A structural part rethought from zero | Fusion generative design | Generative design guide |
| AI across the whole design workflow | Find your bottleneck among the 5 types | AI CAD comparison |
| Figures and styling pieces | Mesh generation (separate territory) | Text-to-3D guide |
Three disciplines are shared by every route. Measure every generated artifact. Back safety-relevant parts with analysis and physical tests. Verbalize requirements, dimensions, loads, use, before facing the tool. Every AI design tool in this series interrogates your requirement language; master that and the tools become interchangeable. Of the three, measuring is the most neglected, because generated output looks plausible and eyes mistake plausible for correct. Check mating diameter, hole pitch, overall length, three numbers, one minute, and hours of failed prints stay in the filament box. Combining routes is normal practice too: lighten a Zoo-generated part with shape optimization, or stress-verify the flagship of an OpenSCAD jig family in Fusion; the workflows chain exactly as written in their articles.
Late 2026: Reading the Plate Shifts
How long does this map stay current? The CAD majors’ embedded AI ships today as guidance, but the water is moving: Autodesk’s Fusion Assistant technology preview already reaches natural-language creation of basic geometry with extrudes and fillets, and SOLIDWORKS Labs is beta-testing LEO, its shape-generating agent (unrelated to getleo.ai’s Leo AI). The day those graduate to release, the “Text-to-CAD belongs to startups” borderline redraws itself.
The three axes, output data, decision authority, budget, are name-independent, though. A new tool appears; you place it on the axes and know its position. Map names change, compasses do not. Is it premature to learn now, then? The opposite: when big-vendor features hit release, the people who benefit instantly are those already carrying the order-verify-finish pattern. Tool operations get relearned per tool; the pattern transfers. Waiting out betas is rational for tool purchases, never for skill.
Summary: The Map Is Done, Walking Is Left
AI 3D design for functional parts on one page. Three lineages: generation (Text-to-CAD, direct STEP), exploration (generative design and topology optimization), code (OpenSCAD and CadQuery with your LLM), used by problem, not ranked. Axis one, data: retype-or-hand-off means B-Rep, and mesh recovery is a dead end, so choose the exit at the entrance. Axis two, authority: describe, generate, explore, and diagnose failures by which box you are in. Axis three, budget: the entrance is free via code CAD and Zoo’s tier; exploration meters at roughly 10 to 38 dollars per study over a Fusion subscription. Vendor betas are moving natural-language modeling toward release, and the axes will absorb whatever ships.
Using the map is a three-question habit: mesh or B-Rep, where does decision authority sit, flat or metered pricing. Any tool that answers all three has told you its place and your need; any tool whose official pages cannot answer them has earned your suspension of judgment. The tools are assembled, the entrance costs nothing, the verification ritual is written down. The remaining variable is whether you walk: this weekend, take one broken bracket or one overweight print, pick a route, and walk it to the end, generate, measure, fix, print. AI 3D design turns from topic into skill one completed lap at a time.





