Click or drag to resize

MeshModelLoadFromStream Method

LightningChart .NET Help
Load from obj file stream (.obj).

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void LoadFromStream(
	Stream objStream
)

Parameters

objStream
Type: System.IOStream
Source stream (obj file formatted).
See Also