Click or drag to resize

MeshModelCreateReturnCode Enumeration

LightningChart .NET Help
Return value of various Create() methods.

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum CreateReturnCode
Members
Member nameValueDescription
OK0 Success.
NoVertices1 No vertexes.
NormalCountMismatchVertexCount2 Normal count does not match vertex count.
TextureCoordinateCountMismatchVertexCount3 Texture coordinate count does not match vertex count.
ColorCountMismatchVertexCount4 Color count does not match vertex count.
NoColors5 No colors.
NormalCountMismatchColorCount6 Normal and color count do not match.
See Also