Changed the dimensions to look more like the screenshots on ParametricParts.com.

This commit is contained in:
Jeremy Wright 2014-06-12 20:22:31 -04:00
parent 9e893701e3
commit 627e99e4f1

View File

@ -20,9 +20,9 @@ import cadquery
import Part
#The dimensions of the box. These can be modified rather than changing the box's code directly.
length = 100.0
height = 100.0
thickness = 20.0
length = 80.0
height = 60.0
thickness = 10.0
#Create a 3D box based
bb = cadquery.Workplane("XY").box(length, height, thickness)