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.
Asked
Active
Viewed 681 times
0
-
The documentation (eg http://reference.wolfram.com/mathematica/ref/format/OBJ.html) provides what looks like a simple example to me. What exactly are you stuck on ? – High Performance Mark Sep 13 '13 at 10:11
-
You can use `SetDirectory[]` to specify current working directory. – Alexey Popkov Oct 13 '13 at 05:54
1 Answers
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