Click or drag to resize
SoWinViewerEnableFullRenderingWhenStill Method

If this flag is set, the viewer will render at full resolution when it sits still for a certain period of time.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void EnableFullRenderingWhenStill(
	bool onOff
)

Parameters

onOff
Type: SystemBoolean
Remarks

Default is false.

The default value can be set using the environment variable OIV_FULL_RENDER_WHEN_STILL (0 = false, 1 = true).

See Also