Click or drag to resize

VolumeModelLoadFromSliceMap Method (String, Int32)

LightningChart .NET Help
Receive a texture map and set assigns it to the volume data.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void LoadFromSliceMap(
	string filePath,
	int amountOfSlices
)

Parameters

filePath
Type: SystemString
Path to the texture map.
amountOfSlices
Type: SystemInt32
Amount of slices per side.
See Also