Click or drag to resize
SoDirectVizManagermaxAccumulationValue Property

Specifies a maximum number of accumulation passes.

Namespace: OIV.DirectViz
Assembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFInt32 maxAccumulationValue { get; }

Property Value

Type: SoSFInt32
Remarks

Must be greater than or equal to 1. Default is 10.

The initial value can be set using the environment variable DIRECTVIZ_MAX_ACCUMULATION_VALUE. See SoPreferences.

See Also