Describes the vertex element format parsed from the PLY header.
PlyVertexFormat
01 Syntax
Microsoft.VisualBasic.Imaging.Landscape.Ply.PlyReader.PlyVertexFormat
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| format | 1 | PLY format: ascii, binary_little_endian, binary_big_endian |
| count | 1 | Number of vertex entries |
| properties | 1 | Property definitions for each vertex |
| stride | 1 | Total byte stride per vertex record (binary only, 0 for ASCII) |
| comment | 1 | Comment text from the PLY header |
03 Members
format
PLY format: ascii, binary_little_endian, binary_big_endian
count
Number of vertex entries
properties
Property definitions for each vertex
stride
Total byte stride per vertex record (binary only, 0 for ASCII)
comment
Comment text from the PLY header