Click or drag to resize
SoWinDoIdleTasks Method

If you use OIV.Inventor.Win.SoWin.MainLoop() or (), Inventor automatically calls this when the Windows message queue is empty.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void DoIdleTasks()
Remarks

If you don't use those utilities you are responsible for periodically processing the tasks in the Inventor "delay queue", *** some of which are critical! *** like notifying the viewer when the scene graph changes.

See Also