모델을 3D 인쇄 서비스 제공사에 보내기
온라인 3D 인쇄 서비스와의 원활한 통합을 통해 모델을 쉽게 인쇄 서비스사에 보낼 수 있게 되었습니다.
In[1]:=

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

모델을 i.materialise 3D 인쇄 서비스에 보냅니다.
In[2]:=

Printout3D[model, "IMaterialise"];

Sculpteo에 보냅니다.
In[3]:=

Printout3D[model, "Sculpteo"];

Shapeways로 보냅니다.
In[4]:=

Printout3D[model, "Shapeways"];

3D Hubs에 보냅니다.
In[5]:=

Printout3D[model, "3DHubs"];
