omdl  v0.9.5
OpenSCAD Mechanical Design Library
basic_3d.scad File Reference

Basic 3D shapes. More...

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

Go to the source code of this file.

Functions

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

Detailed Description

Basic 3D shapes.

Author
Roy Allen Sutton
Date
2015-2023

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 basic_3d.scad.