Click or drag to resize
SoVolumeDataDrawStyleDrawStyles Enumeration

Volume rendering style.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
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.m_boundaryMaterial.

ISOSURFACE4

Display isosurfaces using OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.m_isovalues and OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.m_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.m_style field.

See Also