Click or drag to resize
SoWinMainLoop Method

This retrieves and dispatches messages (loops forever).

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static void MainLoop()
Remarks

It calls SoWin.nextEvent() and SoWin.dispatchEvent() to do this.

See Also