RosettaCodeData/Task/Draw-a-sphere/Openscad/draw-a-sphere.scad
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

2 lines
53 B
OpenSCAD

// This will produce a sphere of radius 5
sphere(5);