Click or drag to resize
SoBaseScreensize Property

Size of the graphics window on the physical screen.

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec2f size { get; }

Property Value

Type: SoSFVec2f
Remarks

If the values are in the range [0.0, 1.0], they are interpreted as a fraction of the size of the display, where the size of the whole desktop is 1,1. If the values are greater than 1.0 they are interpreted as pixels and the maximum value depends on the display resolution.

If no size is specified, the window will be set to full screen.

MultiPipe mode only, not used in Cluster mode. For Cluster mode, use the SoFlatScreen.channelSize field.

See Also