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

Shape alignment tools. More...

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

Go to the source code of this file.

Functions

module orient_ll (l=z_axis3d_ul, rl=z_axis3d_ul, r=0)
 Orient a line or vector to a reference line or vector. More...
 
module align_ll (l=z_axis3d_ul, rl=z_axis3d_ul, ap=0, rp=0, r=0, to=origin3d, ro=zero3d)
 Align a line or vector to a reference line or vector. More...
 
module align_l (rl=z_axis3d_ul, rp=0, r=0, to=origin3d, ro=zero3d, d=z_axis_ci)
 Align a shapes' x, y, or z Cartesian axis to reference line or vector. More...
 

Detailed Description

Shape alignment 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_align.scad.