omdl  v0.6.1
OpenSCAD Mechanical Design Library
tools_edge.scad File Reference

Shape edge finishing tools. More...

+ Include dependency graph for tools_edge.scad:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

module edge_profile_r (r, p=0, f=1, a=90,)
 A 2d edge-finish profile specified by intersection radius. More...
 
module edge_add_r (r, l=1, p=0, f=1, m=3, ba=45, a1=0, a2=90, center=false)
 A 3d edge-finish additive shape specified by intersection radius. More...
 

Detailed Description

Shape edge finishing tools.

Author
Roy Allen Sutton
Date
2017

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