Export 3D object, Mathematica

722 Views Asked by At

I've been researching this, but I cannot find a simple example for how to do this. I would like to export a 3D object as an .obj into a specified folder.

1

There are 1 best solutions below

0
On
Export["Your file name.obj", "Your 3D object"]

You can find examples here: http://reference.wolfram.com/mathematica/ref/format/OBJ.html