Re: Exporting 3D plots
- To: mathgroup at smc.vnet.net
- Subject: [mg48650] Re: Exporting 3D plots
- From: "Roger L. Bagula" <rlbtftn at netscape.net>
- Date: Wed, 9 Jun 2004 04:17:18 -0400 (EDT)
- References: <ca3gi8$rqb$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You can get Autocad file.dfx and pov ray file.ray files fron 3d
in Mathematica.
You need : ("Utilities`DXF`")
DXF.m
WriteDXF::usage =
"WriteDXF[filename,graphics3D] writes the graphic to the
file specified by the string filename in the AutoCAD .dxf
format. The option PolygonsOnly will allow only polygons
to be written.";
and
Roman Meader's add on
POVray.m
POVray::usage = "POVray[filename, graphics] writes graphics in POVray format
to file. POVray[stream, graphics] uses stream for output."
Dag wrote:
> Is there a way of exporting 3d plots to a format like .obj or .3ds
> which can be opened in a 3d package. I can also work with renderman
> .rib format if that is easier.
>
> Dag
>