Click or drag to resize
SoVolumeDataDrawStyleDrawStyles Enumeration

Volume rendering style.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[FlagsAttribute]
public enum DrawStyles
Members
  Member nameValueDescription
NONE0

Display nothing.

VOLUME_RENDER1

Display the volume mask using the associated transfer function.

(Default)

MASK_BOUNDARY2

Display only the mask boundary, using OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.boundaryMaterial.

ISOSURFACE4

Display isosurfaces using OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isovalues and OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isosurfacesMaterial.

Note: The isosurfaces are always lighted, regardless of the value of the OIV.VolumeViz.Nodes.SoVolumeRenderingQuality lighting and deferredLighting fields.

Remarks

These values may be combined and are used in the OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.style field.

See Also