Table of Contents

Enum MeshModel.CreateReturnCode

Namespace
LightningChartLib.WinForms.Charting.Views.View3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

Return value of various Create() methods.

public enum MeshModel.CreateReturnCode

Fields

ColorCountMismatchVertexCount = 4

Color count does not match vertex count.

NoColors = 5

No colors.

NoVertices = 1

No vertexes.

NormalCountMismatchColorCount = 6

Normal and color count do not match.

NormalCountMismatchVertexCount = 2

Normal count does not match vertex count.

OK = 0

Success.

TextureCoordinateCountMismatchVertexCount = 3

Texture coordinate count does not match vertex count.