ktongue's picture
download
raw
347 Bytes
import cadquery as cq
wp = cq.Workplane('XY')
box_r = wp.box(1, 2, 3)
box_g = wp.box(2, 3, 1)
box_b = wp.box(3, 1, 2)
show_object(box_r, name='red box', options={ 'color': 'red' })
show_object(box_g, name='green box', options={ 'color': 'green' })
show_object(box_b, name='blue box', options={ 'color': 'blue' })
debug(wp.box(3.1, 3.1, 3.1))

Xet Storage Details

Size:
347 Bytes
·
Xet hash:
99cc1cc8d7ba3517a1e70220810a7405dec26b5b044566a5c69ed5814b84f490

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