SoTileComposerParamsenableLoadBalancing Property |
Enables tile load balancing.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool enableLoadBalancing { get; }
Public ReadOnly Property enableLoadBalancing As SoSFBool
Get
public:
property SoSFBool^ enableLoadBalancing {
SoSFBool^ get ();
}
member enableLoadBalancing : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksDefault is false.
To maximize performance, ScaleViz can do load balancing. Load balancing will dynamically calculate (and change if needed) the viewport size to redistribute the workload when one or more OIRUs become overloaded.
See Also