MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

(yet another) dxf translation question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4916] (yet another) dxf translation question
  • From: Larry Burks <lburks at venus.gsd.harvard.edu>
  • Date: Fri, 4 Oct 1996 00:17:49 -0400
  • Organization: Harvard University GSD
  • Sender: owner-wri-mathgroup at wolfram.com

I fave searched through everything I could find about writing dxf files
from Mathmatica. (I'm running 2.2.4 in Windows 95) The closest I could
find was the snipet below:

 Needs["Utilities`DXF`"]
  
 shape = Plot3D[Sin[x+Sin[y]], {x,-3,3},{y,-3,3}]
 
 WriteDXF["knot.dxf", shape]
 

Instead, what I get is this message:

 WriteDXF[knot.dxf, -SurfaceGraphics-]


What am I missing? Thanks for your help!

-- 
Larry Burks

Harvard University Graduate School of Design - MARCH 1 7th Semester
lburks at gsd.harvard.edu    -   http://www.gsd.harvard.edu/~gsd94lb5/

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: help!! Plot3D of ellipsoid
  • Next by Date: How to display Conjugate[z] as z*?
  • Previous by thread: Re: (yet another) dxf translation question
  • Next by thread: Re: (yet another) dxf translation question