Table of Contents

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 = 2

A comment in a ply file.

element = 4

The declaration of an element.

end_header = 6

The end of header declaration.

format = 1

The format of a ply file.

obj_info = 3

An object info in a ply header

ply = 0

The beginning of a ply file.

property = 5

The property to be attached to an element.