Re: Exporting to DXF
- To: mathgroup at smc.vnet.net
- Subject: [mg93242] Re: Exporting to DXF
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 1 Nov 2008 05:06:04 -0500 (EST)
- References: <geee8a$aal$1@smc.vnet.net>
Hi, try Export["i:/temp/Dodecahedron.dxf", PolyhedronData["Dodecahedron"] // N] Regards Jens darrellp wrote: > For testing purposes, I exported about the simpliest thing I could think > of in 6.0.1.0: > > Export["Dodecahedron.dxf", PolyhedronData["Dodecahedron"]] > > I then tried to read in the DXF file in Zam3d (a XAML 3D package) and > also in 3DS Max. Both claimed it was an invalid DXF file. 3DS Max said > it had received "Error code e" whatever that means. Does anybody know > what the problem is and how to fix it? Thanks! > > Darrell Plank >