Click or drag to resize
SoVolumeDataDrawStyleDrawStyles Enumeration

Volume rendering style.

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

ISOSURFACE4

Display isosurfaces using isovalues and isosurfacesMaterial.

Remarks

These values may be combined and are used in the style field.

See Also