LightningChart .NET Help
Ray Function specifier
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration RayFunction
public enum class RayFunction
Members|
| Member name | Value | Description |
|---|
| Accumulation | 0 |
Accumulation function combines the data from entire dataset and
provides an opportunity to control the opacity of the model.
|
| Isosurface | 1 |
Isosurface rendering extracts normals from the dataset according to
threshold settings and visualize the surface of desirable tissue.
|
| MaximalIntensity | 2 |
MaximalIntensity rendering shows the most bright structures inside the dataset.
|
See Also