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);
Show 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
cube([60,20,40]);
Show 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