RosettaCodeData/Task/Draw-a-sphere/Brlcad/draw-a-sphere.brlcad
2023-07-01 13:44:08 -04:00

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