Click or drag to resize
SoRemoteParamsnetworkSpeed Property

Indicates the quality of the network between the application and the cluster when doing remote rendering/compositing on a ScaleViz cluster.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoRemoteParamsNetworkSpeedModes> networkSpeed { get; }

Property Value

Type: SoSFEnumSoRemoteParamsNetworkSpeedModes
Remarks

It allows the appropriate level of compression to be selected for remote frame and synchronization messages. Possible values are: SLOW, MEDIUM, FAST, and LOCAL. . Default is FAST.

See Also