MeshModelCreateReturnCode Enumeration |
LightningChart .NET Help
Return value of various Create() methods.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum CreateReturnCode
Public Enumeration CreateReturnCode
public enum class CreateReturnCode
Members|
| Member name | Value | Description |
|---|
| OK | 0 |
Success.
|
| NoVertices | 1 |
No vertexes.
|
| NormalCountMismatchVertexCount | 2 |
Normal count does not match vertex count.
|
| TextureCoordinateCountMismatchVertexCount | 3 |
Texture coordinate count does not match vertex count.
|
| ColorCountMismatchVertexCount | 4 |
Color count does not match vertex count.
|
| NoColors | 5 |
No colors.
|
| NormalCountMismatchColorCount | 6 |
Normal and color count do not match.
|
See Also