VolumeModelLoadFromSliceMap Method (String, Int32) |
LightningChart .NET Help
Receive a texture map and set assigns it to the volume data.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void LoadFromSliceMap(
string filePath,
int amountOfSlices
)
Public Sub LoadFromSliceMap (
filePath As String,
amountOfSlices As Integer
)
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