|
|
|||
|
|
|
| MATHEMATICA IMPORT/EXPORT FORMAT | See Also »|More About » |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Graphics" | two-dimensional objects in a JVX file represented as Graphics objects | |
| "Graphics3D" | 3D geometry represented as Graphics3D | |
| "GraphicsComplex" | list of GraphicsComplex objects, each representing a geometry stored in the file | |
| "LineData" | lines represented as lists of indices, referencing the vertices as given by the | |
| "LineObjects" | list of Line primitives given in absolute coordinates | |
| "PointData" | point data in indexed form | |
| "PointObjects" | list of Point primitives given in absolute coordinates | |
| "PolygonData" | polygon data in indexed form | |
| "PolygonObjects" | list of Polygon primitives given in absolute coordinates | |
| "VertexColors" | colors associated with each vertex, given as a list of color primitives | |
| "VertexData" | list of vertex coordinates | |
| "VertexNormals" | normal vectors corresponding to the vertices given by |
| Background | Automatic | what background color to use | |
| ImageSize | Automatic | overall size of the graphics to display | |
| Lighting | Automatic | what simulated lighting to use in coloring 3D surfaces |
| "Version" | "" | optional version information for the file content, given as a string | |
| "Keywords" | {} | keywords associated with the stored objects | |
| "ShortSummary" | "" | brief description of the file content | |
| "Summary" | "" | description of the file content | |
| "Title" | "Mathematica Graphics" | document title |
| "ReadDTD" | False | whether to validate the file against the DTD format specification |
| "InvertNormals" | False | whether to invert the orientation of vertex normals | |
| "VerticalAxis" | {0,0,1} | orientation to assume for the coordinate system used in the file |
Create a 3D model using SphericalPlot3D, and export it to JVX:
|