|
|
|||
|
|
| "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 |
| "Graphics3D" | OBJ file represented as a Graphics3D object | |
| "GraphicsComplex" | GraphicsComplex object, representing the geometry stored in the file | |
| "LineData" | lines represented as lists of indices, referencing the vertices as given by the "VertexData" element | |
| "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 | |
| "VertexData" | list of vertex coordinates | |
| "VertexNormals" | normal vectors corresponding to the vertices given by "VertexData" |
| 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 |
| "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 |
Import an OBJ example file:
Show the Import elements available in this file:
Import and count the polygons stored in this file:
Compute a 3D geometry using ParametricPlot3D:
Export it to OBJ:
Export inline graphics to OBJ:
|
| © 2013 Wolfram Research, Inc. |