Skip to content

Instantly share code, notes, and snippets.

@jay3sh
Created June 11, 2011 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jay3sh/1020333 to your computer and use it in GitHub Desktop.
Save jay3sh/1020333 to your computer and use it in GitHub Desktop.
Abstract art
#!/usr/bin/python
from cadmium import *
b0 = Box(x=4,y=4,z=4, center=True)
s0 = Sphere(radius=2.5)
(s0 - b0).toSTL('abstract.stl')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment