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

Select 2D shapes revolved about the z-axis. More...

Go to the source code of this file.

Functions

module torus_rectangle_c (r, pa=0, ra=360, l, m=255, size, core, t, co, cr=0, vr, vr1, vr2, vrm=0, vrm1, vrm2, center=false)
 A rectangular cross-sectional profile revolved about the z-axis. More...
 
module torus_ellipse_cs (r, pa=0, ra=360, l, m=255, size, core, t, a1=0, a2=0, co, cr=0)
 An elliptical cross-sectional profile revolved about the z-axis. More...
 
module torus_pg_trapezoid (r, pa=0, ra=360, l, m=255, b=1, h, sl=1, a=90, vr, vrm=1, vfn, center=false)
 A trapezoidal cross-sectional profile revolved about the z-axis. More...
 

Detailed Description

Select 2D shapes revolved about the z-axis.

Author
Roy Allen Sutton
Date
2015-2019

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