OpenSCAD

OpenSCAD#

Pàgina en desenvolupament

Encara estem treballant en aquest document.
Esperem oferir-vos properament el seu contingut.
Disculpeu les molèsties.

OpenSCAD es un programari de disseny 3D amb Constructive Solid Geometry (CSG): els objectes es construeixen amb primitives i operacions booleanes.

cube(3);
Hide code cell source
%%display

cube(3);

Compiling design (CSG Products normalization)...
Normalized CSG tree has 1 elements
Geometries in cache: 1
Geometry cache size in bytes: 728
CGAL Polyhedrons in cache: 0
CGAL cache size in bytes: 0
Total rendering time: 0:00:00.049
_images/2ad6b9ed8770be12823ae23a0c9ff294cb81237fe7f5afac0efd07fa28f26b8b.png
cube([60,20,40]);
Hide code cell source
%%display

cube([60,20,40]);

Compiling design (CSG Products normalization)...
Normalized CSG tree has 1 elements
Geometries in cache: 1
Geometry cache size in bytes: 728
CGAL Polyhedrons in cache: 0
CGAL cache size in bytes: 0
Total rendering time: 0:00:00.049
_images/503dc02e59ec5c847bcb6b1070261ecf4efc287fd1d454215d5213761d673b67.png