Enum RayFunction
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Ray Function specifier
public enum RayFunction
Fields
Accumulation = 0Accumulation function combines the data from entire dataset and provides an opportunity to control the opacity of the model.
Isosurface = 1Isosurface rendering extracts normals from the dataset according to threshold settings and visualize the surface of desirable tissue.
MaximalIntensity = 2MaximalIntensity rendering shows the most bright structures inside the dataset.