omdl  v1.0
OpenSCAD Mechanical Design Library
project_box_rectangle.scad File Reference

A rectangular box maker for project boxes, enclosures and housings. More...

Go to the source code of this file.

Functions and/or Modules

module project_box_rectangle (wth, h, size, vr, vrm, inset, lid, lip, rib, wall, post, hole, shape, align, mode=0, verb=0)
 A rectangular box maker for project boxes, enclosures and housings. More...
 
function project_box_rectangle_size (wth, h, size, inset, lid, lip, mode=0, bbox=0)
 Get the bounding box dimensions for a specified project box. More...
 

File Details

A rectangular box maker for project boxes, enclosures and housings.

Author
Roy Allen Sutton
Date
2024,2026

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