Click or drag to resize
SoVolumeRenderingQualityvoxelOutline Property

If true, draw the outline of voxels (default is false).

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool voxelOutline { get; }

Property Value

Type: SoSFBool
Remarks

Notes:

  • Since Open Inventor 9.6, this mode applies to volume slice primitives (OIV.VolumeViz.Nodes.SoOrthoSlice etc) in addition to volume rendering.

  • In the case of OIV.VolumeViz.Nodes.SoObliqueSlice, you may see triangles, quadrilaterals and even irregular pentagons in some cases. These lines are correct and correspond to the intersections between the voxels and the oblique slice. For example:

    Note Note

    Field available since Open Inventor 9.0

See Also