将模型发送到三维打印服务商
与类似于 Shapeways 的三维打印服务无缝整合,使得将模型送去打印变得很容易.
In[1]:=

model = Plot3D[Sin[x + y^2], {x, -3, 3}, {y, -2, 2},
PlotTheme -> "ThickSurface"]
Out[1]=

将模型发送至 i.materialise 三维打印服务.
In[2]:=

Printout3D[model, "IMaterialise"];

Sculpteo.
In[3]:=

Printout3D[model, "Sculpteo"];

Shapeways.
In[4]:=

Printout3D[model, "Shapeways"];

3D Hubs.
In[5]:=

Printout3D[model, "3DHubs"];
