mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
added doc
This commit is contained in:
BIN
docs/images/lib-hollow_out-1.JPG
Normal file
BIN
docs/images/lib-hollow_out-1.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
14
docs/lib-hollow_out.md
Normal file
14
docs/lib-hollow_out.md
Normal 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]);
|
||||||
|
|
||||||
|

|
Reference in New Issue
Block a user