Mathematica Project, Math 21a, Fall, 2012

The project

This creative project asks you to produce an art object in Mathematica which can be printed on a 3D printer.
The project is due Sunday December 9, 2012 but you can submit anytime unitl then. Submit the project electronically to knill@math.harvard.edu after deleting all output (Choose Cell->DeleteAllOutput in the menu to the top of this window. You will get a confirmation that your project is accepted). We will print the printable submissions using a 5000 dollar grant from the Elson Family Arts initiative. We try to print as many projects as possible until the money is gone.

Example: A bumpy sphere

Grab the bracket to the right of the following yellow cell with the cursor. Click on it, then hold the Shift key and hit Return to evaluate the cell. A graphic showing the parametrized surface should appear below.

(Debug) In[1]:=

project2012_1.gif

(Debug) Out[1]=

project2012_2.gif

The simplest export, which a 3D printer understands is in STL format, but this does not use the color:

(Debug) In[2]:=

project2012_3.gif

It will look as follows:

(Debug) In[3]:=

project2012_4.gif

(Debug) Out[3]=

project2012_5.gif

If we want to print in color, we have to export in WRL (virtual world reality modelling language) format as follows:

(Debug) In[4]:=

project2012_6.gif

(Debug) Out[4]=

project2012_7.gif

When this object is uploaded to http://www.shapeways.com using millimeters as unit and printed in Full Color Sandstone, it costs 17 dollars. The cost of the printing very much depends on the material as well as the size. You get full credit if you submit an original object which can be printed for less than 20 dollars. Original means that it should be something new. Submitting a bare sphere for example is not original. Here is how the above project looks on Shapeways:

(Debug) In[5]:=

project2012_8.gif

(Debug) Out[5]=

project2012_9.gif

In the rest of this notebook, we give you more examples and ideas to get started.

Tips

-Watch the size.
-Minimal wall thickness: 1mm.
-Surfaces need to be closed.
-The object should be connected. One piece only
- Not too many polygons (1 Million).
-Increase the resolution like PlotPoints0->100 to make the object smoother.
-Watch the dimension of the object so that the prize is reasonable
-Submit the WRL or STL file to Shapeways to see whether it prints.

Example: A Sculpture

(Debug) In[72]:=

project2012_10.gif

(Debug) Out[77]=

project2012_11.gif

Example: The perfect Euler brick

(Debug) In[13]:=

project2012_12.gif

(Debug) Out[28]=

project2012_13.gif

(Debug) Out[29]=

project2012_14.gif

Example: A form

(Debug) In[70]:=

project2012_15.gif

(Debug) Out[70]=

project2012_16.gif

(Debug) Out[71]=

project2012_17.gif

Example: A ring

Start with a ring with 21 millimeter center radius. It is flatt with 5 millimeter.

(Debug) In[79]:=

project2012_18.gif

Lets add something on top:

(Debug) In[80]:=

project2012_19.gif

The translation and rotation and scaling things do not work unfortunately:

(Debug) In[81]:=

project2012_20.gif

(Debug) Out[81]=

project2012_21.gif

(Debug) Out[82]=

project2012_22.gif

Example: A  wire form

project2012_23.gif

(Debug) Out[38]=

project2012_24.gif

(Debug) Out[39]=

project2012_25.gif

Example: A polyhedron

(Debug) In[56]:=

project2012_26.gif

(Debug) In[68]:=

project2012_27.gif

(Debug) Out[68]=

project2012_28.gif

(Debug) Out[69]=

project2012_29.gif

Example: A surface

project2012_30.gif

(Debug) Out[45]=

project2012_31.gif

(Debug) Out[46]=

project2012_32.gif

Example: A statue

(Debug) In[59]:=

project2012_33.gif

(Debug) Out[66]=

project2012_34.gif

(Debug) Out[67]=

project2012_35.gif


We will have a workshop during the last week, which will give you more ideas and answer any questions. Feel free to email Oliver if you have questions.  

Oliver Knill, November 22, 2012

Spikey Created with Wolfram Mathematica 8.0