MathGroup Archive 2001

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

Search the Archive

Re: sample dxf output?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30730] Re: sample dxf output?
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 8 Sep 2001 02:56:22 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9n18gg$26f$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

you should have a look at MathGL3d

http://phong.informatik.uni-leipzig.de/~kuska/mathgl3dv3/

it can export any Mathematica 3d graphics
as
 - DXF
 - VRML
 - POVRay
 - RenderMan
 - Geomview OFF
 - 3DMF 

Regards
  Jens



Patrick Robin wrote:
> 
> Does anyone have a simple dxf output file from Mathematica I can test
> with. Something like this for example:
> 
>  Needs["Utilities`DXF`"]
> shape = Plot3D[Sin[x+Sin[y]], {x,-3,3},{y,-3,3}]
> WriteDXF["knot.dxf", Graphics3D[shape]]
> 
> Or a simple sphere would be even better.
> 
> I do not own Mathematica yet but I am considering buying it  to build 3d
> solids , export them as dxf and then use them in Alias Studio for
> further modeling but before I do that, I want to make sure the process
> works.
> 
> I would appreciate if someone could email me a dxf file or point me to
> one.
> 
> Thanks
> 
> Patrick


  • Prev by Date: Seeking Mathematica's faults
  • Next by Date: Re: How solve a system of ODE with periodic coeffs.
  • Previous by thread: Re: Seeking Mathematica's faults
  • Next by thread: Mathematica installation in a lab setting