1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-03 03:33:08 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-04-26 13:48:43 +08:00
parent 5e1be197d4
commit 67309d8c42

View File

@@ -5,7 +5,9 @@ Creates a box (container) from a 2D object.
## Parameters
- `height` : The box height.
- `shell_thickness` : The thickness between the exterior and interior..
- `shell_thickness` : The thickness between the exterior and interior.
- `offset_mode` : `"delta"` (default) or `r`. See [offset](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#offset) for details.
- `chamfer` : Default `false`. See [offset](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Transformations#offset) for details.
## Examples