MeshModelCreate Method (PointFloat3D, Int32) |
LightningChart .NET Help
Create a mesh model from positions and optionally colors.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic MeshModelCreateReturnCode Create(
PointFloat3D[] positions,
int[] colors = null
)
Public Function Create (
positions As PointFloat3D(),
Optional colors As Integer() = Nothing
) As MeshModelCreateReturnCode
public:
MeshModelCreateReturnCode Create(
array<PointFloat3D>^ positions,
array<int>^ colors = nullptr
)
Parameters
- positions
- Type: Arction.Wpf.ChartingPointFloat3D
Vertex array. - colors (Optional)
- Type: SystemInt32
Color array, optional.
Return Value
Type:
MeshModelCreateReturnCodeSuccess code.
See Also