ktongue's picture
download
raw
394 Bytes
import cadquery as cq
height = 60.0
width = 80.0
thickness = 10.0
diameter = 22.0
padding = 12.0
model = (cq.Workplane("XY")
.box(height, width, thickness)
.faces(">Z").workplane().hole(diameter)
.faces(">Z").workplane()
.rect(height - padding, width - padding, forConstruction=True)
.vertices().cboreHole(2.4, 4.4, 2.1)
.edges("|Z").fillet(2.0)
)
show_object(model)

Xet Storage Details

Size:
394 Bytes
·
Xet hash:
908d17c113739fc976aa0c78df2bd55da8b85872626901a4a6bba94e84dbefa7

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.