1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 06:08:31 +01:00

added doc

This commit is contained in:
Justin Lin 2017-03-15 15:24:14 +08:00
parent 905112349d
commit 68ffd2b647
2 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

14
docs/lib-hollow_out.md Normal file
View File

@ -0,0 +1,14 @@
# hollow_out
Hollow out a 2D object.
## Parameters
- `shell_thickness` : The thickness between the exterior and interior.
## Examples
hollow_out(shell_thickness = 1) circle(r = 3, $fn = 48);
hollow_out(shell_thickness = 1) square([10, 5]);
![hollow_out](images/lib-hollow_out-1.JPG)