1MATH2OOGL(1gv) MATH2OOGL(1gv)
2
3
4
6 math2oogl - convert Mathematica grphics object to OOGL format
7
9 math2oogl
10 math2oogl -togeomview objectname geomview-path
11
13 This manual page documents briefly the math2oogl command.
14
15 math2oogl converts Mathematica graphics objects, read from standard
16 input, to OOGL format, written to standard output. SurfaceGraphics and
17 MeshGraphics objects are converted to an OOGL MESH; a Graphics3D object
18 is converted to OFF; and a BezierPatch is converted to a BEZuvn.
19
20 Note that we expect the graphics objects to have been processed as in
21 OOGL.m, i.e. provide dimension and meshrange information and print out
22 the colors before the points for SurfaceGraphics objects, and convert
23 the characters "(){}, " to a newline.
24
26 /usr/share/geomview/mathematica/OOGL.m
27
29 geomview(1).
30
32 This manual page was written by Steve Robbins <steven.rob‐
33 bins@videotron.ca>, for the Debian GNU/Linux system (but may be used by
34 others).
35
36
37
38 February 23, 2001 MATH2OOGL(1gv)