Click or drag to resize
SoVolumeDataDrawStylestyle Property

Set the draw style used for a volume or mask: .

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBitMask<SoVolumeDataDrawStyleDrawStyles> style { get; }

Property Value

Type: SoSFBitMaskSoVolumeDataDrawStyleDrawStyles
Remarks

-NONE: Display nothing

-VOLUME_RENDER: Display the volume using the associated transfer function. This is the default value.

-MASK_BOUNDARY: Display only the mask boundary, don't render the masked volume.

-ISOSURFACE: Display the set of isosurfaces defined in OIV.VolumeViz.Nodes.SoVolumeDataDrawStyle.isovalues field.

Modes can be combined.

See Also