|
|
|||
|
|
| "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" | PLY file represented as a Graphics3D object | |
| "GraphicsComplex" | PLY file as a GraphicsComplex object | |
| "LineData" | the line elements of a PLY file in indexed form, with integer indices referencing the vertices as given by "VertexData" | |
| "LineObjects" | list of Line primitives given in absolute coordinates | |
| "PolygonData" | the polygon elements in indexed form | |
| "PolygonObjects" | list of Polygon primitives given in absolute coordinates | |
| "UserExtensions" | user-defined data associated with polygon vertices | |
| "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 "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 |
| "BinaryFormat" | True | whether the file is in ASCII or binary format | |
| "DataFormat" | Automatic | data types used in the binary format | |
| "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 the polygon information. The integer indices refer to the coordinates as given by "VertexData":
An Export example using inline 3D graphics:
Create a 3D model using RegionPlot3D and export it to PLY:
|