Table of Contents

Enum Stamp

Namespace
Hi.Disp
Assembly
HiDisp.dll

Data scope of the double array for Drawing.

public enum Stamp
Extension Methods

Fields

CNV = 3

Points data in sequence of Color(3), Normal(3), Vertex(3), repetitively.

CV = 2

Points data in sequence of Color(3), Vertex(3), repetitively.

NV = 1

Points data in sequence of Normal(3), Vertex(3), repetitively.

PCNV = 7

Points data in sequence of Pick(1), Color(3), Normal(3), Vertex(3), repetitively.

PCV = 6

Points data in sequence of Pick(1), Color(3), Vertex(3), repetitively.

PNV = 5

Points data in sequence of Pick(1), Normal(3), Vertex(3), repetitively.

PV = 4

Points data in sequence of Pick(1), Vertex(3), repetitively.

V = 0

Points data in sequence of Vertex(3), repetitively.