Skip to content

Instantly share code, notes, and snippets.

View GPSalachs's full-sized avatar
🏠
Working from home

GPSalachs

🏠
Working from home
View GitHub Profile
# Brick Dimensions
brick = brick3D('brick', lx, ly, lz) # lx,ly,lz come input
halfbrick = brick3D('brick', lx / 2, ly, lz)
bricky = brick3D('halfbrick', ly, lx, lz)
# --------------------------------------------#
# ------------------FACE 1--------------------#
# --------------------------------------------#
brick1 = brick