Wolfram Language

3D Printing

3D Printing: Easy as 1, 2, 3!

Version 11 introduces an easy workflow for immediate 3D printingmodeling, analyzing, printing.

Create or upload a 3D model.

In[1]:=
Click for copyable input
model = ExampleData[{"Geometry3D", "Triceratops"}, "Region"]
Out[1]=

Adjust the model if necessaryhollow out the model or resize it to save on material costs.

In[2]:=
Click for copyable input
model = RegionResize[ShellRegion[model], 2]
Out[2]=

Print the model.

In[3]:=
Click for copyable input
Printout3D[model, "IMaterialise"]
Out[3]=

Related Examples

de fr ja ko pt-br ru zh