Changed the dimensions to look more like the screenshots on ParametricParts.com.
This commit is contained in:
parent
9e893701e3
commit
627e99e4f1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user