0

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.

Nakilon
  • 34,866
  • 14
  • 107
  • 142

1 Answers1

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

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

alephalpha
  • 560
  • 5
  • 13