3 lines
216 B
Text
3 lines
216 B
Text
opendb balls.g y # Create a database to hold our shapes
|
|
units cm # Set the unit of measure
|
|
in ball.s sph 0 0 0 3 # Create a sphere of radius 3 cm named ball.s with its centre at 0,0,0
|