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 = 4Color count does not match vertex count.
NoColors = 5No colors.
NoVertices = 1No vertexes.
NormalCountMismatchColorCount = 6Normal and color count do not match.
NormalCountMismatchVertexCount = 2Normal count does not match vertex count.
OK = 0Success.
TextureCoordinateCountMismatchVertexCount = 3Texture coordinate count does not match vertex count.