Click or drag to resize
SoInterlacedStereoSetScreenInterlacing Method

Sets screen interlacing.

Namespace: OIV.Inventor.Components.Stereo
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetScreenInterlacing(
	bool screen
)

Parameters

screen
Type: SystemBoolean
Remarks

If screen is true (default), the line interlacing is done according to the screen (if the window is moving, the first line might be either an even or an odd line). Otherwise, do the interlacing according to the window itself (first line is always even).

See Also