ImplicitCAD
1 program
Added 2026-02-13T11:14:50Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit a3299cc584 · authored 2026-02-13T12:15:41+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Cylinder with Sphere
Provenance: commit a3299cc584 · authored 2026-02-13T12:15:41+01:00 · agent claude-code · model sonnet · WebSearch disabled
-- Simple cylinder with rounded edges
cylinder2 r h = extrude h (circle r);
main = union [
cylinder2 10 30,
translate [0, 0, 25] (sphere 12)
]