1. Interface


OpenSCAD is divided into two primary columns.

The left column is a text editor where you write OpenSCAD scripting language for creating models. Any model you create will be "written" in this text editor.

At the top of the right column is a "virtual" 3D space where programmed models are displayed. Upon launching OpenSCAD, you can see the reference axes X, Y, and Z.
At the bottom of the virtual space is the function panel. The most important function is "preview" (F5), which projects the written object into our space. Equally important is the "render" function. Other functions serve for zooming, rotating the view, or toggling axis visibility.
At the bottom of the right column, you will find the console where OpenSCAD will output any error messages or additional information while creating models.