omdl  v1.0
OpenSCAD Mechanical Design Library
common_3d.scad File Reference

Common 3D shapes. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions and/or Modules

module cone (size=1, vr, center=false)
 A cone. More...
 
module cuboid (size=1, vr, vrm=0, center=false)
 A cuboid with edge, round, or chamfer corners. More...
 
module ellipsoid (size=1, center=false)
 An ellipsoid. More...
 
module ellipsoid_s (size=1, a1=0, a2=0, center=false)
 A sector of an ellipsoid. More...
 
module pyramid_t (size=1, center=false)
 A pyramid with trilateral base formed by four equilateral triangles. More...
 
module pyramid_q (size=1, center=false)
 A pyramid with quadrilateral base. More...
 
module star3d (size=1, n=5, half=false, center=false)
 A three-dimensional star. More...
 

File Details

Common 3D shapes.

Author
Roy Allen Sutton
Date
2015-2023,2026

This file is part of omdl, an OpenSCAD mechanical design library.

The omdl is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

The omdl is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the omdl; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA; or see http://www.gnu.org/licenses/.

Definition in file common_3d.scad.