OpenSCAD User Manual/First Steps/Creating a simple model
From Wikibooks, open books for an open world
For our first model we will create a simple 2 x 3 x 4 cuboid. In the openSCAD editor, type the following one line command:
| Usage example 1 - simple cuboid: (Note: Do NOT type this line in.) | |
cube([2,3,4]); |
Compiling and rendering our first model [edit]
The cuboid can now be compiled and rendered by pressing F6 while the openSCAD editor has focus.