Click or drag to resize
SoWinMainLoop Method

Enters the main event loop and waits until OIV.Inventor.Win.SoWin.Exit(System.Int32) is called or a WM_QUIT message is sent to the message queue.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static int MainLoop()

Return Value

Type: Int32
Remarks

Returns the value that was passed to OIV.Inventor.Win.SoWin.Exit(System.Int32) or the WM_QUIT message.

It calls () and () to retrieve and dispatch events.

See Also