mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 10:42:57 +02:00
added box_extrude
This commit is contained in:
BIN
docs/images/lib-box_extrude-1.JPG
Normal file
BIN
docs/images/lib-box_extrude-1.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
docs/images/lib-box_extrude-2.JPG
Normal file
BIN
docs/images/lib-box_extrude-2.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
21
docs/lib-box_extrude.md
Normal file
21
docs/lib-box_extrude.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# box_extrude
|
||||
|
||||
Create a box (container) from a 2D object.
|
||||
|
||||
## Parameters
|
||||
|
||||
- `height` : The box height.
|
||||
- `shell_thickness` : The thickness between the exterior and interior..
|
||||
|
||||
## Examples
|
||||
|
||||
box_extrude(height = 30, shell_thickness = 2)
|
||||
circle(r = 30);
|
||||
|
||||

|
||||
|
||||
box_extrude(height = 30, shell_thickness = 2)
|
||||
text("XD", size = 40, font = "Cooper Black");
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user