1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 11:58:39 +01:00
dotSCAD/docs/lib-box_extrude.md
2017-03-26 16:54:06 +08:00

451 B

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

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

box_extrude