Enum PlyReader.PlyHeaderItems
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
Specifies the types of items in a ply header.
public enum PlyReader.PlyHeaderItems
- Extension Methods
Fields
comment = 2A comment in a ply file.
element = 4The declaration of an element.
end_header = 6The end of header declaration.
format = 1The format of a ply file.
obj_info = 3An object info in a ply header
ply = 0The beginning of a ply file.
property = 5The property to be attached to an element.