Click or drag to resize
SoVolumeRendernumSlices Property

Specifies the number of samples along each ray.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 numSlices { get; }

Property Value

Type: SoSFInt32
Remarks

The default is -1, which means to use the volume dimensions (number of voxels on each axis) when the OIV.VolumeViz.Nodes.SoVolumeRender.numSlicesControl field is set to AUTOMATIC.

NOTE: This value is not used if the OIV.VolumeViz.Nodes.SoVolumeRender.numSlicesControl field is set to ALL (the default for that field).

See Also