Click or drag to resize
SoWinRenderAreaSetAutoRedraw Method

The render area will automatically redraw whenever something in the scene graph changes.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetAutoRedraw(
	bool trueOrFalse
)

Parameters

trueOrFalse
Type: SystemBoolean
Remarks

Passing false will disable this feature. NOTE: the render area will always redraw in response to window system events (e.g. resize, exposure) regardless of the setting of the auto redraw flag.

See Also