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

Shape extrusion tools. More...

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

Go to the source code of this file.

Functions

module extrude_rotate_tr (r, pa=0, ra=360)
 Translate, rotate, and revolve a 2d shape about the z-axis. More...
 
module extrude_rotate_trs (r, pa=0, ra=360, s, m=0)
 Translate, rotate, scale, and revolve a 2d shape about the z-axis. More...
 
module extrude_rotate_trl (r, pa=0, ra=360, l, m=255)
 Translate, rotate, and revolve a 2d shape about the z-axis with linear elongation. More...
 
module extrude_linear_uss (h, center=false, c=true, ha=0)
 Linearly extrude a 2d shape with uniformly-spaced profile scaling. More...
 
module extrude_linear_mss (h, center=false, c=true)
 Linearly extrude a 2d shape with multi-segment uniformly-spaced profile scaling. More...
 

Detailed Description

Shape extrusion tools.

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