VolumeModel Class |
Namespace: Arction.WinForms.Charting.Views.View3D
The VolumeModel type exposes the following members.
| Name | Description | |
|---|---|---|
| VolumeModel |
Constructor.
| |
| VolumeModel(LightningChart) |
Constructor.
| |
| VolumeModel(String) |
Constructor.
| |
| VolumeModel(View3D) |
Constructor. Use primary axis for axis binding.
| |
| VolumeModel(LightningChart, Bitmap) |
Constructor.
| |
| VolumeModel(LightningChart, String) |
Constructor.
| |
| VolumeModel(String, Int32) |
Constructor.
| |
| VolumeModel(LightningChart, Bitmap, Int32) |
Constructor.
| |
| VolumeModel(LightningChart, String, Int32) |
Constructor.
| |
| VolumeModel(View3D, Axis3DBinding, Axis3DBinding, Axis3DBinding) |
Constructor.
| |
| VolumeModel(LightningChart, Byte, Int32, Int32, Int32) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AllowUserInteraction |
Gets or sets whether allow user interaction.
(Inherited from UserInteractiveObject.) | |
| Brightness |
Brightness option of the transfer function
| |
| ClipColorRange |
skip color for volume model not to draw
| |
| ColorRangeToClip |
Clip color range of VolumeModel where color component values between 0.0-1, inclusive.
| |
| Darkness |
Darkness option of the transfer function
| |
| Data |
Model bitmap data.
| |
| EmptySpaceSkipping |
Sampling rate for empty space skipping settings. Low level increases performance, but can reveal some artifacts.
| |
| Highlight |
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.) | |
| Opacity |
Opacity for semi-transparent volume rendering functions
| |
| Position |
Position.
| |
| RayFunction |
Enum specifies Ray Function, which is used to render the model.
| |
| Rotation |
Rotating angles, in degrees
| |
| SamplingRateOptions |
Set of setting for Sampling Rate Manager
| |
| Size |
Point size
| |
| SliceRange |
Slice Range settings per every dimension
| |
| Smoothness |
Smoothness factor for Iso-Surface rendering
| |
| Threshold |
Threshold settings, to cut away unaccepted part of the model
| |
| Visible |
Visible.
| |
| XAxisBinding |
X axis binding
| |
| YAxisBinding |
Y axis binding
| |
| ZAxisBinding |
Z axis binding
|
| Name | Description | |
|---|---|---|
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver(Int32, Int32) |
Is position over item.
| |
| IsPositionOver(Int32, Int32, Boolean) |
Defines if position is over an item.
(Inherited from UserInteractiveObject.) | |
| LoadFromBytes |
Receive a texture map as byte array and assigns it to the volume data.
| |
| LoadFromSliceMap(Bitmap, Int32) |
Receive a texture map and assigns it to the volume data.
| |
| LoadFromSliceMap(String, Int32) |
Receive a texture map and set assigns it to the volume data.
| |
| LoadFromSlices(Bitmap) |
Receive an array of slices and assign it to the volume data.
| |
| LoadFromSlices(String) |
Receive an array of slices and assign it to the volume data.
| |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SetChart |
Set Chart.
| |
| SetHighlight |
Highlights the object.
(Inherited from HighlightingItemBase.)This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. | |
| SetProperCursor |
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.) | |
| ToString |
Convert class description to string.
(Overrides HighlightingItemBaseToString.) |
| Name | Description | |
|---|---|---|
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.) | |
| MouseClick |
Mouse button has been clicked.
(Inherited from UserInteractiveObject.) | |
| MouseDoubleClick |
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.) | |
| MouseDown |
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.) | |
| MouseOverOff |
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.) | |
| MouseOverOn |
Mouse has been moved over object.
(Inherited from UserInteractiveObject.) | |
| MouseUp |
Mouse button has been released.
(Inherited from UserInteractiveObject.) |
| Name | Description | |
|---|---|---|
| Tag |
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.) |