SoDirectVizManagermaxAccumulationValue Property |
Specifies a maximum number of accumulation passes.
Namespace: OIV.DirectVizAssembly: OIV.DirectViz (in OIV.DirectViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFInt32 maxAccumulationValue { get; }
Public ReadOnly Property maxAccumulationValue As SoSFInt32
Get
public:
property SoSFInt32^ maxAccumulationValue {
SoSFInt32^ get ();
}
member maxAccumulationValue : SoSFInt32 with 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