3 lines
195 B
Text
3 lines
195 B
Text
opendb cuboid.g y # Create a database to hold our shapes
|
|
units cm # Set the unit of measure
|
|
in cuboid.s rpp 0 2 0 3 0 4 # Create a 2 x 3 x 4 cuboid named cuboid.s
|