Click or drag to resize

MeshModelCreate Method (PointFloat3D, Int32)

LightningChart .NET Help
Create a mesh model from positions and optionally colors.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public MeshModelCreateReturnCode Create(
	PointFloat3D[] positions,
	int[] colors = null
)

Parameters

positions
Type: Arction.WinForms.ChartingPointFloat3D
Vertex array.
colors (Optional)
Type: SystemInt32
Color array, optional.

Return Value

Type: MeshModelCreateReturnCode
Success code.
See Also