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

Drafting tools and general operations. More...

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

Go to the source code of this file.

Functions

Layers
module draft_in_layers (layers=draft_get_config("layers-default"))
 Assign one or more layers to child objects. More...
 
Placement
module draft_move (list)
 Move one or more child objects to sheet a reference zone. More...
 
Sheet
module draft_sheet (sheet, frame, zone, grid, origin, check=false, layers=draft_get_config("layers-sheet"))
 Construct a drafting sheet with frame, zone, grid, and origin. More...
 
module draft_axes (size, w=1, s=2, a=0, ts=0, layers=draft_get_config("layers-sheet"))
 Construct drafting sheet axes. More...
 
module draft_ruler (units="mm", marks=10, groups=5, mark_size=1, group_height=5, label_scale=2/3, label_hide=false, order=1, w=1, layers=draft_get_config("layers-sheet"))
 Construct a drafting sheet ruler. More...
 
Tables
module draft_table (map, fmap, zp=0, window=false, layers=draft_get_config("layers-table"))
 Construct a text table that is populated by rows and columns. More...
 
module draft_ztable (text, map, zp=0, number=false, window=false, layers=draft_get_config("layers-table"))
 Construct a text table that is populated by predefined zones. More...
 
module draft_note (head, note, size, line, halign="left", cmh=draft_get_config("note-cmh"), cmv=draft_get_config("note-cmv"), zp=0, window=false, layers=draft_get_config("layers-note"))
 Construct a text note with optional heading and boarder. More...
 
module draft_title_block (text, map=draft_title_block_map_style1, zp=0, number=false, window=false, layers=draft_get_config("layers-titleblock"))
 Construct a sheet title block. More...
 

Detailed Description

Drafting tools and general operations.

Author
Roy Allen Sutton
Date
2019-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 operation.scad.