Click or drag to resize
SoFlatScreensoftEdgeOverlap Property

This field specifies the size of the overlap on each side of the graphics window.

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

Property Value

Type: SoSFVec4f
Remarks

Values are positive for positive overlap, i.e., for extending the rendering. If values are between 0 and 1.0, they are interpreted as the soft-edge region on the left, right, bottom, and top border of the screen relative to the total width or height of the screen. If values are greater than 1.0 they are interpreted as pixels.

Cluster mode only, not used in MultiPipe mode. For MultiPipe mode, use the xxxOverlap fields.

See Also