go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mathematica Documentation



Chapter 9 of the manual is the only written documentation on the
Mathematica/Geomview converter. I will try to answer any specific
questions you might have. 

>in respect of saving Geomview3D figures with Mathematica.  

I'm not sure exactly what you're asking here. 

To see a Mathematica Graphics3D or SurfaceGraphics object in Geomview,
load the Geomview.m package. Then the objects will appear in a dynamic
Geomview window instead of a static PostScript window.

weyl [2] [/u/munzner] -> math
Mathematica 2.2 for SGI
Copyright 1988-93 Wolfram Research, Inc.
License valid through 31 Aug 1994.
 -- Motif graphics initialized --

In[1]:= ParametricPlot3D[{Sin[x],Sin[y],Sin[x]*Cos[y]},
{x,0,Pi},{y,0,Pi}]

Out[1]= -Graphics3D-

In[2]:= <<Geomview.m
 -- Geomview graphics initialized --

In[3]:= Show[%1]

Out[3]= -Graphics3D-


To save a Mathematica object into a file in the OOGL graphics format,
which can later be read by Geomview, load the "OOGL.m" package and use
the "WriteOOGL" command, as below.

weyl [3] [/u/munzner] -> math
Mathematica 2.2 for SGI
Copyright 1988-93 Wolfram Research, Inc.
License valid through 31 Aug 1994.
 -- Motif graphics initialized --

In[1]:= <<OOGL.m

In[2]:= ParametricPlot3D[{x,y,Sin[x*y]},{x,0,Pi},{y,0,Pi}]

Out[2]= -Graphics3D-

In[3]:= WriteOOGL["newfile.oogl", %2]

Out[3]= -Graphics3D-


Tamara Munzner	The Geometry Center


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo